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) LeaveFactory.getEntityFromCache(LeavePK pk) LeaveFactory.getEntityFromPK(EntityPermission entityPermission, LeavePK pk) LeaveFactory.getValueFromPK(LeavePK pk) voidbooleanMethod parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeavePKModifier and TypeMethodDescriptionLeaveFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LeavePK> pks) LeaveFactory.getValuesFromPKs(Collection<LeavePK> pks) voidLeaveFactory.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 -
Uses of LeavePK in com.echothree.model.jooq.server.records.employee
Methods in com.echothree.model.jooq.server.records.employee that return LeavePKModifier and TypeMethodDescriptionLeaveDetails.Leave()Getter forleavedetails.lvdt_lv_leaveid.Leaves.Leave()Getter forleaves.lv_leaveid.Methods in com.echothree.model.jooq.server.records.employee that return types with arguments of type LeavePKMethods in com.echothree.model.jooq.server.records.employee with parameters of type LeavePKModifier and TypeMethodDescriptionvoidSetter forleavedetails.lvdt_lv_leaveid.voidSetter forleaves.lv_leaveid.Constructors in com.echothree.model.jooq.server.records.employee with parameters of type LeavePKModifierConstructorDescriptionLeaveDetails(LeaveDetailPK LeaveDetail, LeavePK Leave, String LeaveName, PartyPK Party, PartyPK CompanyParty, LeaveTypePK LeaveType, LeaveReasonPK LeaveReason, Long StartTime, Long EndTime, Long TotalTime, Long FromTime, Long ThruTime) Create a detached, initialised LeaveDetailsLeaves(LeavePK Leave, LeaveDetailPK ActiveDetail, LeaveDetailPK LastDetail) Create a detached, initialised Leaves -
Uses of LeavePK in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeavePK