Uses of Class
com.echothree.model.data.user.server.value.UserSessionValue
Packages that use UserSessionValue
Package
Description
-
Uses of UserSessionValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserSessionValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserSessionValueConstructors in com.echothree.model.data.user.server.entity with parameters of type UserSessionValueModifierConstructorDescriptionUserSession(UserSessionValue value, EntityPermission entityPermission) Creates a new instance of UserSession -
Uses of UserSessionValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserSessionValueModifier and TypeMethodDescriptionUserSessionFactory.getValueFromPK(Session session, UserSessionPK pk) UserSessionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserSessionValueModifier and TypeMethodDescriptionUserSessionFactory.getValuesFromPKs(Session session, Collection<UserSessionPK> pks) UserSessionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserSessionValueModifier and TypeMethodDescriptionUserSessionFactory.getEntityFromValue(EntityPermission entityPermission, UserSessionValue value) UserSessionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, UserSessionValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserSessionValueModifier and TypeMethodDescriptionvoidUserSessionFactory.create(Session session, Collection<UserSessionValue> _values) voidUserSessionFactory.create(Collection<UserSessionValue> _values) -
Uses of UserSessionValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserSessionValue