Uses of Class
com.echothree.model.data.party.server.entity.PartyAlias
Packages that use PartyAlias
Package
Description
-
Uses of PartyAlias in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return PartyAliasModifier and TypeMethodDescriptionEditPartyAliasCommand.getEntity(EditPartyAliasResult result) protected PartyAliasGetPartyAliasCommand.getEntity()EditPartyAliasCommand.getLockEntity(PartyAlias partyAlias) Methods in com.echothree.control.user.party.server.command that return types with arguments of type PartyAliasModifier and TypeMethodDescriptionprotected Collection<PartyAlias> GetPartyAliasesCommand.getEntities()Methods in com.echothree.control.user.party.server.command with parameters of type PartyAliasModifier and TypeMethodDescriptionvoidEditPartyAliasCommand.canUpdate(PartyAlias partyAlias) voidEditPartyAliasCommand.doLock(PartyAliasEdit edit, PartyAlias partyAlias) voidEditPartyAliasCommand.doUpdate(PartyAlias partyAlias) voidEditPartyAliasCommand.fillInResult(EditPartyAliasResult result, PartyAlias partyAlias) EditPartyAliasCommand.getLockEntity(PartyAlias partyAlias) protected BaseResultGetPartyAliasCommand.getResult(PartyAlias partyAlias) Method parameters in com.echothree.control.user.party.server.command with type arguments of type PartyAliasModifier and TypeMethodDescriptionprotected BaseResultGetPartyAliasesCommand.getResult(Collection<PartyAlias> entities) -
Uses of PartyAlias in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyAliasModifier and TypeMethodDescriptionPartyControl.createPartyAlias(Party party, PartyAliasType partyAliasType, String alias, BasePK createdBy) PartyControl.getPartyAlias(Party party, PartyAliasType partyAliasType) PartyControl.getPartyAliasByAlias(PartyAliasType partyAliasType, String alias) PartyControl.getPartyAliasByAliasForUpdate(PartyAliasType partyAliasType, String alias) PartyControl.getPartyAliasForUpdate(Party party, PartyAliasType partyAliasType) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyAliasModifier and TypeMethodDescriptionPartyControl.getPartyAliasesByParty(Party party) PartyControl.getPartyAliasesByPartyAliasType(PartyAliasType partyAliasType) PartyControl.getPartyAliasesByPartyAliasTypeForUpdate(PartyAliasType partyAliasType) PartyControl.getPartyAliasesByPartyForUpdate(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type PartyAliasModifier and TypeMethodDescriptionvoidPartyControl.deletePartyAlias(PartyAlias partyAlias, BasePK deletedBy) PartyControl.getPartyAliasTransfer(UserVisit userVisit, PartyAlias partyAlias) PartyControl.getPartyAliasValue(PartyAlias partyAlias) Method parameters in com.echothree.model.control.party.server.control with type arguments of type PartyAliasModifier and TypeMethodDescriptionPartyControl.getPartyAliasTransfers(UserVisit userVisit, Collection<PartyAlias> partyaliases) -
Uses of PartyAlias in com.echothree.model.control.party.server.graphql
Constructors in com.echothree.model.control.party.server.graphql with parameters of type PartyAlias -
Uses of PartyAlias in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type PartyAliasModifier and TypeMethodDescriptionPartyAliasTransferCache.getTransfer(UserVisit userVisit, PartyAlias partyAlias) -
Uses of PartyAlias in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyAliasModifier and TypeMethodDescriptionPartyAliasFactory.create(PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) PartyAliasFactory.create(Party party, PartyAliasType partyAliasType, String alias, Long fromTime, Long thruTime) PartyAliasFactory.getEntityFromCache(PartyAliasPK pk) PartyAliasFactory.getEntityFromPK(EntityPermission entityPermission, PartyAliasPK pk) PartyAliasFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyAliasFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyAliasFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyAliasFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyAliasFactory.getEntityFromValue(EntityPermission entityPermission, PartyAliasValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyAliasModifier and TypeMethodDescriptionPartyAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyAliasPK> pks) PartyAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyAliasFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyAliasFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyAliasModifier and TypeMethodDescriptionvoidPartyAliasFactory.remove(PartyAlias entity) voidPartyAliasFactory.store(PartyAlias entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyAlias