Interface SearchLeavesForm
- All Superinterfaces:
BaseForm,BaseSpec,CompanySpec,LeaveReasonSpec,LeaveSpec,LeaveTypeSpec,PartySpec
public interface SearchLeavesForm
extends LeaveSpec, PartySpec, CompanySpec, LeaveTypeSpec, LeaveReasonSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedSince(String createdSince) voidvoidsetLeaveStatusChoice(String employeeStatusChoice) voidsetModifiedSince(String modifiedSince) 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.CompanySpec
getCompanyName, setCompanyNameMethods inherited from interface com.echothree.control.user.employee.common.spec.LeaveReasonSpec
getLeaveReasonName, setLeaveReasonNameMethods inherited from interface com.echothree.control.user.employee.common.spec.LeaveSpec
getLeaveName, setLeaveNameMethods inherited from interface com.echothree.control.user.employee.common.spec.LeaveTypeSpec
getLeaveTypeName, setLeaveTypeNameMethods inherited from interface com.echothree.control.user.party.common.spec.PartySpec
getPartyName, setPartyName
-
Method Details
-
getSearchTypeName
-
setSearchTypeName
-
getLeaveStatusChoice
-
setLeaveStatusChoice
-
getCreatedSince
-
setCreatedSince
-
getModifiedSince
-
setModifiedSince
-
getFields
-
setFields
-