Uses of Class
com.echothree.model.data.user.common.pk.UserLoginStatusPK
Packages that use UserLoginStatusPK
Package
Description
-
Uses of UserLoginStatusPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserLoginStatusPK -
Uses of UserLoginStatusPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserLoginStatusPKModifier and TypeMethodDescriptionUserLoginStatusFactory.getNextPK()UserLoginStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) UserLoginStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserLoginStatusPKModifier and TypeMethodDescriptionUserLoginStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) UserLoginStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) UserLoginStatusFactory.getPKsFromResultSetAsList(ResultSet rs) UserLoginStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserLoginStatusPKModifier and TypeMethodDescriptionUserLoginStatusFactory.getEntityFromCache(Session session, UserLoginStatusPK pk) UserLoginStatusFactory.getEntityFromPK(EntityPermission entityPermission, UserLoginStatusPK pk) UserLoginStatusFactory.getEntityFromPK(Session session, EntityPermission entityPermission, UserLoginStatusPK pk) UserLoginStatusFactory.getValueFromPK(Session session, UserLoginStatusPK pk) voidUserLoginStatusFactory.remove(Session session, UserLoginStatusPK pk) booleanUserLoginStatusFactory.validPK(Session session, UserLoginStatusPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserLoginStatusPKModifier and TypeMethodDescriptionUserLoginStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserLoginStatusPK> pks) UserLoginStatusFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<UserLoginStatusPK> pks) UserLoginStatusFactory.getValuesFromPKs(Session session, Collection<UserLoginStatusPK> pks) voidUserLoginStatusFactory.remove(Session session, Collection<UserLoginStatusPK> pks) voidUserLoginStatusFactory.remove(Collection<UserLoginStatusPK> pks) -
Uses of UserLoginStatusPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserLoginStatusPKConstructors in com.echothree.model.data.user.server.value with parameters of type UserLoginStatusPKModifierConstructorDescriptionUserLoginStatusValue(UserLoginStatusPK userLoginStatusPK, PartyPK partyPK, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) Creates a new instance of UserLoginStatusValue