Uses of Class
com.echothree.model.data.selector.server.value.SelectorKindDescriptionValue
Packages that use SelectorKindDescriptionValue
Package
Description
-
Uses of SelectorKindDescriptionValue in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorKindDescriptionValueModifier and TypeMethodDescriptionSelectorControl.getSelectorKindDescriptionValue
(SelectorKindDescription selectorKindDescription) SelectorControl.getSelectorKindDescriptionValueForUpdate
(SelectorKind selectorKind, Language language) Methods in com.echothree.model.control.selector.server.control with parameters of type SelectorKindDescriptionValueModifier and TypeMethodDescriptionvoid
SelectorControl.updateSelectorKindDescriptionFromValue
(SelectorKindDescriptionValue selectorKindDescriptionValue, BasePK updatedBy) -
Uses of SelectorKindDescriptionValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindDescriptionValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindDescriptionValueModifier and TypeMethodDescriptionvoid
SelectorKindDescription.setSelectorKindDescriptionValue
(SelectorKindDescriptionValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindDescriptionValueModifierConstructorDescriptionSelectorKindDescription
(SelectorKindDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SelectorKindDescription -
Uses of SelectorKindDescriptionValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindDescriptionValueModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getValueFromPK
(Session session, SelectorKindDescriptionPK pk) SelectorKindDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindDescriptionValueModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getValuesFromPKs
(Session session, Collection<SelectorKindDescriptionPK> pks) SelectorKindDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindDescriptionValueModifier and TypeMethodDescriptionSelectorKindDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, SelectorKindDescriptionValue value) SelectorKindDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SelectorKindDescriptionValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindDescriptionValueModifier and TypeMethodDescriptionvoid
SelectorKindDescriptionFactory.create
(Session session, Collection<SelectorKindDescriptionValue> _values) void
SelectorKindDescriptionFactory.create
(Collection<SelectorKindDescriptionValue> _values) -
Uses of SelectorKindDescriptionValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindDescriptionValue