Class CustomerBean
java.lang.Object
com.echothree.control.user.customer.server.CustomerFormsImpl
com.echothree.control.user.customer.server.CustomerBean
- All Implemented Interfaces:
CustomerForms,CustomerRemote,CustomerService,CustomerLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCustomerType(UserVisitPK userVisitPK, CreateCustomerTypeForm form) createCustomerTypeDescription(UserVisitPK userVisitPK, CreateCustomerTypeDescriptionForm form) createCustomerTypePaymentMethod(UserVisitPK userVisitPK, CreateCustomerTypePaymentMethodForm form) createCustomerTypeShippingMethod(UserVisitPK userVisitPK, CreateCustomerTypeShippingMethodForm form) deleteCustomerType(UserVisitPK userVisitPK, DeleteCustomerTypeForm form) deleteCustomerTypeDescription(UserVisitPK userVisitPK, DeleteCustomerTypeDescriptionForm form) deleteCustomerTypePaymentMethod(UserVisitPK userVisitPK, DeleteCustomerTypePaymentMethodForm form) deleteCustomerTypeShippingMethod(UserVisitPK userVisitPK, DeleteCustomerTypeShippingMethodForm form) editCustomer(UserVisitPK userVisitPK, EditCustomerForm form) editCustomerType(UserVisitPK userVisitPK, EditCustomerTypeForm form) editCustomerTypeDescription(UserVisitPK userVisitPK, EditCustomerTypeDescriptionForm form) editCustomerTypePaymentMethod(UserVisitPK userVisitPK, EditCustomerTypePaymentMethodForm form) editCustomerTypeShippingMethod(UserVisitPK userVisitPK, EditCustomerTypeShippingMethodForm form) getCustomer(UserVisitPK userVisitPK, GetCustomerForm form) getCustomerCreditStatusChoices(UserVisitPK userVisitPK, GetCustomerCreditStatusChoicesForm form) getCustomers(UserVisitPK userVisitPK, GetCustomersForm form) getCustomerStatusChoices(UserVisitPK userVisitPK, GetCustomerStatusChoicesForm form) getCustomerType(UserVisitPK userVisitPK, GetCustomerTypeForm form) getCustomerTypeChoices(UserVisitPK userVisitPK, GetCustomerTypeChoicesForm form) getCustomerTypeDescriptions(UserVisitPK userVisitPK, GetCustomerTypeDescriptionsForm form) getCustomerTypePaymentMethod(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodForm form) getCustomerTypePaymentMethods(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodsForm form) getCustomerTypes(UserVisitPK userVisitPK, GetCustomerTypesForm form) getCustomerTypeShippingMethod(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodForm form) getCustomerTypeShippingMethods(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodsForm form) ping()setCustomerCreditStatus(UserVisitPK userVisitPK, SetCustomerCreditStatusForm form) setCustomerStatus(UserVisitPK userVisitPK, SetCustomerStatusForm form) setDefaultCustomerType(UserVisitPK userVisitPK, SetDefaultCustomerTypeForm form) setDefaultCustomerTypePaymentMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypePaymentMethodForm form) setDefaultCustomerTypeShippingMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypeShippingMethodForm form) Methods inherited from class com.echothree.control.user.customer.server.CustomerFormsImpl
getCreateCustomerTypeDescriptionForm, getCreateCustomerTypeForm, getCreateCustomerTypePaymentMethodForm, getCreateCustomerTypeShippingMethodForm, getCustomerEdit, getCustomerSpec, getCustomerTypeDescriptionEdit, getCustomerTypeDescriptionSpec, getCustomerTypeEdit, getCustomerTypePaymentMethodEdit, getCustomerTypePaymentMethodSpec, getCustomerTypeShippingMethodEdit, getCustomerTypeShippingMethodSpec, getCustomerTypeSpec, getCustomerTypeUniversalSpec, getDeleteCustomerTypeDescriptionForm, getDeleteCustomerTypeForm, getDeleteCustomerTypePaymentMethodForm, getDeleteCustomerTypeShippingMethodForm, getEditCustomerForm, getEditCustomerTypeDescriptionForm, getEditCustomerTypeForm, getEditCustomerTypePaymentMethodForm, getEditCustomerTypeShippingMethodForm, getGetCustomerCreditStatusChoicesForm, getGetCustomerForm, getGetCustomersForm, getGetCustomerStatusChoicesForm, getGetCustomerTypeChoicesForm, getGetCustomerTypeDescriptionsForm, getGetCustomerTypeForm, getGetCustomerTypePaymentMethodForm, getGetCustomerTypePaymentMethodsForm, getGetCustomerTypesForm, getGetCustomerTypeShippingMethodForm, getGetCustomerTypeShippingMethodsForm, getSetCustomerCreditStatusForm, getSetCustomerStatusForm, getSetDefaultCustomerTypeForm, getSetDefaultCustomerTypePaymentMethodForm, getSetDefaultCustomerTypeShippingMethodFormMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.echothree.control.user.customer.common.CustomerForms
getCreateCustomerTypeDescriptionForm, getCreateCustomerTypeForm, getCreateCustomerTypePaymentMethodForm, getCreateCustomerTypeShippingMethodForm, getCustomerEdit, getCustomerSpec, getCustomerTypeDescriptionEdit, getCustomerTypeDescriptionSpec, getCustomerTypeEdit, getCustomerTypePaymentMethodEdit, getCustomerTypePaymentMethodSpec, getCustomerTypeShippingMethodEdit, getCustomerTypeShippingMethodSpec, getCustomerTypeSpec, getCustomerTypeUniversalSpec, getDeleteCustomerTypeDescriptionForm, getDeleteCustomerTypeForm, getDeleteCustomerTypePaymentMethodForm, getDeleteCustomerTypeShippingMethodForm, getEditCustomerForm, getEditCustomerTypeDescriptionForm, getEditCustomerTypeForm, getEditCustomerTypePaymentMethodForm, getEditCustomerTypeShippingMethodForm, getGetCustomerCreditStatusChoicesForm, getGetCustomerForm, getGetCustomersForm, getGetCustomerStatusChoicesForm, getGetCustomerTypeChoicesForm, getGetCustomerTypeDescriptionsForm, getGetCustomerTypeForm, getGetCustomerTypePaymentMethodForm, getGetCustomerTypePaymentMethodsForm, getGetCustomerTypesForm, getGetCustomerTypeShippingMethodForm, getGetCustomerTypeShippingMethodsForm, getSetCustomerCreditStatusForm, getSetCustomerStatusForm, getSetDefaultCustomerTypeForm, getSetDefaultCustomerTypePaymentMethodForm, getSetDefaultCustomerTypeShippingMethodForm
-
Constructor Details
-
CustomerBean
public CustomerBean()
-
-
Method Details
-
ping
- Specified by:
pingin interfaceCustomerService
-
getCustomers
- Specified by:
getCustomersin interfaceCustomerService
-
getCustomer
- Specified by:
getCustomerin interfaceCustomerService
-
editCustomer
- Specified by:
editCustomerin interfaceCustomerService
-
getCustomerStatusChoices
public CommandResult getCustomerStatusChoices(UserVisitPK userVisitPK, GetCustomerStatusChoicesForm form) - Specified by:
getCustomerStatusChoicesin interfaceCustomerService
-
setCustomerStatus
- Specified by:
setCustomerStatusin interfaceCustomerService
-
getCustomerCreditStatusChoices
public CommandResult getCustomerCreditStatusChoices(UserVisitPK userVisitPK, GetCustomerCreditStatusChoicesForm form) - Specified by:
getCustomerCreditStatusChoicesin interfaceCustomerService
-
setCustomerCreditStatus
public CommandResult setCustomerCreditStatus(UserVisitPK userVisitPK, SetCustomerCreditStatusForm form) - Specified by:
setCustomerCreditStatusin interfaceCustomerService
-
createCustomerType
- Specified by:
createCustomerTypein interfaceCustomerService
-
getCustomerTypes
- Specified by:
getCustomerTypesin interfaceCustomerService
-
getCustomerType
- Specified by:
getCustomerTypein interfaceCustomerService
-
getCustomerTypeChoices
public CommandResult getCustomerTypeChoices(UserVisitPK userVisitPK, GetCustomerTypeChoicesForm form) - Specified by:
getCustomerTypeChoicesin interfaceCustomerService
-
setDefaultCustomerType
public CommandResult setDefaultCustomerType(UserVisitPK userVisitPK, SetDefaultCustomerTypeForm form) - Specified by:
setDefaultCustomerTypein interfaceCustomerService
-
editCustomerType
- Specified by:
editCustomerTypein interfaceCustomerService
-
deleteCustomerType
- Specified by:
deleteCustomerTypein interfaceCustomerService
-
createCustomerTypeDescription
public CommandResult createCustomerTypeDescription(UserVisitPK userVisitPK, CreateCustomerTypeDescriptionForm form) - Specified by:
createCustomerTypeDescriptionin interfaceCustomerService
-
getCustomerTypeDescriptions
public CommandResult getCustomerTypeDescriptions(UserVisitPK userVisitPK, GetCustomerTypeDescriptionsForm form) - Specified by:
getCustomerTypeDescriptionsin interfaceCustomerService
-
editCustomerTypeDescription
public CommandResult editCustomerTypeDescription(UserVisitPK userVisitPK, EditCustomerTypeDescriptionForm form) - Specified by:
editCustomerTypeDescriptionin interfaceCustomerService
-
deleteCustomerTypeDescription
public CommandResult deleteCustomerTypeDescription(UserVisitPK userVisitPK, DeleteCustomerTypeDescriptionForm form) - Specified by:
deleteCustomerTypeDescriptionin interfaceCustomerService
-
createCustomerTypePaymentMethod
public CommandResult createCustomerTypePaymentMethod(UserVisitPK userVisitPK, CreateCustomerTypePaymentMethodForm form) - Specified by:
createCustomerTypePaymentMethodin interfaceCustomerService
-
getCustomerTypePaymentMethod
public CommandResult getCustomerTypePaymentMethod(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodForm form) - Specified by:
getCustomerTypePaymentMethodin interfaceCustomerService
-
getCustomerTypePaymentMethods
public CommandResult getCustomerTypePaymentMethods(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodsForm form) - Specified by:
getCustomerTypePaymentMethodsin interfaceCustomerService
-
setDefaultCustomerTypePaymentMethod
public CommandResult setDefaultCustomerTypePaymentMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypePaymentMethodForm form) - Specified by:
setDefaultCustomerTypePaymentMethodin interfaceCustomerService
-
editCustomerTypePaymentMethod
public CommandResult editCustomerTypePaymentMethod(UserVisitPK userVisitPK, EditCustomerTypePaymentMethodForm form) - Specified by:
editCustomerTypePaymentMethodin interfaceCustomerService
-
deleteCustomerTypePaymentMethod
public CommandResult deleteCustomerTypePaymentMethod(UserVisitPK userVisitPK, DeleteCustomerTypePaymentMethodForm form) - Specified by:
deleteCustomerTypePaymentMethodin interfaceCustomerService
-
createCustomerTypeShippingMethod
public CommandResult createCustomerTypeShippingMethod(UserVisitPK userVisitPK, CreateCustomerTypeShippingMethodForm form) - Specified by:
createCustomerTypeShippingMethodin interfaceCustomerService
-
getCustomerTypeShippingMethod
public CommandResult getCustomerTypeShippingMethod(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodForm form) - Specified by:
getCustomerTypeShippingMethodin interfaceCustomerService
-
getCustomerTypeShippingMethods
public CommandResult getCustomerTypeShippingMethods(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodsForm form) - Specified by:
getCustomerTypeShippingMethodsin interfaceCustomerService
-
setDefaultCustomerTypeShippingMethod
public CommandResult setDefaultCustomerTypeShippingMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypeShippingMethodForm form) - Specified by:
setDefaultCustomerTypeShippingMethodin interfaceCustomerService
-
editCustomerTypeShippingMethod
public CommandResult editCustomerTypeShippingMethod(UserVisitPK userVisitPK, EditCustomerTypeShippingMethodForm form) - Specified by:
editCustomerTypeShippingMethodin interfaceCustomerService
-
deleteCustomerTypeShippingMethod
public CommandResult deleteCustomerTypeShippingMethod(UserVisitPK userVisitPK, DeleteCustomerTypeShippingMethodForm form) - Specified by:
deleteCustomerTypeShippingMethodin interfaceCustomerService
-