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 void
BaseLoginCommand.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 PartyRelationship
GetPartyRelationshipCommand.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 BaseResult
GetPartyRelationshipCommand.getResult
(PartyRelationship partyRelationship) Method parameters in com.echothree.control.user.party.server.command with type arguments of type PartyRelationshipModifier and TypeMethodDescriptionprotected BaseResult
GetPartyRelationshipsCommand.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 TypeMethodDescriptionvoid
PartyControl.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 TypeMethodDescriptionvoid
PartyControl.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.getPartyRelationshipTransfer
(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 TypeMethodDescriptionvoid
UserKeyLogic.clearUserKeysByPartyRelationship
(PartyRelationship partyRelationship) Sets the Party and PartyRelationship to null when a UserKey contains the specified PartyRelationship.void
UserSessionLogic.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.create
(Session session, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) PartyRelationshipFactory.create
(Session session, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, Long fromTime, Long thruTime) PartyRelationshipFactory.getEntityFromCache
(Session session, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK
(EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyRelationshipPK pk) PartyRelationshipFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyRelationshipFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyRelationshipFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyRelationshipFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyRelationshipFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PartyRelationshipFactory.getEntityFromValue
(EntityPermission entityPermission, PartyRelationshipValue value) PartyRelationshipFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyRelationshipPK> pks) PartyRelationshipFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyRelationshipFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyRelationshipFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyRelationshipFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PartyRelationshipFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoid
PartyRelationshipFactory.remove
(Session session, PartyRelationship entity) void
PartyRelationshipFactory.store
(Session session, PartyRelationship entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyRelationshipModifier and TypeMethodDescriptionvoid
PartyRelationshipFactory.store
(Session session, Collection<PartyRelationship> entities) void
PartyRelationshipFactory.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) UserKeyDetail.getPartyRelationship
(Session session) UserKeyDetail.getPartyRelationship
(Session session, EntityPermission entityPermission) UserSession.getPartyRelationship()
UserSession.getPartyRelationship
(EntityPermission entityPermission) UserSession.getPartyRelationship
(Session session) UserSession.getPartyRelationship
(Session session, EntityPermission entityPermission) UserKeyDetail.getPartyRelationshipForUpdate()
UserKeyDetail.getPartyRelationshipForUpdate
(Session session) UserSession.getPartyRelationshipForUpdate()
UserSession.getPartyRelationshipForUpdate
(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type PartyRelationshipModifier and TypeMethodDescriptionvoid
UserKeyDetail.setPartyRelationship
(PartyRelationship entity) void
UserSession.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) UserKeyDetailFactory.create
(Session session, 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) UserSessionFactory.create
(Session session, UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime)