Uses of Class
com.echothree.model.data.core.server.value.EntityIntegerRangeValue
Packages that use EntityIntegerRangeValue
Package
Description
-
Uses of EntityIntegerRangeValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangeValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangeValueModifier and TypeMethodDescriptionvoid
EntityIntegerRange.setEntityIntegerRangeValue
(EntityIntegerRangeValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangeValueModifierConstructorDescriptionEntityIntegerRange
(EntityIntegerRangeValue value, EntityPermission entityPermission) Creates a new instance of EntityIntegerRange -
Uses of EntityIntegerRangeValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeValueModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getValueFromPK
(Session session, EntityIntegerRangePK pk) EntityIntegerRangeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeValueModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getValuesFromPKs
(Session session, Collection<EntityIntegerRangePK> pks) EntityIntegerRangeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeValueModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getEntityFromValue
(EntityPermission entityPermission, EntityIntegerRangeValue value) EntityIntegerRangeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityIntegerRangeValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeValueModifier and TypeMethodDescriptionvoid
EntityIntegerRangeFactory.create
(Session session, Collection<EntityIntegerRangeValue> _values) void
EntityIntegerRangeFactory.create
(Collection<EntityIntegerRangeValue> _values) -
Uses of EntityIntegerRangeValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityIntegerRangeValue