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 TypeMethodDescriptionvoid
LeaveDetail.setLeaveReasonPK
(LeaveReasonPK leaveReasonPK) void
LeaveReasonDescription.setLeaveReasonPK
(LeaveReasonPK leaveReasonPK) void
LeaveReasonDetail.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) LeaveDetailFactory.create
(Session session, 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) LeaveReasonDescriptionFactory.create
(Session session, LeaveReasonPK leaveReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LeaveReasonDetailFactory.create
(LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LeaveReasonDetailFactory.create
(Session session, LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LeaveReasonFactory.getEntityFromCache
(Session session, LeaveReasonPK pk) LeaveReasonFactory.getEntityFromPK
(EntityPermission entityPermission, LeaveReasonPK pk) LeaveReasonFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeaveReasonPK pk) LeaveReasonFactory.getValueFromPK
(Session session, LeaveReasonPK pk) void
LeaveReasonFactory.remove
(Session session, LeaveReasonPK pk) boolean
LeaveReasonFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeaveReasonPK> pks) LeaveReasonFactory.getValuesFromPKs
(Session session, Collection<LeaveReasonPK> pks) void
LeaveReasonFactory.remove
(Session session, Collection<LeaveReasonPK> pks) void
LeaveReasonFactory.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 TypeMethodDescriptionvoid
LeaveDetailValue.setLeaveReasonPK
(LeaveReasonPK leaveReasonPK) void
LeaveReasonDescriptionValue.setLeaveReasonPK
(LeaveReasonPK leaveReasonPK) void
LeaveReasonDetailValue.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