Uses of Class
com.echothree.model.data.employee.common.pk.LeavePK
Packages that use LeavePK
Package
Description
-
Uses of LeavePK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeavePKMethods in com.echothree.model.data.employee.server.entity with parameters of type LeavePK -
Uses of LeavePK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeavePKModifier and TypeMethodDescriptionLeaveFactory.getNextPK()
LeaveFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LeaveFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeavePKModifier and TypeMethodDescriptionLeaveFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LeaveFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LeaveFactory.getPKsFromResultSetAsList
(ResultSet rs) LeaveFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeavePKModifier 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
(Session session, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) LeaveFactory.getEntityFromCache
(Session session, LeavePK pk) LeaveFactory.getEntityFromPK
(EntityPermission entityPermission, LeavePK pk) LeaveFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeavePK pk) LeaveFactory.getValueFromPK
(Session session, LeavePK pk) void
boolean
Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeavePKModifier and TypeMethodDescriptionLeaveFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LeavePK> pks) LeaveFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeavePK> pks) LeaveFactory.getValuesFromPKs
(Session session, Collection<LeavePK> pks) void
LeaveFactory.remove
(Session session, Collection<LeavePK> pks) void
LeaveFactory.remove
(Collection<LeavePK> pks) -
Uses of LeavePK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeavePKMethods in com.echothree.model.data.employee.server.value with parameters of type LeavePKConstructors in com.echothree.model.data.employee.server.value with parameters of type LeavePKModifierConstructorDescriptionLeaveDetailValue
(LeaveDetailPK leaveDetailPK, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValueLeaveDetailValue
(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValueLeaveValue
(LeavePK leavePK, LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) Creates a new instance of LeaveValue