Class CdyneServices


  • public class CdyneServices
    extends java.lang.Object
    OFBIZ CDyne Services: for info see http://www.cdyne.com/developers/overview.aspx
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String licenseKey  
      static java.lang.String module  
      static java.lang.String resource  
    • Constructor Summary

      Constructors 
      Constructor Description
      CdyneServices()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.Object> cdyneReturnCityState​(DispatchContext dctx, java.util.Map<java.lang.String,​?> context)
      CDyne ReturnCityState Service
      static void populateCdyneAddress​(org.w3c.dom.Element addressRootElement, java.util.Map<java.lang.String,​java.lang.Object> targetContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
      • licenseKey

        public static final java.lang.String licenseKey
    • Constructor Detail

      • CdyneServices

        public CdyneServices()
    • Method Detail

      • cdyneReturnCityState

        public static java.util.Map<java.lang.String,​java.lang.Object> cdyneReturnCityState​(DispatchContext dctx,
                                                                                                  java.util.Map<java.lang.String,​?> context)
        CDyne ReturnCityState Service
        Parameters:
        dctx - The DispatchContext that this service is operating in
        context - Map containing the input parameters
        Returns:
        Map with the result of the service, the output parameters
      • populateCdyneAddress

        public static void populateCdyneAddress​(org.w3c.dom.Element addressRootElement,
                                                java.util.Map<java.lang.String,​java.lang.Object> targetContext)