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(TerminationReasonPK pk) TerminationReasonFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type TerminationReasonValueModifier and TypeMethodDescriptionTerminationReasonFactory.getValuesFromPKs(Collection<TerminationReasonPK> pks) TerminationReasonFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type TerminationReasonValueModifier and TypeMethodDescriptionTerminationReasonFactory.getEntityFromValue(EntityPermission entityPermission, TerminationReasonValue value) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type TerminationReasonValueModifier and TypeMethodDescriptionvoidTerminationReasonFactory.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