Uses of Class
com.echothree.model.data.employee.server.value.LeaveReasonValue
Packages that use LeaveReasonValue
Package
Description
-
Uses of LeaveReasonValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonValueMethods in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonValueConstructors in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonValueModifierConstructorDescriptionLeaveReason
(LeaveReasonValue value, EntityPermission entityPermission) Creates a new instance of LeaveReason -
Uses of LeaveReasonValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonValueModifier and TypeMethodDescriptionLeaveReasonFactory.getValueFromPK
(Session session, LeaveReasonPK pk) LeaveReasonFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonValueModifier and TypeMethodDescriptionLeaveReasonFactory.getValuesFromPKs
(Session session, Collection<LeaveReasonPK> pks) LeaveReasonFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonValueModifier and TypeMethodDescriptionLeaveReasonFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveReasonValue value) LeaveReasonFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveReasonValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonValueModifier and TypeMethodDescriptionvoid
LeaveReasonFactory.create
(Session session, Collection<LeaveReasonValue> _values) void
LeaveReasonFactory.create
(Collection<LeaveReasonValue> _values) -
Uses of LeaveReasonValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonValue