Interface CustomerService
- All Superinterfaces:
CustomerForms
- All Known Subinterfaces:
CustomerLocal
,CustomerRemote
- All Known Implementing Classes:
CustomerBean
-
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 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
-
Method Details
-
ping
-
getCustomers
-
getCustomer
-
editCustomer
-
getCustomerStatusChoices
-
setCustomerStatus
-
getCustomerCreditStatusChoices
CommandResult getCustomerCreditStatusChoices(UserVisitPK userVisitPK, GetCustomerCreditStatusChoicesForm form) -
setCustomerCreditStatus
-
createCustomerType
-
getCustomerTypes
-
getCustomerType
-
getCustomerTypeChoices
-
setDefaultCustomerType
-
editCustomerType
-
deleteCustomerType
-
createCustomerTypeDescription
CommandResult createCustomerTypeDescription(UserVisitPK userVisitPK, CreateCustomerTypeDescriptionForm form) -
getCustomerTypeDescriptions
CommandResult getCustomerTypeDescriptions(UserVisitPK userVisitPK, GetCustomerTypeDescriptionsForm form) -
editCustomerTypeDescription
CommandResult editCustomerTypeDescription(UserVisitPK userVisitPK, EditCustomerTypeDescriptionForm form) -
deleteCustomerTypeDescription
CommandResult deleteCustomerTypeDescription(UserVisitPK userVisitPK, DeleteCustomerTypeDescriptionForm form) -
createCustomerTypePaymentMethod
-
getCustomerTypePaymentMethod
CommandResult getCustomerTypePaymentMethod(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodForm form) -
getCustomerTypePaymentMethods
CommandResult getCustomerTypePaymentMethods(UserVisitPK userVisitPK, GetCustomerTypePaymentMethodsForm form) -
setDefaultCustomerTypePaymentMethod
-
editCustomerTypePaymentMethod
CommandResult editCustomerTypePaymentMethod(UserVisitPK userVisitPK, EditCustomerTypePaymentMethodForm form) -
deleteCustomerTypePaymentMethod
-
createCustomerTypeShippingMethod
-
getCustomerTypeShippingMethod
CommandResult getCustomerTypeShippingMethod(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodForm form) -
getCustomerTypeShippingMethods
CommandResult getCustomerTypeShippingMethods(UserVisitPK userVisitPK, GetCustomerTypeShippingMethodsForm form) -
setDefaultCustomerTypeShippingMethod
-
editCustomerTypeShippingMethod
CommandResult editCustomerTypeShippingMethod(UserVisitPK userVisitPK, EditCustomerTypeShippingMethodForm form) -
deleteCustomerTypeShippingMethod
-