Uses of Class
com.echothree.model.data.core.server.value.EntityLongRangeDetailValue
Packages that use EntityLongRangeDetailValue
Package
Description
-
Uses of EntityLongRangeDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityLongRangeDetailValueModifier and TypeMethodDescriptionCoreControl.getDefaultEntityLongRangeDetailValueForUpdate
(EntityAttribute entityAttribute) CoreControl.getEntityLongRangeDetailValueByNameForUpdate
(EntityAttribute entityAttribute, String entityLongRangeName) CoreControl.getEntityLongRangeDetailValueForUpdate
(EntityLongRange entityLongRange) Methods in com.echothree.model.control.core.server.control with parameters of type EntityLongRangeDetailValueModifier and TypeMethodDescriptionvoid
CoreControl.updateEntityLongRangeFromValue
(EntityLongRangeDetailValue entityLongRangeDetailValue, BasePK updatedBy) -
Uses of EntityLongRangeDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongRangeDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityLongRangeDetailValueModifier and TypeMethodDescriptionvoid
EntityLongRangeDetail.setEntityLongRangeDetailValue
(EntityLongRangeDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityLongRangeDetailValueModifierConstructorDescriptionEntityLongRangeDetail
(EntityLongRangeDetailValue value, EntityPermission entityPermission) Creates a new instance of EntityLongRangeDetail -
Uses of EntityLongRangeDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongRangeDetailValueModifier and TypeMethodDescriptionEntityLongRangeDetailFactory.getValueFromPK
(Session session, EntityLongRangeDetailPK pk) EntityLongRangeDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongRangeDetailValueModifier and TypeMethodDescriptionEntityLongRangeDetailFactory.getValuesFromPKs
(Session session, Collection<EntityLongRangeDetailPK> pks) EntityLongRangeDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongRangeDetailValueModifier and TypeMethodDescriptionEntityLongRangeDetailFactory.getEntityFromValue
(EntityPermission entityPermission, EntityLongRangeDetailValue value) EntityLongRangeDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityLongRangeDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongRangeDetailValueModifier and TypeMethodDescriptionvoid
EntityLongRangeDetailFactory.create
(Session session, Collection<EntityLongRangeDetailValue> _values) void
EntityLongRangeDetailFactory.create
(Collection<EntityLongRangeDetailValue> _values) -
Uses of EntityLongRangeDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongRangeDetailValue