Uses of Class
com.echothree.model.data.core.server.value.EntityLongRangeDescriptionValue
Packages that use EntityLongRangeDescriptionValue
Package
Description
-
Uses of EntityLongRangeDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionCoreControl.getEntityLongRangeDescriptionValue
(EntityLongRangeDescription entityLongRangeDescription) CoreControl.getEntityLongRangeDescriptionValueForUpdate
(EntityLongRange entityLongRange, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityLongRangeDescriptionFromValue
(EntityLongRangeDescriptionValue entityLongRangeDescriptionValue, BasePK updatedBy) -
Uses of EntityLongRangeDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionEntityLongRangeDescription.getEntityLongRangeDescriptionValue()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionvoid
EntityLongRangeDescription.setEntityLongRangeDescriptionValue
(EntityLongRangeDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityLongRangeDescriptionValueModifierConstructorDescriptionEntityLongRangeDescription
(EntityLongRangeDescriptionValue value, EntityPermission entityPermission) Creates a new instance of EntityLongRangeDescription -
Uses of EntityLongRangeDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getValueFromPK
(Session session, EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getValuesFromPKs
(Session session, Collection<EntityLongRangeDescriptionPK> pks) EntityLongRangeDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, EntityLongRangeDescriptionValue value) EntityLongRangeDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityLongRangeDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongRangeDescriptionValueModifier and TypeMethodDescriptionvoid
EntityLongRangeDescriptionFactory.create
(Session session, Collection<EntityLongRangeDescriptionValue> _values) void
EntityLongRangeDescriptionFactory.create
(Collection<EntityLongRangeDescriptionValue> _values) -
Uses of EntityLongRangeDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongRangeDescriptionValue