Uses of Class
com.echothree.model.data.employee.server.entity.Leave
Packages that use Leave
Package
Description
-
Uses of Leave in com.echothree.control.user.employee.server.command
Methods in com.echothree.control.user.employee.server.command that return LeaveModifier and TypeMethodDescriptionEditLeaveCommand.getEntity
(EditLeaveResult result) SetLeaveStatusCommand.getEntity()
EditLeaveCommand.getLockEntity
(Leave leave) SetLeaveStatusCommand.getLockEntity
(Leave leave) Methods in com.echothree.control.user.employee.server.command with parameters of type LeaveModifier and TypeMethodDescriptionvoid
void
void
void
void
void
EditLeaveCommand.fillInResult
(EditLeaveResult result, Leave leave) EditLeaveCommand.getLockEntity
(Leave leave) SetLeaveStatusCommand.getLockEntity
(Leave leave) -
Uses of Leave in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return LeaveModifier and TypeMethodDescriptionEmployeeControl.createLeave
(Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.createLeave
(String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.getLeaveByName
(String leaveName) EmployeeControl.getLeaveByNameForUpdate
(String leaveName) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type LeaveModifier and TypeMethodDescriptionEmployeeControl.getLeavesByCompanyParty
(Party companyParty) EmployeeControl.getLeavesByCompanyPartyForUpdate
(Party companyParty) EmployeeControl.getLeavesByLeaveReason
(LeaveReason leaveReason) EmployeeControl.getLeavesByLeaveReasonForUpdate
(LeaveReason leaveReason) EmployeeControl.getLeavesByLeaveType
(LeaveType leaveType) EmployeeControl.getLeavesByLeaveTypeForUpdate
(LeaveType leaveType) EmployeeControl.getLeavesByParty
(Party party) EmployeeControl.getLeavesByPartyForUpdate
(Party party) Methods in com.echothree.model.control.employee.server.control with parameters of type LeaveModifier and TypeMethodDescriptionvoid
EmployeeControl.deleteLeave
(Leave leave, BasePK deletedBy) EmployeeControl.getLeaveDetailValueForUpdate
(Leave leave) EmployeeControl.getLeaveStatusChoices
(String defaultLeaveStatusChoice, Language language, boolean allowNullChoice, Leave leave, PartyPK partyPK) EmployeeControl.getLeaveTransfer
(UserVisit userVisit, Leave leave) void
EmployeeControl.setLeaveStatus
(ExecutionErrorAccumulator eea, Leave leave, String leaveStatusChoice, PartyPK modifiedBy) Method parameters in com.echothree.model.control.employee.server.control with type arguments of type LeaveModifier and TypeMethodDescriptionvoid
EmployeeControl.deleteLeaves
(List<Leave> leaves, BasePK deletedBy) EmployeeControl.getLeaveTransfers
(UserVisit userVisit, Collection<Leave> leaves) -
Uses of Leave in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic that return LeaveModifier and TypeMethodDescriptionLeaveLogic.createLeave
(Session session, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, WorkflowEntrance leaveStatus, PartyPK createdBy) Methods in com.echothree.model.control.employee.server.logic with parameters of type Leave -
Uses of Leave in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer with parameters of type Leave -
Uses of Leave in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveModifier and TypeMethodDescriptionLeaveDetail.getLeave()
LeaveDetail.getLeave
(EntityPermission entityPermission) LeaveDetail.getLeave
(Session session, EntityPermission entityPermission) LeaveDetail.getLeaveForUpdate()
LeaveDetail.getLeaveForUpdate
(Session session) Methods in com.echothree.model.data.employee.server.entity with parameters of type Leave -
Uses of Leave in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveModifier and TypeMethodDescriptionLeaveFactory.create()
LeaveFactory.create
(LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) LeaveFactory.create
(LeaveDetail activeDetail, LeaveDetail lastDetail) LeaveFactory.create
(Session session, LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) LeaveFactory.create
(Session session, LeaveDetail activeDetail, LeaveDetail lastDetail) LeaveFactory.getEntityFromCache
(Session session, LeavePK pk) LeaveFactory.getEntityFromPK
(EntityPermission entityPermission, LeavePK pk) LeaveFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeavePK pk) LeaveFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LeaveFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LeaveFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LeaveFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveValue value) LeaveFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveModifier and TypeMethodDescriptionLeaveFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LeavePK> pks) LeaveFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeavePK> pks) LeaveFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LeaveFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LeaveFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveModifier and TypeMethodDescriptionLeaveDetailFactory.create
(Leave leave, String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) LeaveDetailFactory.create
(Session session, Leave leave, String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveModifier and TypeMethodDescriptionvoid
LeaveFactory.store
(Session session, Collection<Leave> entities) void
LeaveFactory.store
(Collection<Leave> entities)