Interface SearchEmployeesForm
- All Superinterfaces:
BaseForm,BaseSpec,EmployeeSpec,PartySpec
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()voidvoidsetCreatedSince(String createdSince) voidsetEmployeeAvailabilityChoice(String employeeAvailabilityChoice) voidsetEmployeeStatusChoice(String employeeStatusChoice) voidvoidsetFirstName(String firstName) voidsetFirstNameSoundex(String firstNameSoundex) voidsetLastName(String lastName) voidsetLastNameSoundex(String lastNameSoundex) voidsetMiddleName(String middleName) voidsetMiddleNameSoundex(String middleNameSoundex) voidsetModifiedSince(String modifiedSince) voidsetPartyAliasTypeName(String partyAliasTypeName) voidsetSearchTypeName(String searchTypeName) 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.spec.EmployeeSpec
getEmployeeName, setEmployeeNameMethods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyName
-
Method Details
-
getSearchTypeName
-
setSearchTypeName
-
getFirstName
-
setFirstName
-
getFirstNameSoundex
-
setFirstNameSoundex
-
getMiddleName
-
setMiddleName
-
getMiddleNameSoundex
-
setMiddleNameSoundex
-
getLastName
-
setLastName
-
getLastNameSoundex
-
setLastNameSoundex
-
getPartyAliasTypeName
-
setPartyAliasTypeName
-
getAlias
-
setAlias
-
getEmployeeStatusChoice
-
setEmployeeStatusChoice
-
getEmployeeAvailabilityChoice
-
setEmployeeAvailabilityChoice
-
getCreatedSince
-
setCreatedSince
-
getModifiedSince
-
setModifiedSince
-
getFields
-
setFields
-