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
-
setCustomerCreditStatus
CommandResult<VoidResult> setCustomerCreditStatus(UserVisitPK userVisitPK, SetCustomerCreditStatusForm form) -
createCustomerType
CommandResult<CreateCustomerTypeResult> createCustomerType(UserVisitPK userVisitPK, CreateCustomerTypeForm form) -
getCustomerTypes
CommandResult<GetCustomerTypesResult> getCustomerTypes(UserVisitPK userVisitPK, GetCustomerTypesForm form) -
getCustomerType
CommandResult<GetCustomerTypeResult> getCustomerType(UserVisitPK userVisitPK, GetCustomerTypeForm form) -
getCustomerTypeChoices
-
setDefaultCustomerType
CommandResult<VoidResult> setDefaultCustomerType(UserVisitPK userVisitPK, SetDefaultCustomerTypeForm form) -
editCustomerType
CommandResult<EditCustomerTypeResult> editCustomerType(UserVisitPK userVisitPK, EditCustomerTypeForm form) -
deleteCustomerType
-
createCustomerTypeDescription
CommandResult<VoidResult> createCustomerTypeDescription(UserVisitPK userVisitPK, CreateCustomerTypeDescriptionForm form) -
getCustomerTypeDescriptions
-
editCustomerTypeDescription
-
deleteCustomerTypeDescription
CommandResult<VoidResult> deleteCustomerTypeDescription(UserVisitPK userVisitPK, DeleteCustomerTypeDescriptionForm form) -
createCustomerTypePaymentMethod
-
getCustomerTypePaymentMethod
-
getCustomerTypePaymentMethods
-
setDefaultCustomerTypePaymentMethod
-
editCustomerTypePaymentMethod
-
deleteCustomerTypePaymentMethod
-
createCustomerTypeShippingMethod
-
getCustomerTypeShippingMethod
-
getCustomerTypeShippingMethods
-
setDefaultCustomerTypeShippingMethod
-
editCustomerTypeShippingMethod
-
deleteCustomerTypeShippingMethod
-