Uses of Class
com.echothree.model.data.employee.server.value.LeaveReasonDetailValue
Packages that use LeaveReasonDetailValue
Package
Description
-
Uses of LeaveReasonDetailValue in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return LeaveReasonDetailValueModifier and TypeMethodDescriptionEmployeeControl.getDefaultLeaveReasonDetailValueForUpdate()
EmployeeControl.getLeaveReasonDetailValueByNameForUpdate
(String leaveReasonName) EmployeeControl.getLeaveReasonDetailValueForUpdate
(LeaveReason leaveReason) Methods in com.echothree.model.control.employee.server.control with parameters of type LeaveReasonDetailValueModifier and TypeMethodDescriptionvoid
EmployeeControl.updateLeaveReasonFromValue
(LeaveReasonDetailValue leaveReasonDetailValue, BasePK updatedBy) -
Uses of LeaveReasonDetailValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonDetailValueMethods in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonDetailValueModifier and TypeMethodDescriptionvoid
LeaveReasonDetail.setLeaveReasonDetailValue
(LeaveReasonDetailValue value) Constructors in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonDetailValueModifierConstructorDescriptionLeaveReasonDetail
(LeaveReasonDetailValue value, EntityPermission entityPermission) Creates a new instance of LeaveReasonDetail -
Uses of LeaveReasonDetailValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonDetailValueModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getValueFromPK
(Session session, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonDetailValueModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getValuesFromPKs
(Session session, Collection<LeaveReasonDetailPK> pks) LeaveReasonDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonDetailValueModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getEntityFromValue
(EntityPermission entityPermission, LeaveReasonDetailValue value) LeaveReasonDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LeaveReasonDetailValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonDetailValueModifier and TypeMethodDescriptionvoid
LeaveReasonDetailFactory.create
(Session session, Collection<LeaveReasonDetailValue> _values) void
LeaveReasonDetailFactory.create
(Collection<LeaveReasonDetailValue> _values) -
Uses of LeaveReasonDetailValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonDetailValue