Uses of Class
com.echothree.model.data.index.server.value.IndexDescriptionValue
Packages that use IndexDescriptionValue
Package
Description
-
Uses of IndexDescriptionValue in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control that return IndexDescriptionValueModifier and TypeMethodDescriptionIndexControl.getIndexDescriptionValue
(IndexDescription indexDescription) IndexControl.getIndexDescriptionValueForUpdate
(Index index, Language language) Methods in com.echothree.model.control.index.server.control with parameters of type IndexDescriptionValueModifier and TypeMethodDescriptionvoid
IndexControl.updateIndexDescriptionFromValue
(IndexDescriptionValue indexDescriptionValue, BasePK updatedBy) -
Uses of IndexDescriptionValue in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDescriptionValueMethods in com.echothree.model.data.index.server.entity with parameters of type IndexDescriptionValueModifier and TypeMethodDescriptionvoid
IndexDescription.setIndexDescriptionValue
(IndexDescriptionValue value) Constructors in com.echothree.model.data.index.server.entity with parameters of type IndexDescriptionValueModifierConstructorDescriptionIndexDescription
(IndexDescriptionValue value, EntityPermission entityPermission) Creates a new instance of IndexDescription -
Uses of IndexDescriptionValue in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDescriptionValueModifier and TypeMethodDescriptionIndexDescriptionFactory.getValueFromPK
(Session session, IndexDescriptionPK pk) IndexDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDescriptionValueModifier and TypeMethodDescriptionIndexDescriptionFactory.getValuesFromPKs
(Session session, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDescriptionValueModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, IndexDescriptionValue value) IndexDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, IndexDescriptionValue value) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDescriptionValueModifier and TypeMethodDescriptionvoid
IndexDescriptionFactory.create
(Session session, Collection<IndexDescriptionValue> _values) void
IndexDescriptionFactory.create
(Collection<IndexDescriptionValue> _values) -
Uses of IndexDescriptionValue in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexDescriptionValue