Uses of Class
com.echothree.model.data.employee.common.pk.LeaveReasonDetailPK
Packages that use LeaveReasonDetailPK
Package
Description
-
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReason.getActiveDetailPK()LeaveReason.getLastDetailPK()LeaveReasonDetail.getPrimaryKey()Methods in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionvoidLeaveReason.setActiveDetailPK(LeaveReasonDetailPK activeDetailPK) voidLeaveReason.setLastDetailPK(LeaveReasonDetailPK lastDetailPK) -
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getNextPK()LeaveReasonDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LeaveReasonDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonFactory.create(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) LeaveReasonDetailFactory.getEntityFromCache(LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getEntityFromPK(EntityPermission entityPermission, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getValueFromPK(LeaveReasonDetailPK pk) voidLeaveReasonDetailFactory.remove(LeaveReasonDetailPK pk) booleanLeaveReasonDetailFactory.validPK(LeaveReasonDetailPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LeaveReasonDetailPK> pks) LeaveReasonDetailFactory.getValuesFromPKs(Collection<LeaveReasonDetailPK> pks) voidLeaveReasonDetailFactory.remove(Collection<LeaveReasonDetailPK> pks) -
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonValue.getActiveDetailPK()LeaveReasonValue.getLastDetailPK()LeaveReasonDetailValue.getPrimaryKey()Methods in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionvoidLeaveReasonValue.setActiveDetailPK(LeaveReasonDetailPK activeDetailPK) voidLeaveReasonValue.setLastDetailPK(LeaveReasonDetailPK lastDetailPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonDetailPKModifierConstructorDescriptionLeaveReasonDetailValue(LeaveReasonDetailPK leaveReasonDetailPK, LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDetailValueLeaveReasonValue(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValueLeaveReasonValue(LeaveReasonPK leaveReasonPK, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValue -
Uses of LeaveReasonDetailPK in com.echothree.model.jooq.server.records.employee
Methods in com.echothree.model.jooq.server.records.employee that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasons.ActiveDetail()Getter forleavereasons.lvrsn_activedetailid.LeaveReasons.LastDetail()Getter forleavereasons.lvrsn_lastdetailid.LeaveReasonDetails.LeaveReasonDetail()Getter forleavereasondetails.lvrsndt_leavereasondetailid.Methods in com.echothree.model.jooq.server.records.employee that return types with arguments of type LeaveReasonDetailPKMethods in com.echothree.model.jooq.server.records.employee with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionvoidLeaveReasons.ActiveDetail(LeaveReasonDetailPK value) Setter forleavereasons.lvrsn_activedetailid.voidLeaveReasons.LastDetail(LeaveReasonDetailPK value) Setter forleavereasons.lvrsn_lastdetailid.voidLeaveReasonDetails.LeaveReasonDetail(LeaveReasonDetailPK value) Setter forleavereasondetails.lvrsndt_leavereasondetailid.Constructors in com.echothree.model.jooq.server.records.employee with parameters of type LeaveReasonDetailPKModifierConstructorDescriptionLeaveReasonDetails(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 LeaveReasonDetailPK in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type LeaveReasonDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LeaveReasons, LeaveReasonDetailPK> LeaveReasons.ACTIVE_DETAILThe columnleavereasons.lvrsn_activedetailid.final org.jooq.TableField<LeaveReasons, LeaveReasonDetailPK> LeaveReasons.LAST_DETAILThe columnleavereasons.lvrsn_lastdetailid.final org.jooq.TableField<LeaveReasonDetails, LeaveReasonDetailPK> LeaveReasonDetails.LEAVE_REASON_DETAILThe columnleavereasondetails.lvrsndt_leavereasondetailid.