Uses of Class
com.echothree.model.data.employee.common.pk.LeaveReasonPK
Packages that use LeaveReasonPK
Package
Description
-
Uses of LeaveReasonPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonPKModifier and TypeMethodDescriptionLeaveDetail.getLeaveReasonPK()LeaveReasonDescription.getLeaveReasonPK()LeaveReasonDetail.getLeaveReasonPK()LeaveReason.getPrimaryKey()Methods in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonPKModifier and TypeMethodDescriptionvoidLeaveDetail.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) voidLeaveReasonDescription.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) voidLeaveReasonDetail.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) -
Uses of LeaveReasonPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonPKModifier and TypeMethodDescriptionLeaveReasonFactory.getNextPK()LeaveReasonFactory.getPKFromQuery(PreparedStatement ps, Object... params) LeaveReasonFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonPKModifier and TypeMethodDescriptionLeaveReasonFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LeaveReasonFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LeaveReasonFactory.getPKsFromResultSetAsList(ResultSet rs) LeaveReasonFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonPKModifier 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) LeaveReasonDescriptionFactory.create(LeaveReasonPK leaveReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LeaveReasonDetailFactory.create(LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LeaveReasonFactory.getEntityFromCache(LeaveReasonPK pk) LeaveReasonFactory.getEntityFromPK(EntityPermission entityPermission, LeaveReasonPK pk) LeaveReasonFactory.getValueFromPK(LeaveReasonPK pk) voidLeaveReasonFactory.remove(LeaveReasonPK pk) booleanLeaveReasonFactory.validPK(LeaveReasonPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonPKModifier and TypeMethodDescriptionLeaveReasonFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LeaveReasonPK> pks) LeaveReasonFactory.getValuesFromPKs(Collection<LeaveReasonPK> pks) voidLeaveReasonFactory.remove(Collection<LeaveReasonPK> pks) -
Uses of LeaveReasonPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonPKModifier and TypeMethodDescriptionLeaveDetailValue.getLeaveReasonPK()LeaveReasonDescriptionValue.getLeaveReasonPK()LeaveReasonDetailValue.getLeaveReasonPK()LeaveReasonValue.getPrimaryKey()Methods in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonPKModifier and TypeMethodDescriptionvoidLeaveDetailValue.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) voidLeaveReasonDescriptionValue.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) voidLeaveReasonDetailValue.setLeaveReasonPK(LeaveReasonPK leaveReasonPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonPKModifierConstructorDescriptionLeaveDetailValue(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 LeaveDetailValueLeaveReasonDescriptionValue(LeaveReasonDescriptionPK leaveReasonDescriptionPK, LeaveReasonPK leaveReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDescriptionValueLeaveReasonDescriptionValue(LeaveReasonPK leaveReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDescriptionValueLeaveReasonDetailValue(LeaveReasonDetailPK leaveReasonDetailPK, LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDetailValueLeaveReasonDetailValue(LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDetailValueLeaveReasonValue(LeaveReasonPK leaveReasonPK, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValue -
Uses of LeaveReasonPK in com.echothree.model.jooq.server.records.employee
Methods in com.echothree.model.jooq.server.records.employee that return LeaveReasonPKModifier and TypeMethodDescriptionLeaveDetails.LeaveReason()Getter forleavedetails.lvdt_lvrsn_leavereasonid.LeaveReasonDescriptions.LeaveReason()Getter forleavereasondescriptions.lvrsnd_lvrsn_leavereasonid.LeaveReasonDetails.LeaveReason()Getter forleavereasondetails.lvrsndt_lvrsn_leavereasonid.LeaveReasons.LeaveReason()Getter forleavereasons.lvrsn_leavereasonid.Methods in com.echothree.model.jooq.server.records.employee that return types with arguments of type LeaveReasonPKMethods in com.echothree.model.jooq.server.records.employee with parameters of type LeaveReasonPKModifier and TypeMethodDescriptionvoidLeaveDetails.LeaveReason(LeaveReasonPK value) Setter forleavedetails.lvdt_lvrsn_leavereasonid.voidLeaveReasonDescriptions.LeaveReason(LeaveReasonPK value) Setter forleavereasondescriptions.lvrsnd_lvrsn_leavereasonid.voidLeaveReasonDetails.LeaveReason(LeaveReasonPK value) Setter forleavereasondetails.lvrsndt_lvrsn_leavereasonid.voidLeaveReasons.LeaveReason(LeaveReasonPK value) Setter forleavereasons.lvrsn_leavereasonid.Constructors in com.echothree.model.jooq.server.records.employee with parameters of type LeaveReasonPKModifierConstructorDescriptionLeaveDetails(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 LeaveDetailsLeaveReasonDescriptions(LeaveReasonDescriptionPK LeaveReasonDescription, LeaveReasonPK LeaveReason, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LeaveReasonDescriptionsLeaveReasonDetails(LeaveReasonDetailPK LeaveReasonDetail, LeaveReasonPK LeaveReason, String LeaveReasonName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised LeaveReasonDetailsLeaveReasons(LeaveReasonPK LeaveReason, LeaveReasonDetailPK ActiveDetail, LeaveReasonDetailPK LastDetail) Create a detached, initialised LeaveReasons -
Uses of LeaveReasonPK in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeaveReasonPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LeaveDetails, LeaveReasonPK> LeaveDetails.LEAVE_REASONThe columnleavedetails.lvdt_lvrsn_leavereasonid.final org.jooq.TableField<LeaveReasonDescriptions, LeaveReasonPK> LeaveReasonDescriptions.LEAVE_REASONThe columnleavereasondescriptions.lvrsnd_lvrsn_leavereasonid.final org.jooq.TableField<LeaveReasonDetails, LeaveReasonPK> LeaveReasonDetails.LEAVE_REASONThe columnleavereasondetails.lvrsndt_lvrsn_leavereasonid.final org.jooq.TableField<LeaveReasons, LeaveReasonPK> LeaveReasons.LEAVE_REASONThe columnleavereasons.lvrsn_leavereasonid.