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 UserSession
BaseGraphQl.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 TypeMethodDescriptionvoid
UserControl.deleteUserSession
(UserSession userSession) UserControl.getUserSessionTransfer
(UserVisit userVisit, UserSession userSession) void
UserControl.removeUserSession
(UserSession userSession) Method parameters in com.echothree.model.control.user.server.control with type arguments of type UserSessionModifier and TypeMethodDescriptionvoid
UserControl.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
(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.create
(Session session, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.create
(Session session, UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.getEntityFromCache
(Session session, UserSessionPK pk) UserSessionFactory.getEntityFromPK
(EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UserSessionPK pk) UserSessionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) UserSessionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserSessionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserSessionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) UserSessionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) UserSessionFactory.getEntityFromValue
(EntityPermission entityPermission, UserSessionValue value) UserSessionFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UserSessionPK> pks) UserSessionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) UserSessionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) UserSessionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) UserSessionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) UserSessionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserSessionModifier and TypeMethodDescriptionvoid
UserSessionFactory.remove
(Session session, UserSession entity) void
UserSessionFactory.store
(Session session, UserSession entity) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserSessionModifier and TypeMethodDescriptionvoid
UserSessionFactory.store
(Session session, Collection<UserSession> entities) void
UserSessionFactory.store
(Collection<UserSession> entities) -
Uses of UserSession in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return UserSession