Uses of Class
com.echothree.model.data.party.server.entity.PartyGroup
Packages that use PartyGroup
Package
Description
-
Uses of PartyGroup in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyGroupModifier and TypeMethodDescriptionPartyControl.createPartyGroup
(Party party, String name, BasePK createdBy) PartyControl.getPartyGroup
(Party party) PartyControl.getPartyGroupForUpdate
(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type PartyGroupModifier and TypeMethodDescriptionvoid
PartyControl.deletePartyGroup
(PartyGroup partyGroup, BasePK deletedBy) PartyControl.getPartyGroupTransfer
(UserVisit userVisit, PartyGroup partyGroup) PartyControl.getPartyGroupValue
(PartyGroup partyGroup) -
Uses of PartyGroup in com.echothree.model.control.party.server.graphql
Constructors in com.echothree.model.control.party.server.graphql with parameters of type PartyGroup -
Uses of PartyGroup in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type PartyGroupModifier and TypeMethodDescriptionPartyGroupTransferCache.getPartyGroupTransfer
(PartyGroup partyGroup) -
Uses of PartyGroup in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyGroupModifier and TypeMethodDescriptionPartyGroupFactory.create
(Session session, PartyPK partyPK, String name, Long fromTime, Long thruTime) PartyGroupFactory.getEntityFromCache
(Session session, PartyGroupPK pk) PartyGroupFactory.getEntityFromPK
(EntityPermission entityPermission, PartyGroupPK pk) PartyGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyGroupPK pk) PartyGroupFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PartyGroupFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGroupFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGroupFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGroupFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGroupFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGroupFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGroupFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyGroupFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyGroupFactory.getEntityFromValue
(EntityPermission entityPermission, PartyGroupValue value) PartyGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyGroupValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyGroupModifier and TypeMethodDescriptionPartyGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyGroupPK> pks) PartyGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyGroupPK> pks) PartyGroupFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PartyGroupFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGroupFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGroupFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGroupFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyGroupFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyGroupFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyGroupFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyGroupFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyGroupModifier and TypeMethodDescriptionvoid
PartyGroupFactory.remove
(Session session, PartyGroup entity) void
PartyGroupFactory.store
(Session session, PartyGroup entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyGroupModifier and TypeMethodDescriptionvoid
PartyGroupFactory.store
(Session session, Collection<PartyGroup> entities) void
PartyGroupFactory.store
(Collection<PartyGroup> entities)