Interface SetPasswordForm
- All Superinterfaces:
BaseForm,BaseSpec,CustomerSpec,EmployeeSpec,PartySpec,VendorSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNewPassword1(String newPassword1) voidsetNewPassword2(String newPassword2) voidsetOldPassword(String oldPassword) 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.customer.common.spec.CustomerSpec
getCustomerName, setCustomerNameMethods inherited from interface com.echothree.control.user.party.common.spec.EmployeeSpec
getEmployeeName, setEmployeeNameMethods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyNameMethods inherited from interface com.echothree.control.user.vendor.common.spec.VendorSpec
getVendorName, setVendorName
-
Method Details
-
getOldPassword
-
setOldPassword
-
getNewPassword1
-
setNewPassword1
-
getNewPassword2
-
setNewPassword2
-