Uses of Class
com.echothree.model.data.employee.server.value.LeaveValue
Packages that use LeaveValue
Package
Description
-
Uses of LeaveValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveValueMethods in com.echothree.model.data.employee.server.entity with parameters of type LeaveValueConstructors in com.echothree.model.data.employee.server.entity with parameters of type LeaveValueModifierConstructorDescriptionLeave
(LeaveValue value, EntityPermission entityPermission) Creates a new instance of Leave -
Uses of LeaveValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveValueModifier and TypeMethodDescriptionLeaveFactory.getValueFromPK
(Session session, LeavePK pk) LeaveFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveValueModifier and TypeMethodDescriptionLeaveFactory.getValuesFromPKs
(Session session, Collection<LeavePK> pks) LeaveFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveValueModifier and TypeMethodDescriptionLeaveFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveValue value) LeaveFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveValueModifier and TypeMethodDescriptionvoid
LeaveFactory.create
(Session session, Collection<LeaveValue> _values) void
LeaveFactory.create
(Collection<LeaveValue> _values) -
Uses of LeaveValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveValue