Uses of Class
com.echothree.model.data.selector.server.value.SelectorValue
Packages that use SelectorValue
Package
Description
-
Uses of SelectorValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorValueConstructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorValueModifierConstructorDescriptionSelector
(SelectorValue value, EntityPermission entityPermission) Creates a new instance of Selector -
Uses of SelectorValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorValueModifier and TypeMethodDescriptionSelectorFactory.getValueFromPK
(Session session, SelectorPK pk) SelectorFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorValueModifier and TypeMethodDescriptionSelectorFactory.getValuesFromPKs
(Session session, Collection<SelectorPK> pks) SelectorFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorValueModifier and TypeMethodDescriptionSelectorFactory.getEntityFromValue
(EntityPermission entityPermission, SelectorValue value) SelectorFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SelectorValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorValueModifier and TypeMethodDescriptionvoid
SelectorFactory.create
(Session session, Collection<SelectorValue> _values) void
SelectorFactory.create
(Collection<SelectorValue> _values) -
Uses of SelectorValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorValue