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) LeaveDetailFactory.getEntityFromCache(LeaveDetailPK pk) LeaveDetailFactory.getEntityFromPK(EntityPermission entityPermission, LeaveDetailPK pk) LeaveDetailFactory.getValueFromPK(LeaveDetailPK pk) voidLeaveDetailFactory.remove(LeaveDetailPK pk) booleanLeaveDetailFactory.validPK(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.getValuesFromPKs(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 -
Uses of LeaveDetailPK in com.echothree.model.jooq.server.records.employee
Methods in com.echothree.model.jooq.server.records.employee that return LeaveDetailPKModifier and TypeMethodDescriptionLeaves.ActiveDetail()Getter forleaves.lv_activedetailid.Leaves.LastDetail()Getter forleaves.lv_lastdetailid.LeaveDetails.LeaveDetail()Getter forleavedetails.lvdt_leavedetailid.Methods in com.echothree.model.jooq.server.records.employee that return types with arguments of type LeaveDetailPKMethods in com.echothree.model.jooq.server.records.employee with parameters of type LeaveDetailPKModifier and TypeMethodDescriptionvoidLeaves.ActiveDetail(LeaveDetailPK value) Setter forleaves.lv_activedetailid.voidLeaves.LastDetail(LeaveDetailPK value) Setter forleaves.lv_lastdetailid.voidLeaveDetails.LeaveDetail(LeaveDetailPK value) Setter forleavedetails.lvdt_leavedetailid.Constructors in com.echothree.model.jooq.server.records.employee with parameters of type LeaveDetailPKModifierConstructorDescriptionLeaveDetails(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 LeaveDetailPK in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeaveDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Leaves, LeaveDetailPK> Leaves.ACTIVE_DETAILThe columnleaves.lv_activedetailid.final org.jooq.TableField<Leaves, LeaveDetailPK> Leaves.LAST_DETAILThe columnleaves.lv_lastdetailid.final org.jooq.TableField<LeaveDetails, LeaveDetailPK> LeaveDetails.LEAVE_DETAILThe columnleavedetails.lvdt_leavedetailid.