Class ShippingBean
java.lang.Object
com.echothree.control.user.shipping.server.ShippingFormsImpl
com.echothree.control.user.shipping.server.ShippingBean
- All Implemented Interfaces:
ShippingForms
,ShippingRemote
,ShippingService
,ShippingLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateShippingMethod
(UserVisitPK userVisitPK, CreateShippingMethodForm form) createShippingMethodCarrierService
(UserVisitPK userVisitPK, CreateShippingMethodCarrierServiceForm form) createShippingMethodDescription
(UserVisitPK userVisitPK, CreateShippingMethodDescriptionForm form) deleteShippingMethod
(UserVisitPK userVisitPK, DeleteShippingMethodForm form) deleteShippingMethodCarrierService
(UserVisitPK userVisitPK, DeleteShippingMethodCarrierServiceForm form) deleteShippingMethodDescription
(UserVisitPK userVisitPK, DeleteShippingMethodDescriptionForm form) editShippingMethod
(UserVisitPK userVisitPK, EditShippingMethodForm form) editShippingMethodDescription
(UserVisitPK userVisitPK, EditShippingMethodDescriptionForm form) getShippingMethod
(UserVisitPK userVisitPK, GetShippingMethodForm form) getShippingMethodCarrierService
(UserVisitPK userVisitPK, GetShippingMethodCarrierServiceForm form) getShippingMethodCarrierServices
(UserVisitPK userVisitPK, GetShippingMethodCarrierServicesForm form) getShippingMethodChoices
(UserVisitPK userVisitPK, GetShippingMethodChoicesForm form) getShippingMethodDescription
(UserVisitPK userVisitPK, GetShippingMethodDescriptionForm form) getShippingMethodDescriptions
(UserVisitPK userVisitPK, GetShippingMethodDescriptionsForm form) getShippingMethods
(UserVisitPK userVisitPK, GetShippingMethodsForm form) ping()
Methods inherited from class com.echothree.control.user.shipping.server.ShippingFormsImpl
getCreateShippingMethodCarrierServiceForm, getCreateShippingMethodDescriptionForm, getCreateShippingMethodForm, getDeleteShippingMethodCarrierServiceForm, getDeleteShippingMethodDescriptionForm, getDeleteShippingMethodForm, getEditShippingMethodDescriptionForm, getEditShippingMethodForm, getGetShippingMethodCarrierServiceForm, getGetShippingMethodCarrierServicesForm, getGetShippingMethodChoicesForm, getGetShippingMethodDescriptionForm, getGetShippingMethodDescriptionsForm, getGetShippingMethodForm, getGetShippingMethodsForm, getShippingMethodCarrierServiceSpec, getShippingMethodDescriptionEdit, getShippingMethodDescriptionSpec, getShippingMethodEdit, getShippingMethodSpec, getShippingRestrictionSpec
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.shipping.common.ShippingForms
getCreateShippingMethodCarrierServiceForm, getCreateShippingMethodDescriptionForm, getCreateShippingMethodForm, getDeleteShippingMethodCarrierServiceForm, getDeleteShippingMethodDescriptionForm, getDeleteShippingMethodForm, getEditShippingMethodDescriptionForm, getEditShippingMethodForm, getGetShippingMethodCarrierServiceForm, getGetShippingMethodCarrierServicesForm, getGetShippingMethodChoicesForm, getGetShippingMethodDescriptionForm, getGetShippingMethodDescriptionsForm, getGetShippingMethodForm, getGetShippingMethodsForm, getShippingMethodCarrierServiceSpec, getShippingMethodDescriptionEdit, getShippingMethodDescriptionSpec, getShippingMethodEdit, getShippingMethodSpec, getShippingRestrictionSpec
-
Constructor Details
-
ShippingBean
public ShippingBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceShippingService
-
createShippingMethod
- Specified by:
createShippingMethod
in interfaceShippingService
-
getShippingMethod
- Specified by:
getShippingMethod
in interfaceShippingService
-
getShippingMethods
- Specified by:
getShippingMethods
in interfaceShippingService
-
getShippingMethodChoices
public CommandResult getShippingMethodChoices(UserVisitPK userVisitPK, GetShippingMethodChoicesForm form) - Specified by:
getShippingMethodChoices
in interfaceShippingService
-
editShippingMethod
- Specified by:
editShippingMethod
in interfaceShippingService
-
deleteShippingMethod
- Specified by:
deleteShippingMethod
in interfaceShippingService
-
createShippingMethodDescription
public CommandResult createShippingMethodDescription(UserVisitPK userVisitPK, CreateShippingMethodDescriptionForm form) - Specified by:
createShippingMethodDescription
in interfaceShippingService
-
getShippingMethodDescription
public CommandResult getShippingMethodDescription(UserVisitPK userVisitPK, GetShippingMethodDescriptionForm form) - Specified by:
getShippingMethodDescription
in interfaceShippingService
-
getShippingMethodDescriptions
public CommandResult getShippingMethodDescriptions(UserVisitPK userVisitPK, GetShippingMethodDescriptionsForm form) - Specified by:
getShippingMethodDescriptions
in interfaceShippingService
-
editShippingMethodDescription
public CommandResult editShippingMethodDescription(UserVisitPK userVisitPK, EditShippingMethodDescriptionForm form) - Specified by:
editShippingMethodDescription
in interfaceShippingService
-
deleteShippingMethodDescription
public CommandResult deleteShippingMethodDescription(UserVisitPK userVisitPK, DeleteShippingMethodDescriptionForm form) - Specified by:
deleteShippingMethodDescription
in interfaceShippingService
-
createShippingMethodCarrierService
public CommandResult createShippingMethodCarrierService(UserVisitPK userVisitPK, CreateShippingMethodCarrierServiceForm form) - Specified by:
createShippingMethodCarrierService
in interfaceShippingService
-
getShippingMethodCarrierService
public CommandResult getShippingMethodCarrierService(UserVisitPK userVisitPK, GetShippingMethodCarrierServiceForm form) - Specified by:
getShippingMethodCarrierService
in interfaceShippingService
-
getShippingMethodCarrierServices
public CommandResult getShippingMethodCarrierServices(UserVisitPK userVisitPK, GetShippingMethodCarrierServicesForm form) - Specified by:
getShippingMethodCarrierServices
in interfaceShippingService
-
deleteShippingMethodCarrierService
public CommandResult deleteShippingMethodCarrierService(UserVisitPK userVisitPK, DeleteShippingMethodCarrierServiceForm form) - Specified by:
deleteShippingMethodCarrierService
in interfaceShippingService
-