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 TypeMethodDescriptionvoid
SelectorControl.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
(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.create
(Session session, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) SelectorPartyFactory.create
(Session session, Selector selector, Party party, Long fromTime, Long thruTime) SelectorPartyFactory.getEntityFromCache
(Session session, SelectorPartyPK pk) SelectorPartyFactory.getEntityFromPK
(EntityPermission entityPermission, SelectorPartyPK pk) SelectorPartyFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorPartyPK pk) SelectorPartyFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorPartyFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorPartyFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorPartyFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) SelectorPartyFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) SelectorPartyFactory.getEntityFromValue
(EntityPermission entityPermission, SelectorPartyValue value) SelectorPartyFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorPartyPK> pks) SelectorPartyFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SelectorPartyFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SelectorPartyFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SelectorPartyFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) SelectorPartyFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.selector.server.factory with parameters of type SelectorPartyModifier and TypeMethodDescriptionvoid
SelectorPartyFactory.remove
(Session session, SelectorParty entity) void
SelectorPartyFactory.store
(Session session, SelectorParty entity) Method parameters in com.echothree.model.data.selector.server.factory with type arguments of type SelectorPartyModifier and TypeMethodDescriptionvoid
SelectorPartyFactory.store
(Session session, Collection<SelectorParty> entities) void
SelectorPartyFactory.store
(Collection<SelectorParty> entities)