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, getShippingMethodUniversalSpec, getShippingRestrictionSpecMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, getShippingMethodUniversalSpec, getShippingRestrictionSpec
-
Constructor Details
-
ShippingBean
public ShippingBean()
-
-
Method Details
-
ping
- Specified by:
pingin interfaceShippingService
-
createShippingMethod
- Specified by:
createShippingMethodin interfaceShippingService
-
getShippingMethod
- Specified by:
getShippingMethodin interfaceShippingService
-
getShippingMethods
- Specified by:
getShippingMethodsin interfaceShippingService
-
getShippingMethodChoices
public CommandResult getShippingMethodChoices(UserVisitPK userVisitPK, GetShippingMethodChoicesForm form) - Specified by:
getShippingMethodChoicesin interfaceShippingService
-
editShippingMethod
- Specified by:
editShippingMethodin interfaceShippingService
-
deleteShippingMethod
- Specified by:
deleteShippingMethodin interfaceShippingService
-
createShippingMethodDescription
public CommandResult createShippingMethodDescription(UserVisitPK userVisitPK, CreateShippingMethodDescriptionForm form) - Specified by:
createShippingMethodDescriptionin interfaceShippingService
-
getShippingMethodDescription
public CommandResult getShippingMethodDescription(UserVisitPK userVisitPK, GetShippingMethodDescriptionForm form) - Specified by:
getShippingMethodDescriptionin interfaceShippingService
-
getShippingMethodDescriptions
public CommandResult getShippingMethodDescriptions(UserVisitPK userVisitPK, GetShippingMethodDescriptionsForm form) - Specified by:
getShippingMethodDescriptionsin interfaceShippingService
-
editShippingMethodDescription
public CommandResult editShippingMethodDescription(UserVisitPK userVisitPK, EditShippingMethodDescriptionForm form) - Specified by:
editShippingMethodDescriptionin interfaceShippingService
-
deleteShippingMethodDescription
public CommandResult deleteShippingMethodDescription(UserVisitPK userVisitPK, DeleteShippingMethodDescriptionForm form) - Specified by:
deleteShippingMethodDescriptionin interfaceShippingService
-
createShippingMethodCarrierService
public CommandResult createShippingMethodCarrierService(UserVisitPK userVisitPK, CreateShippingMethodCarrierServiceForm form) - Specified by:
createShippingMethodCarrierServicein interfaceShippingService
-
getShippingMethodCarrierService
public CommandResult getShippingMethodCarrierService(UserVisitPK userVisitPK, GetShippingMethodCarrierServiceForm form) - Specified by:
getShippingMethodCarrierServicein interfaceShippingService
-
getShippingMethodCarrierServices
public CommandResult getShippingMethodCarrierServices(UserVisitPK userVisitPK, GetShippingMethodCarrierServicesForm form) - Specified by:
getShippingMethodCarrierServicesin interfaceShippingService
-
deleteShippingMethodCarrierService
public CommandResult deleteShippingMethodCarrierService(UserVisitPK userVisitPK, DeleteShippingMethodCarrierServiceForm form) - Specified by:
deleteShippingMethodCarrierServicein interfaceShippingService
-