Uses of Class
com.echothree.model.data.employee.common.pk.LeaveReasonDescriptionPK
Packages that use LeaveReasonDescriptionPK
Package
Description
-
Uses of LeaveReasonDescriptionPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonDescriptionPK -
Uses of LeaveReasonDescriptionPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonDescriptionPKModifier and TypeMethodDescriptionLeaveReasonDescriptionFactory.getNextPK()
LeaveReasonDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LeaveReasonDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonDescriptionPKModifier and TypeMethodDescriptionLeaveReasonDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LeaveReasonDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LeaveReasonDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) LeaveReasonDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonDescriptionPKModifier and TypeMethodDescriptionLeaveReasonDescriptionFactory.getEntityFromCache
(Session session, LeaveReasonDescriptionPK pk) LeaveReasonDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, LeaveReasonDescriptionPK pk) LeaveReasonDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LeaveReasonDescriptionPK pk) LeaveReasonDescriptionFactory.getValueFromPK
(Session session, LeaveReasonDescriptionPK pk) void
LeaveReasonDescriptionFactory.remove
(Session session, LeaveReasonDescriptionPK pk) boolean
LeaveReasonDescriptionFactory.validPK
(Session session, LeaveReasonDescriptionPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonDescriptionPKModifier and TypeMethodDescriptionLeaveReasonDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LeaveReasonDescriptionPK> pks) LeaveReasonDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LeaveReasonDescriptionPK> pks) LeaveReasonDescriptionFactory.getValuesFromPKs
(Session session, Collection<LeaveReasonDescriptionPK> pks) void
LeaveReasonDescriptionFactory.remove
(Session session, Collection<LeaveReasonDescriptionPK> pks) void
LeaveReasonDescriptionFactory.remove
(Collection<LeaveReasonDescriptionPK> pks) -
Uses of LeaveReasonDescriptionPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonDescriptionPKConstructors in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonDescriptionPKModifierConstructorDescriptionLeaveReasonDescriptionValue
(LeaveReasonDescriptionPK leaveReasonDescriptionPK, LeaveReasonPK leaveReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDescriptionValue