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 TypeMethodDescriptionvoid
LeaveReason.setActiveDetailPK
(LeaveReasonDetailPK activeDetailPK) void
LeaveReason.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) LeaveReasonFactory.create
(Session session, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) LeaveReasonDetailFactory.getEntityFromCache
(Session session, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getValueFromPK
(Session session, LeaveReasonDetailPK pk) void
LeaveReasonDetailFactory.remove
(Session session, LeaveReasonDetailPK pk) boolean
LeaveReasonDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeaveReasonDetailPK> pks) LeaveReasonDetailFactory.getValuesFromPKs
(Session session, Collection<LeaveReasonDetailPK> pks) void
LeaveReasonDetailFactory.remove
(Session session, Collection<LeaveReasonDetailPK> pks) void
LeaveReasonDetailFactory.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 TypeMethodDescriptionvoid
LeaveReasonValue.setActiveDetailPK
(LeaveReasonDetailPK activeDetailPK) void
LeaveReasonValue.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