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
public CommandResult<GetCustomersResult> getCustomers(UserVisitPK userVisitPK, GetCustomersForm form) - Specified by:
getCustomersin interfaceCustomerService
-
getCustomer
- Specified by:
getCustomerin interfaceCustomerService
-
editCustomer
public CommandResult<EditCustomerResult> editCustomer(UserVisitPK userVisitPK, EditCustomerForm form) - Specified by:
editCustomerin interfaceCustomerService
-
getCustomerStatusChoices
public CommandResult<GetCustomerStatusChoicesResult> getCustomerStatusChoices(UserVisitPK userVisitPK, GetCustomerStatusChoicesForm form) - Specified by:
getCustomerStatusChoicesin interfaceCustomerService
-
setCustomerStatus
public CommandResult<VoidResult> setCustomerStatus(UserVisitPK userVisitPK, SetCustomerStatusForm form) - Specified by:
setCustomerStatusin interfaceCustomerService
-
getCustomerCreditStatusChoices
public CommandResult<GetCustomerCreditStatusChoicesResult> getCustomerCreditStatusChoices(UserVisitPK userVisitPK, GetCustomerCreditStatusChoicesForm form) - Specified by:
getCustomerCreditStatusChoicesin interfaceCustomerService
-
setCustomerCreditStatus
public CommandResult<VoidResult> setCustomerCreditStatus(UserVisitPK userVisitPK, SetCustomerCreditStatusForm form) - Specified by:
setCustomerCreditStatusin interfaceCustomerService
-
createCustomerType
public CommandResult<CreateCustomerTypeResult> createCustomerType(UserVisitPK userVisitPK, CreateCustomerTypeForm form) - Specified by:
createCustomerTypein interfaceCustomerService
-
getCustomerTypes
public CommandResult<GetCustomerTypesResult> getCustomerTypes(UserVisitPK userVisitPK, GetCustomerTypesForm form) - Specified by:
getCustomerTypesin interfaceCustomerService
-
getCustomerType
public CommandResult<GetCustomerTypeResult> getCustomerType(UserVisitPK userVisitPK, GetCustomerTypeForm form) - Specified by:
getCustomerTypein interfaceCustomerService
-
getCustomerTypeChoices
public CommandResult<GetCustomerTypeChoicesResult> getCustomerTypeChoices(UserVisitPK userVisitPK, GetCustomerTypeChoicesForm form) - Specified by:
getCustomerTypeChoicesin interfaceCustomerService
-
setDefaultCustomerType
public CommandResult<VoidResult> setDefaultCustomerType(UserVisitPK userVisitPK, SetDefaultCustomerTypeForm form) - Specified by:
setDefaultCustomerTypein interfaceCustomerService
-
editCustomerType
public CommandResult<EditCustomerTypeResult> editCustomerType(UserVisitPK userVisitPK, EditCustomerTypeForm form) - Specified by:
editCustomerTypein interfaceCustomerService
-
deleteCustomerType
public CommandResult<VoidResult> deleteCustomerType(UserVisitPK userVisitPK, DeleteCustomerTypeForm form) - Specified by:
deleteCustomerTypein interfaceCustomerService
-
createCustomerTypeDescription
public CommandResult<VoidResult> createCustomerTypeDescription(UserVisitPK userVisitPK, CreateCustomerTypeDescriptionForm form) - Specified by:
createCustomerTypeDescriptionin interfaceCustomerService
-
getCustomerTypeDescriptions
public CommandResult<GetCustomerTypeDescriptionsResult> getCustomerTypeDescriptions(UserVisitPK userVisitPK, GetCustomerTypeDescriptionsForm form) - Specified by:
getCustomerTypeDescriptionsin interfaceCustomerService
-
editCustomerTypeDescription
public CommandResult<EditCustomerTypeDescriptionResult> editCustomerTypeDescription(UserVisitPK userVisitPK, EditCustomerTypeDescriptionForm form) - Specified by:
editCustomerTypeDescriptionin interfaceCustomerService
-
deleteCustomerTypeDescription
public CommandResult<VoidResult> deleteCustomerTypeDescription(UserVisitPK userVisitPK, DeleteCustomerTypeDescriptionForm form) - Specified by:
deleteCustomerTypeDescriptionin interfaceCustomerService
-
createCustomerTypePaymentMethod
public CommandResult<VoidResult> createCustomerTypePaymentMethod(UserVisitPK userVisitPK, CreateCustomerTypePaymentMethodForm form) - Specified by:
createCustomerTypePaymentMethodin interfaceCustomerService
-
getCustomerTypePaymentMethod
public CommandResult<GetCustomerTypePaymentMethodResult> getCustomerTypePaymentMethod(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodForm form) - Specified by:
getCustomerTypePaymentMethodin interfaceCustomerService
-
getCustomerTypePaymentMethods
public CommandResult<GetCustomerTypePaymentMethodsResult> getCustomerTypePaymentMethods(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodsForm form) - Specified by:
getCustomerTypePaymentMethodsin interfaceCustomerService
-
setDefaultCustomerTypePaymentMethod
public CommandResult<VoidResult> setDefaultCustomerTypePaymentMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypePaymentMethodForm form) - Specified by:
setDefaultCustomerTypePaymentMethodin interfaceCustomerService
-
editCustomerTypePaymentMethod
public CommandResult<EditCustomerTypePaymentMethodResult> editCustomerTypePaymentMethod(UserVisitPK userVisitPK, EditCustomerTypePaymentMethodForm form) - Specified by:
editCustomerTypePaymentMethodin interfaceCustomerService
-
deleteCustomerTypePaymentMethod
public CommandResult<VoidResult> deleteCustomerTypePaymentMethod(UserVisitPK userVisitPK, DeleteCustomerTypePaymentMethodForm form) - Specified by:
deleteCustomerTypePaymentMethodin interfaceCustomerService
-
createCustomerTypeShippingMethod
public CommandResult<VoidResult> createCustomerTypeShippingMethod(UserVisitPK userVisitPK, CreateCustomerTypeShippingMethodForm form) - Specified by:
createCustomerTypeShippingMethodin interfaceCustomerService
-
getCustomerTypeShippingMethod
public CommandResult<GetCustomerTypeShippingMethodResult> getCustomerTypeShippingMethod(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodForm form) - Specified by:
getCustomerTypeShippingMethodin interfaceCustomerService
-
getCustomerTypeShippingMethods
public CommandResult<GetCustomerTypeShippingMethodsResult> getCustomerTypeShippingMethods(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodsForm form) - Specified by:
getCustomerTypeShippingMethodsin interfaceCustomerService
-
setDefaultCustomerTypeShippingMethod
public CommandResult<VoidResult> setDefaultCustomerTypeShippingMethod(UserVisitPK userVisitPK, SetDefaultCustomerTypeShippingMethodForm form) - Specified by:
setDefaultCustomerTypeShippingMethodin interfaceCustomerService
-
editCustomerTypeShippingMethod
public CommandResult<EditCustomerTypeShippingMethodResult> editCustomerTypeShippingMethod(UserVisitPK userVisitPK, EditCustomerTypeShippingMethodForm form) - Specified by:
editCustomerTypeShippingMethodin interfaceCustomerService
-
deleteCustomerTypeShippingMethod
public CommandResult<VoidResult> deleteCustomerTypeShippingMethod(UserVisitPK userVisitPK, DeleteCustomerTypeShippingMethodForm form) - Specified by:
deleteCustomerTypeShippingMethodin interfaceCustomerService
-