Uses of Class
com.echothree.model.data.selector.server.value.SelectorPartyValue
Packages that use SelectorPartyValue
Package
Description
-
Uses of SelectorPartyValue in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorPartyValueModifier and TypeMethodDescriptionSelectorControl.getSelectorPartyValueForUpdate(Selector selector, Party party) -
Uses of SelectorPartyValue in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return SelectorPartyValueMethods in com.echothree.model.data.selector.server.entity with parameters of type SelectorPartyValueModifier and TypeMethodDescriptionvoidSelectorParty.setSelectorPartyValue(SelectorPartyValue value) Constructors in com.echothree.model.data.selector.server.entity with parameters of type SelectorPartyValueModifierConstructorDescriptionSelectorParty(SelectorPartyValue value, EntityPermission entityPermission) Creates a new instance of SelectorParty -
Uses of SelectorPartyValue in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorPartyValueModifier and TypeMethodDescriptionSelectorPartyFactory.getValueFromPK(Session session, SelectorPartyPK pk) SelectorPartyFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorPartyValueModifier and TypeMethodDescriptionSelectorPartyFactory.getValuesFromPKs(Session session, Collection<SelectorPartyPK> pks) SelectorPartyFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorPartyValueModifier and TypeMethodDescriptionSelectorPartyFactory.getEntityFromValue(EntityPermission entityPermission, SelectorPartyValue value) SelectorPartyFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SelectorPartyValue value) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorPartyValueModifier and TypeMethodDescriptionvoidSelectorPartyFactory.create(Session session, Collection<SelectorPartyValue> _values) voidSelectorPartyFactory.create(Collection<SelectorPartyValue> _values) -
Uses of SelectorPartyValue in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return SelectorPartyValue