Uses of Class
com.echothree.model.data.employee.server.value.LeaveDetailValue
Packages that use LeaveDetailValue
Package
Description
-
Uses of LeaveDetailValue in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return LeaveDetailValueModifier and TypeMethodDescriptionEmployeeControl.getLeaveDetailValueByNameForUpdate
(String leaveName) EmployeeControl.getLeaveDetailValueForUpdate
(Leave leave) Methods in com.echothree.model.control.employee.server.control with parameters of type LeaveDetailValueModifier and TypeMethodDescriptionvoid
EmployeeControl.updateLeaveFromValue
(LeaveDetailValue leaveDetailValue, BasePK updatedBy) -
Uses of LeaveDetailValue in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type LeaveDetailValueModifier and TypeMethodDescriptionvoid
LeaveLogic.updateLeaveFromValue
(ExecutionErrorAccumulator eea, LeaveDetailValue leaveDetailValue, PartyPK updatedBy) -
Uses of LeaveDetailValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveDetailValueMethods in com.echothree.model.data.employee.server.entity with parameters of type LeaveDetailValueConstructors in com.echothree.model.data.employee.server.entity with parameters of type LeaveDetailValueModifierConstructorDescriptionLeaveDetail
(LeaveDetailValue value, EntityPermission entityPermission) Creates a new instance of LeaveDetail -
Uses of LeaveDetailValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveDetailValueModifier and TypeMethodDescriptionLeaveDetailFactory.getValueFromPK
(Session session, LeaveDetailPK pk) LeaveDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveDetailValueModifier and TypeMethodDescriptionLeaveDetailFactory.getValuesFromPKs
(Session session, Collection<LeaveDetailPK> pks) LeaveDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveDetailValueModifier and TypeMethodDescriptionLeaveDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveDetailValue value) LeaveDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveDetailValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveDetailValueModifier and TypeMethodDescriptionvoid
LeaveDetailFactory.create
(Session session, Collection<LeaveDetailValue> _values) void
LeaveDetailFactory.create
(Collection<LeaveDetailValue> _values) -
Uses of LeaveDetailValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveDetailValue