Uses of Class
com.echothree.model.data.user.server.entity.UserSession
Packages that use UserSession
Package
Description
-
Uses of UserSession in com.echothree.model.control.graphql.server.util
Methods in com.echothree.model.control.graphql.server.util that return UserSessionModifier and TypeMethodDescriptionstatic UserSessionBaseGraphQl.getUserSession(graphql.schema.DataFetchingEnvironment env) GraphQlExecutionContext.getUserSession()Constructors in com.echothree.model.control.graphql.server.util with parameters of type UserSessionModifierConstructorDescriptionGraphQlExecutionContext(UserVisitPK userVisitPK, UserVisit userVisit, UserSession userSession, String remoteInet4Address) -
Uses of UserSession in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return UserSessionModifier 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.getUserSessionByUserVisit(UserVisit userVisit) UserControl.getUserSessionByUserVisitForUpdate(UserVisit userVisit) Methods in com.echothree.model.control.user.server.control that return types with arguments of type UserSessionModifier and TypeMethodDescriptionUserControl.getUserSessionsByParty(Party party) UserControl.getUserSessionsByPartyForUpdate(Party party) UserControl.getUserSessionsByPartyRelationship(PartyRelationship partyRelationship) UserControl.getUserSessionsByPartyRelationshipForUpdate(PartyRelationship partyRelationship) Methods in com.echothree.model.control.user.server.control with parameters of type UserSessionModifier and TypeMethodDescriptionvoidUserControl.deleteUserSession(UserSession userSession) UserControl.getUserSessionTransfer(UserVisit userVisit, UserSession userSession) voidUserControl.removeUserSession(UserSession userSession) Method parameters in com.echothree.model.control.user.server.control with type arguments of type UserSessionModifier and TypeMethodDescriptionvoidUserControl.deleteUserSessions(List<UserSession> userSessions) Calls deleteUserSession(...) for each UserSession in the List. -
Uses of UserSession in com.echothree.model.control.user.server.graphql
Constructors in com.echothree.model.control.user.server.graphql with parameters of type UserSession -
Uses of UserSession in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic that return UserSessionModifier and TypeMethodDescriptionUserSessionLogic.deleteUserSessionByUserVisit(UserVisit userVisit) UserSessionLogic.deleteUserSessionByUserVisitPK(UserVisitPK userVisitPK) UserSessionLogic.invalidateUserSession(UserSession userSession) Invalidating the UserSession will clear the PasswordVerified time if necessary.Methods in com.echothree.model.control.user.server.logic with parameters of type UserSessionModifier and TypeMethodDescriptionUserSessionLogic.invalidateUserSession(UserSession userSession) Invalidating the UserSession will clear the PasswordVerified time if necessary. -
Uses of UserSession in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer with parameters of type UserSessionModifier and TypeMethodDescriptionUserSessionTransferCache.getUserSessionTransfer(UserVisit userVisit, UserSession userSession) -
Uses of UserSession in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserSessionModifier and TypeMethodDescriptionUserSessionFactory.create(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.create(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.getEntityFromCache(UserSessionPK pk) UserSessionFactory.getEntityFromPK(EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserSessionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserSessionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserSessionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) UserSessionFactory.getEntityFromValue(EntityPermission entityPermission, UserSessionValue value) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserSessionModifier and TypeMethodDescriptionUserSessionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserSessionPK> pks) UserSessionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) UserSessionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserSessionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserSessionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserSessionModifier and TypeMethodDescriptionvoidUserSessionFactory.remove(UserSession entity) voidUserSessionFactory.store(UserSession entity) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserSessionModifier and TypeMethodDescriptionvoidUserSessionFactory.store(Collection<UserSession> entities) -
Uses of UserSession in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return UserSession