Uses of Class
com.echothree.model.data.party.server.entity.PartyRelationship
Packages that use PartyRelationship
Package
Description
-
Uses of PartyRelationship in com.echothree.control.user.authentication.server.command
Methods in com.echothree.control.user.authentication.server.command with parameters of type PartyRelationshipModifier and TypeMethodDescriptionprotected voidBaseLoginCommand.successfulLogin(UserLoginStatus userLoginStatus, Party party, PartyRelationship partyRelationship, Integer remoteInet4Address) -
Uses of PartyRelationship in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return PartyRelationshipModifier and TypeMethodDescriptionprotected PartyRelationshipGetPartyRelationshipCommand.getEntity()Methods in com.echothree.control.user.party.server.command that return types with arguments of type PartyRelationshipModifier and TypeMethodDescriptionprotected Collection<PartyRelationship> GetPartyRelationshipsCommand.getEntities()Methods in com.echothree.control.user.party.server.command with parameters of type PartyRelationshipModifier and TypeMethodDescriptionprotected BaseResultGetPartyRelationshipCommand.getResult(PartyRelationship partyRelationship) Method parameters in com.echothree.control.user.party.server.command with type arguments of type PartyRelationshipModifier and TypeMethodDescriptionprotected BaseResultGetPartyRelationshipsCommand.getResult(Collection<PartyRelationship> entities) -
Uses of PartyRelationship in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyRelationshipModifier and TypeMethodDescriptionPartyControl.createPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) PartyControl.getPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, EntityPermission entityPermission) PartyControl.getPartyRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyRelationshipModifier and TypeMethodDescriptionPartyControl.getPartyRelationshipsByFromParty(Party fromParty) PartyControl.getPartyRelationshipsByFromPartyForUpdate(Party fromParty) PartyControl.getPartyRelationshipsByFromRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipsByFromRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipsByToParty(Party toParty) PartyControl.getPartyRelationshipsByToPartyForUpdate(Party toParty) PartyControl.getPartyRelationshipsByToRelationship(PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationshipsByToRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) Methods in com.echothree.model.control.party.server.control with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoidPartyControl.deletePartyRelationship(PartyRelationship partyRelationship, BasePK deletedBy) PartyControl.getPartyRelationshipTransfer(UserVisit userVisit, PartyRelationship partyRelationship) Method parameters in com.echothree.model.control.party.server.control with type arguments of type PartyRelationshipModifier and TypeMethodDescriptionvoidPartyControl.deletePartyRelationships(List<PartyRelationship> partyRelationships, BasePK deletedBy) PartyControl.getPartyRelationshipTransfers(UserVisit userVisit, Collection<PartyRelationship> partyRelationships) -
Uses of PartyRelationship in com.echothree.model.control.party.server.graphql
Constructors in com.echothree.model.control.party.server.graphql with parameters of type PartyRelationship -
Uses of PartyRelationship in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic that return PartyRelationshipModifier and TypeMethodDescriptionPartyRelationshipLogic.addEmployeeToCompany(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDepartment(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDivision(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.createPartyRelationship(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) -
Uses of PartyRelationship in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type PartyRelationshipModifier and TypeMethodDescriptionPartyRelationshipTransferCache.getTransfer(UserVisit userVisit, PartyRelationship partyRelationship) -
Uses of PartyRelationship in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control with parameters of type PartyRelationshipModifier and TypeMethodDescriptionUserControl.associatePartyToUserVisit(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime) Associate a Party with a UserVisit, copy all Preferred* properties to the UserVisit.UserControl.createUserSession(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime) Use associatePartyToUserVisit to associate a Party with a UserVisit, rather than using this function directly.UserControl.getUserKeysByPartyRelationship(PartyRelationship partyRelationship) UserControl.getUserKeysByPartyRelationshipForUpdate(PartyRelationship partyRelationship) UserControl.getUserSessionsByPartyRelationship(PartyRelationship partyRelationship) UserControl.getUserSessionsByPartyRelationshipForUpdate(PartyRelationship partyRelationship) -
Uses of PartyRelationship in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoidUserKeyLogic.clearUserKeysByPartyRelationship(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserKey contains the specified PartyRelationship.voidUserSessionLogic.deleteUserSessionsByPartyRelationship(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserSession contains the specified PartyRelationship. -
Uses of PartyRelationship in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyRelationshipModifier and TypeMethodDescriptionPartyRelationshipFactory.create(PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) PartyRelationshipFactory.create(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, Long fromTime, Long thruTime) PartyRelationshipFactory.getEntityFromCache(PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK(EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyRelationshipFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyRelationshipFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyRelationshipFactory.getEntityFromValue(EntityPermission entityPermission, PartyRelationshipValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyRelationshipModifier and TypeMethodDescriptionPartyRelationshipFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyRelationshipFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyRelationshipFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoidPartyRelationshipFactory.remove(PartyRelationship entity) voidPartyRelationshipFactory.store(PartyRelationship entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyRelationshipModifier and TypeMethodDescriptionvoidPartyRelationshipFactory.store(Collection<PartyRelationship> entities) -
Uses of PartyRelationship in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return PartyRelationshipModifier and TypeMethodDescriptionUserKeyDetail.getPartyRelationship()UserKeyDetail.getPartyRelationship(EntityPermission entityPermission) UserSession.getPartyRelationship()UserSession.getPartyRelationship(EntityPermission entityPermission) UserKeyDetail.getPartyRelationshipForUpdate()UserSession.getPartyRelationshipForUpdate()Methods in com.echothree.model.data.user.server.entity with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoidUserKeyDetail.setPartyRelationship(PartyRelationship entity) voidUserSession.setPartyRelationship(PartyRelationship entity) -
Uses of PartyRelationship in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type PartyRelationshipModifier and TypeMethodDescriptionUserKeyDetailFactory.create(UserKey userKey, String userKeyName, Party party, PartyRelationship partyRelationship, Long fromTime, Long thruTime) UserSessionFactory.create(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime)