Uses of Class
com.echothree.model.data.employee.server.value.TerminationReasonDetailValue
Packages that use TerminationReasonDetailValue
Package
Description
-
Uses of TerminationReasonDetailValue in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return TerminationReasonDetailValueModifier and TypeMethodDescriptionEmployeeControl.getDefaultTerminationReasonDetailValueForUpdate()
EmployeeControl.getTerminationReasonDetailValueByNameForUpdate
(String terminationReasonName) EmployeeControl.getTerminationReasonDetailValueForUpdate
(TerminationReason terminationReason) Methods in com.echothree.model.control.employee.server.control with parameters of type TerminationReasonDetailValueModifier and TypeMethodDescriptionvoid
EmployeeControl.updateTerminationReasonFromValue
(TerminationReasonDetailValue terminationReasonDetailValue, BasePK updatedBy) -
Uses of TerminationReasonDetailValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return TerminationReasonDetailValueMethods in com.echothree.model.data.employee.server.entity with parameters of type TerminationReasonDetailValueModifier and TypeMethodDescriptionvoid
TerminationReasonDetail.setTerminationReasonDetailValue
(TerminationReasonDetailValue value) Constructors in com.echothree.model.data.employee.server.entity with parameters of type TerminationReasonDetailValueModifierConstructorDescriptionTerminationReasonDetail
(TerminationReasonDetailValue value, EntityPermission entityPermission) Creates a new instance of TerminationReasonDetail -
Uses of TerminationReasonDetailValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return TerminationReasonDetailValueModifier and TypeMethodDescriptionTerminationReasonDetailFactory.getValueFromPK
(Session session, TerminationReasonDetailPK pk) TerminationReasonDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type TerminationReasonDetailValueModifier and TypeMethodDescriptionTerminationReasonDetailFactory.getValuesFromPKs
(Session session, Collection<TerminationReasonDetailPK> pks) TerminationReasonDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type TerminationReasonDetailValueModifier and TypeMethodDescriptionTerminationReasonDetailFactory.getEntityFromValue
(EntityPermission entityPermission, TerminationReasonDetailValue value) TerminationReasonDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TerminationReasonDetailValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type TerminationReasonDetailValueModifier and TypeMethodDescriptionvoid
TerminationReasonDetailFactory.create
(Session session, Collection<TerminationReasonDetailValue> _values) void
TerminationReasonDetailFactory.create
(Collection<TerminationReasonDetailValue> _values) -
Uses of TerminationReasonDetailValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return TerminationReasonDetailValue