Uses of Class
com.echothree.model.data.selector.server.entity.SelectorParty
Packages that use SelectorParty
Package
Description
-
Uses of SelectorParty in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control that return SelectorPartyModifier and TypeMethodDescriptionSelectorControl.createSelectorParty(Selector selector, Party party, BasePK createdBy) SelectorControl.getSelectorParty(Selector selector, Party party) SelectorControl.getSelectorPartyForUpdate(Selector selector, Party party) Methods in com.echothree.model.control.selector.server.control that return types with arguments of type SelectorPartyModifier and TypeMethodDescriptionSelectorControl.getSelectorPartiesBySelector(Selector selector) SelectorControl.getSelectorPartiesBySelectorForUpdate(Selector selector) Methods in com.echothree.model.control.selector.server.control with parameters of type SelectorPartyModifier and TypeMethodDescriptionvoidSelectorControl.deleteSelectorParty(SelectorParty selectorParty, BasePK deletedBy) SelectorControl.getSelectorPartyTransfer(UserVisit userVisit, SelectorParty selectorParty) -
Uses of SelectorParty in com.echothree.model.control.selector.server.transfer
Methods in com.echothree.model.control.selector.server.transfer with parameters of type SelectorPartyModifier and TypeMethodDescriptionSelectorPartyTransferCache.getSelectorPartyTransfer(UserVisit userVisit, SelectorParty selectorParty) -
Uses of SelectorParty in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory that return SelectorPartyModifier and TypeMethodDescriptionSelectorPartyFactory.create(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) SelectorPartyFactory.getEntityFromCache(SelectorPartyPK pk) SelectorPartyFactory.getEntityFromPK(EntityPermission entityPermission, SelectorPartyPK pk) SelectorPartyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorPartyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorPartyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorPartyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) SelectorPartyFactory.getEntityFromValue(EntityPermission entityPermission, SelectorPartyValue value) Methods in com.echothree.model.data.selector.server.factory that return types with arguments of type SelectorPartyModifier and TypeMethodDescriptionSelectorPartyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorPartyPK> pks) SelectorPartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorPartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorPartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorPartyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorPartyModifier and TypeMethodDescriptionvoidSelectorPartyFactory.remove(SelectorParty entity) voidSelectorPartyFactory.store(SelectorParty entity) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorPartyModifier and TypeMethodDescriptionvoidSelectorPartyFactory.store(Collection<SelectorParty> entities)