Uses of Class
com.echothree.model.data.employee.server.value.TerminationReasonValue
Packages that use TerminationReasonValue
Package
Description
-
Uses of TerminationReasonValue in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return TerminationReasonValueMethods in com.echothree.model.data.employee.server.entity with parameters of type TerminationReasonValueModifier and TypeMethodDescriptionvoidTerminationReason.setTerminationReasonValue(TerminationReasonValue value) Constructors in com.echothree.model.data.employee.server.entity with parameters of type TerminationReasonValueModifierConstructorDescriptionTerminationReason(TerminationReasonValue value, EntityPermission entityPermission) Creates a new instance of TerminationReason -
Uses of TerminationReasonValue in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return TerminationReasonValueModifier and TypeMethodDescriptionTerminationReasonFactory.getValueFromPK(Session session, TerminationReasonPK pk) TerminationReasonFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type TerminationReasonValueModifier and TypeMethodDescriptionTerminationReasonFactory.getValuesFromPKs(Session session, Collection<TerminationReasonPK> pks) TerminationReasonFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type TerminationReasonValueModifier and TypeMethodDescriptionTerminationReasonFactory.getEntityFromValue(EntityPermission entityPermission, TerminationReasonValue value) TerminationReasonFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TerminationReasonValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type TerminationReasonValueModifier and TypeMethodDescriptionvoidTerminationReasonFactory.create(Session session, Collection<TerminationReasonValue> _values) voidTerminationReasonFactory.create(Collection<TerminationReasonValue> _values) -
Uses of TerminationReasonValue in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return TerminationReasonValue