Uses of Class
com.echothree.model.data.employee.common.pk.LeaveDetailPK
Packages that use LeaveDetailPK
Package
Description
-
Uses of LeaveDetailPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveDetailPKModifier and TypeMethodDescriptionLeave.getActiveDetailPK()Leave.getLastDetailPK()LeaveDetail.getPrimaryKey()Methods in com.echothree.model.data.employee.server.entity with parameters of type LeaveDetailPKModifier and TypeMethodDescriptionvoidLeave.setActiveDetailPK(LeaveDetailPK activeDetailPK) voidLeave.setLastDetailPK(LeaveDetailPK lastDetailPK) -
Uses of LeaveDetailPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveDetailPKModifier and TypeMethodDescriptionLeaveDetailFactory.getNextPK()LeaveDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LeaveDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveDetailPKModifier and TypeMethodDescriptionLeaveDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LeaveDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LeaveDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LeaveDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveDetailPKModifier and TypeMethodDescriptionLeaveFactory.create(LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) LeaveFactory.create(Session session, LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) LeaveDetailFactory.getEntityFromCache(Session session, LeaveDetailPK pk) LeaveDetailFactory.getEntityFromPK(EntityPermission entityPermission, LeaveDetailPK pk) LeaveDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, LeaveDetailPK pk) LeaveDetailFactory.getValueFromPK(Session session, LeaveDetailPK pk) voidLeaveDetailFactory.remove(Session session, LeaveDetailPK pk) booleanLeaveDetailFactory.validPK(Session session, LeaveDetailPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveDetailPKModifier and TypeMethodDescriptionLeaveDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LeaveDetailPK> pks) LeaveDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<LeaveDetailPK> pks) LeaveDetailFactory.getValuesFromPKs(Session session, Collection<LeaveDetailPK> pks) voidLeaveDetailFactory.remove(Session session, Collection<LeaveDetailPK> pks) voidLeaveDetailFactory.remove(Collection<LeaveDetailPK> pks) -
Uses of LeaveDetailPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveDetailPKModifier and TypeMethodDescriptionLeaveValue.getActiveDetailPK()LeaveValue.getLastDetailPK()LeaveDetailValue.getPrimaryKey()Methods in com.echothree.model.data.employee.server.value with parameters of type LeaveDetailPKModifier and TypeMethodDescriptionvoidLeaveValue.setActiveDetailPK(LeaveDetailPK activeDetailPK) voidLeaveValue.setLastDetailPK(LeaveDetailPK lastDetailPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type LeaveDetailPKModifierConstructorDescriptionLeaveDetailValue(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 LeaveDetailValueLeaveValue(LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) Creates a new instance of LeaveValueLeaveValue(LeavePK leavePK, LeaveDetailPK activeDetailPK, LeaveDetailPK lastDetailPK) Creates a new instance of LeaveValue