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, getTermUniversalSpecMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
pingin interfaceTermService
-
createTermType
- Specified by:
createTermTypein interfaceTermService
-
getTermTypes
- Specified by:
getTermTypesin interfaceTermService
-
getTermType
- Specified by:
getTermTypein interfaceTermService
-
getTermTypeChoices
- Specified by:
getTermTypeChoicesin interfaceTermService
-
createTermTypeDescription
public CommandResult createTermTypeDescription(UserVisitPK userVisitPK, CreateTermTypeDescriptionForm form) - Specified by:
createTermTypeDescriptionin interfaceTermService
-
createTerm
- Specified by:
createTermin interfaceTermService
-
getTerms
- Specified by:
getTermsin interfaceTermService
-
getTerm
- Specified by:
getTermin interfaceTermService
-
getTermChoices
- Specified by:
getTermChoicesin interfaceTermService
-
setDefaultTerm
- Specified by:
setDefaultTermin interfaceTermService
-
deleteTerm
- Specified by:
deleteTermin interfaceTermService
-
createTermDescription
- Specified by:
createTermDescriptionin interfaceTermService
-
getTermDescriptions
- Specified by:
getTermDescriptionsin interfaceTermService
-
editTermDescription
- Specified by:
editTermDescriptionin interfaceTermService
-
deleteTermDescription
- Specified by:
deleteTermDescriptionin interfaceTermService
-
createCustomerTypeCreditLimit
public CommandResult createCustomerTypeCreditLimit(UserVisitPK userVisitPK, CreateCustomerTypeCreditLimitForm form) - Specified by:
createCustomerTypeCreditLimitin interfaceTermService
-
editCustomerTypeCreditLimit
public CommandResult editCustomerTypeCreditLimit(UserVisitPK userVisitPK, EditCustomerTypeCreditLimitForm form) - Specified by:
editCustomerTypeCreditLimitin interfaceTermService
-
getCustomerTypeCreditLimits
public CommandResult getCustomerTypeCreditLimits(UserVisitPK userVisitPK, GetCustomerTypeCreditLimitsForm form) - Specified by:
getCustomerTypeCreditLimitsin interfaceTermService
-
deleteCustomerTypeCreditLimit
public CommandResult deleteCustomerTypeCreditLimit(UserVisitPK userVisitPK, DeleteCustomerTypeCreditLimitForm form) - Specified by:
deleteCustomerTypeCreditLimitin interfaceTermService
-
createPartyCreditLimit
public CommandResult createPartyCreditLimit(UserVisitPK userVisitPK, CreatePartyCreditLimitForm form) - Specified by:
createPartyCreditLimitin interfaceTermService
-
editPartyCreditLimit
- Specified by:
editPartyCreditLimitin interfaceTermService
-
getPartyCreditLimits
- Specified by:
getPartyCreditLimitsin interfaceTermService
-
deletePartyCreditLimit
public CommandResult deletePartyCreditLimit(UserVisitPK userVisitPK, DeletePartyCreditLimitForm form) - Specified by:
deletePartyCreditLimitin interfaceTermService
-
editPartyTerm
- Specified by:
editPartyTermin interfaceTermService
-