Uses of Class
com.echothree.model.data.selector.server.value.SelectorKindValue
Packages that use SelectorKindValue
Package
Description
-
Uses of SelectorKindValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorKindValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindValueModifier and TypeMethodDescriptionvoid
SelectorKind.setSelectorKindValue
(SelectorKindValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorKindValueModifierConstructorDescriptionSelectorKind
(SelectorKindValue value, EntityPermission entityPermission) Creates a new instance of SelectorKind -
Uses of SelectorKindValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorKindValueModifier and TypeMethodDescriptionSelectorKindFactory.getValueFromPK
(Session session, SelectorKindPK pk) SelectorKindFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorKindValueModifier and TypeMethodDescriptionSelectorKindFactory.getValuesFromPKs
(Session session, Collection<SelectorKindPK> pks) SelectorKindFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorKindValueModifier and TypeMethodDescriptionSelectorKindFactory.getEntityFromValue
(EntityPermission entityPermission, SelectorKindValue value) SelectorKindFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SelectorKindValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorKindValueModifier and TypeMethodDescriptionvoid
SelectorKindFactory.create
(Session session, Collection<SelectorKindValue> _values) void
SelectorKindFactory.create
(Collection<SelectorKindValue> _values) -
Uses of SelectorKindValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorKindValue