Interface CreateCustomerWithLoginForm
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,CreateCustomerForm,CustomerEdit,CustomerTypeSpec,PartyEdit,PartyGroupEdit,RecoveryAnswerEdit,RecoveryQuestionSpec,UserLoginEdit,UserLoginSpec
public interface CreateCustomerWithLoginForm
extends CreateCustomerForm, UserLoginEdit, RecoveryAnswerEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPassword1(String password1) voidsetPassword2(String password2) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.party.common.form.CreateCustomerForm
getAllowSolicitation, getCustomerCreditStatusChoice, getCustomerStatusChoice, getEmailAddress, getInitialOfferName, getInitialSourceName, getInitialUseName, setAllowSolicitation, setCustomerCreditStatusChoice, setCustomerStatusChoice, setEmailAddress, setInitialOfferName, setInitialSourceName, setInitialUseNameMethods inherited from interface com.echothree.control.user.customer.common.edit.CustomerEdit
getAllowBackorders, getAllowCombiningShipments, getAllowReferenceDuplicates, getAllowSubstitutions, getArGlAccountName, getCancellationPolicyName, getHoldUntilComplete, getReferenceValidationPattern, getRequireReference, getReturnPolicyName, setAllowBackorders, setAllowCombiningShipments, setAllowReferenceDuplicates, setAllowSubstitutions, setArGlAccountName, setCancellationPolicyName, setHoldUntilComplete, setReferenceValidationPattern, setRequireReference, setReturnPolicyNameMethods inherited from interface com.echothree.control.user.customer.common.spec.CustomerTypeSpec
getCustomerTypeName, setCustomerTypeNameMethods inherited from interface com.echothree.control.user.party.common.edit.PartyEdit
getFirstName, getLastName, getMiddleName, getNameSuffixId, getPersonalTitleId, getPreferredCurrencyIsoName, getPreferredDateTimeFormatName, getPreferredJavaTimeZoneName, getPreferredLanguageIsoName, setFirstName, setLastName, setMiddleName, setNameSuffixId, setPersonalTitleId, setPreferredCurrencyIsoName, setPreferredDateTimeFormatName, setPreferredJavaTimeZoneName, setPreferredLanguageIsoNameMethods inherited from interface com.echothree.control.user.party.common.edit.PartyGroupEdit
getName, setNameMethods inherited from interface com.echothree.control.user.user.common.edit.RecoveryAnswerEdit
getAnswer, setAnswerMethods inherited from interface com.echothree.control.user.user.common.spec.RecoveryQuestionSpec
getRecoveryQuestionName, setRecoveryQuestionNameMethods inherited from interface com.echothree.control.user.user.common.spec.UserLoginSpec
getUsername, setUsername
-
Method Details
-
getPassword1
-
setPassword1
-
getPassword2
-
setPassword2
-