Uses of Class
com.echothree.model.data.employee.server.entity.LeaveDetail
Packages that use LeaveDetail
Package
Description
-
Uses of LeaveDetail in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveDetailModifier and TypeMethodDescriptionLeave.getActiveDetail()
Leave.getActiveDetail
(EntityPermission entityPermission) Leave.getActiveDetail
(Session session) Leave.getActiveDetail
(Session session, EntityPermission entityPermission) Leave.getActiveDetailForUpdate()
Leave.getActiveDetailForUpdate
(Session session) Leave.getLastDetail()
Leave.getLastDetail
(EntityPermission entityPermission) Leave.getLastDetail
(Session session) Leave.getLastDetail
(Session session, EntityPermission entityPermission) Leave.getLastDetailForUpdate()
Leave.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.employee.server.entity with parameters of type LeaveDetailModifier and TypeMethodDescriptionvoid
Leave.setActiveDetail
(LeaveDetail entity) void
Leave.setLastDetail
(LeaveDetail entity) -
Uses of LeaveDetail in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveDetailModifier and TypeMethodDescriptionLeaveDetailFactory.create
(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) LeaveDetailFactory.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, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, 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) LeaveDetailFactory.getEntityFromCache
(Session session, LeaveDetailPK pk) LeaveDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LeaveDetailPK pk) LeaveDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeaveDetailPK pk) LeaveDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LeaveDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LeaveDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LeaveDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveDetailValue value) LeaveDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveDetailValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveDetailModifier and TypeMethodDescriptionLeaveDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LeaveDetailPK> pks) LeaveDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeaveDetailPK> pks) LeaveDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LeaveDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LeaveDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LeaveDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LeaveDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LeaveDetailFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveDetailModifier and TypeMethodDescriptionLeaveFactory.create
(LeaveDetail activeDetail, LeaveDetail lastDetail) LeaveFactory.create
(Session session, LeaveDetail activeDetail, LeaveDetail lastDetail) void
LeaveDetailFactory.remove
(Session session, LeaveDetail entity) void
LeaveDetailFactory.store
(Session session, LeaveDetail entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveDetailModifier and TypeMethodDescriptionvoid
LeaveDetailFactory.store
(Session session, Collection<LeaveDetail> entities) void
LeaveDetailFactory.store
(Collection<LeaveDetail> entities)