Class CdyneServices

java.lang.Object
org.apache.ofbiz.common.CdyneServices

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

    • LICENSE_KEY

      public static final String LICENSE_KEY
  • Constructor Details

    • CdyneServices

      public CdyneServices()
  • Method Details

    • cdyneReturnCityState

      public static Map<String,Object> cdyneReturnCityState(DispatchContext dctx, Map<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(Element addressRootElement, Map<String,Object> targetContext)