Class TermBean
java.lang.Object
com.echothree.control.user.term.server.TermFormsImpl
com.echothree.control.user.term.server.TermBean
- All Implemented Interfaces:
TermForms
,TermRemote
,TermService
,TermLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCustomerTypeCreditLimit
(UserVisitPK userVisitPK, CreateCustomerTypeCreditLimitForm form) createPartyCreditLimit
(UserVisitPK userVisitPK, CreatePartyCreditLimitForm form) createTerm
(UserVisitPK userVisitPK, CreateTermForm form) createTermDescription
(UserVisitPK userVisitPK, CreateTermDescriptionForm form) createTermType
(UserVisitPK userVisitPK, CreateTermTypeForm form) createTermTypeDescription
(UserVisitPK userVisitPK, CreateTermTypeDescriptionForm form) deleteCustomerTypeCreditLimit
(UserVisitPK userVisitPK, DeleteCustomerTypeCreditLimitForm form) deletePartyCreditLimit
(UserVisitPK userVisitPK, DeletePartyCreditLimitForm form) deleteTerm
(UserVisitPK userVisitPK, DeleteTermForm form) deleteTermDescription
(UserVisitPK userVisitPK, DeleteTermDescriptionForm form) editCustomerTypeCreditLimit
(UserVisitPK userVisitPK, EditCustomerTypeCreditLimitForm form) editPartyCreditLimit
(UserVisitPK userVisitPK, EditPartyCreditLimitForm form) editPartyTerm
(UserVisitPK userVisitPK, EditPartyTermForm form) editTermDescription
(UserVisitPK userVisitPK, EditTermDescriptionForm form) getCustomerTypeCreditLimits
(UserVisitPK userVisitPK, GetCustomerTypeCreditLimitsForm form) getPartyCreditLimits
(UserVisitPK userVisitPK, GetPartyCreditLimitsForm form) getTerm
(UserVisitPK userVisitPK, GetTermForm form) getTermChoices
(UserVisitPK userVisitPK, GetTermChoicesForm form) getTermDescriptions
(UserVisitPK userVisitPK, GetTermDescriptionsForm form) getTerms
(UserVisitPK userVisitPK, GetTermsForm form) getTermType
(UserVisitPK userVisitPK, GetTermTypeForm form) getTermTypeChoices
(UserVisitPK userVisitPK, GetTermTypeChoicesForm form) getTermTypes
(UserVisitPK userVisitPK, GetTermTypesForm form) ping()
setDefaultTerm
(UserVisitPK userVisitPK, SetDefaultTermForm form) Methods inherited from class com.echothree.control.user.term.server.TermFormsImpl
getCreateCustomerTypeCreditLimitForm, getCreatePartyCreditLimitForm, getCreateTermDescriptionForm, getCreateTermForm, getCreateTermTypeDescriptionForm, getCreateTermTypeForm, getCustomerTypeCreditLimitEdit, getCustomerTypeCreditLimitSpec, getDeleteCustomerTypeCreditLimitForm, getDeletePartyCreditLimitForm, getDeleteTermDescriptionForm, getDeleteTermForm, getEditCustomerTypeCreditLimitForm, getEditPartyCreditLimitForm, getEditPartyTermForm, getEditTermDescriptionForm, getGetCustomerTypeCreditLimitsForm, getGetPartyCreditLimitsForm, getGetTermChoicesForm, getGetTermDescriptionsForm, getGetTermForm, getGetTermsForm, getGetTermTypeChoicesForm, getGetTermTypeForm, getGetTermTypesForm, getPartyCreditLimitEdit, getPartyCreditLimitSpec, getPartyTermEdit, getPartyTermSpec, getSetDefaultTermForm, getTermDescriptionEdit, getTermDescriptionSpec, getTermEdit, getTermSpec, getTermTypeDescriptionSpec, getTermTypeSpec, getTermTypeUniversalSpec, getTermUniversalSpec
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.term.common.TermForms
getCreateCustomerTypeCreditLimitForm, getCreatePartyCreditLimitForm, getCreateTermDescriptionForm, getCreateTermForm, getCreateTermTypeDescriptionForm, getCreateTermTypeForm, getCustomerTypeCreditLimitEdit, getCustomerTypeCreditLimitSpec, getDeleteCustomerTypeCreditLimitForm, getDeletePartyCreditLimitForm, getDeleteTermDescriptionForm, getDeleteTermForm, getEditCustomerTypeCreditLimitForm, getEditPartyCreditLimitForm, getEditPartyTermForm, getEditTermDescriptionForm, getGetCustomerTypeCreditLimitsForm, getGetPartyCreditLimitsForm, getGetTermChoicesForm, getGetTermDescriptionsForm, getGetTermForm, getGetTermsForm, getGetTermTypeChoicesForm, getGetTermTypeForm, getGetTermTypesForm, getPartyCreditLimitEdit, getPartyCreditLimitSpec, getPartyTermEdit, getPartyTermSpec, getSetDefaultTermForm, getTermDescriptionEdit, getTermDescriptionSpec, getTermEdit, getTermSpec, getTermTypeDescriptionSpec, getTermTypeSpec, getTermTypeUniversalSpec, getTermUniversalSpec
-
Constructor Details
-
TermBean
public TermBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceTermService
-
createTermType
- Specified by:
createTermType
in interfaceTermService
-
getTermTypes
- Specified by:
getTermTypes
in interfaceTermService
-
getTermType
- Specified by:
getTermType
in interfaceTermService
-
getTermTypeChoices
- Specified by:
getTermTypeChoices
in interfaceTermService
-
createTermTypeDescription
public CommandResult createTermTypeDescription(UserVisitPK userVisitPK, CreateTermTypeDescriptionForm form) - Specified by:
createTermTypeDescription
in interfaceTermService
-
createTerm
- Specified by:
createTerm
in interfaceTermService
-
getTerms
- Specified by:
getTerms
in interfaceTermService
-
getTerm
- Specified by:
getTerm
in interfaceTermService
-
getTermChoices
- Specified by:
getTermChoices
in interfaceTermService
-
setDefaultTerm
- Specified by:
setDefaultTerm
in interfaceTermService
-
deleteTerm
- Specified by:
deleteTerm
in interfaceTermService
-
createTermDescription
- Specified by:
createTermDescription
in interfaceTermService
-
getTermDescriptions
- Specified by:
getTermDescriptions
in interfaceTermService
-
editTermDescription
- Specified by:
editTermDescription
in interfaceTermService
-
deleteTermDescription
- Specified by:
deleteTermDescription
in interfaceTermService
-
createCustomerTypeCreditLimit
public CommandResult createCustomerTypeCreditLimit(UserVisitPK userVisitPK, CreateCustomerTypeCreditLimitForm form) - Specified by:
createCustomerTypeCreditLimit
in interfaceTermService
-
editCustomerTypeCreditLimit
public CommandResult editCustomerTypeCreditLimit(UserVisitPK userVisitPK, EditCustomerTypeCreditLimitForm form) - Specified by:
editCustomerTypeCreditLimit
in interfaceTermService
-
getCustomerTypeCreditLimits
public CommandResult getCustomerTypeCreditLimits(UserVisitPK userVisitPK, GetCustomerTypeCreditLimitsForm form) - Specified by:
getCustomerTypeCreditLimits
in interfaceTermService
-
deleteCustomerTypeCreditLimit
public CommandResult deleteCustomerTypeCreditLimit(UserVisitPK userVisitPK, DeleteCustomerTypeCreditLimitForm form) - Specified by:
deleteCustomerTypeCreditLimit
in interfaceTermService
-
createPartyCreditLimit
public CommandResult createPartyCreditLimit(UserVisitPK userVisitPK, CreatePartyCreditLimitForm form) - Specified by:
createPartyCreditLimit
in interfaceTermService
-
editPartyCreditLimit
- Specified by:
editPartyCreditLimit
in interfaceTermService
-
getPartyCreditLimits
- Specified by:
getPartyCreditLimits
in interfaceTermService
-
deletePartyCreditLimit
public CommandResult deletePartyCreditLimit(UserVisitPK userVisitPK, DeletePartyCreditLimitForm form) - Specified by:
deletePartyCreditLimit
in interfaceTermService
-
editPartyTerm
- Specified by:
editPartyTerm
in interfaceTermService
-