Uses of Class
com.echothree.model.data.user.common.pk.UserLoginPK
Packages that use UserLoginPK
Package
Description
-
Uses of UserLoginPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserLoginPK -
Uses of UserLoginPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserLoginPKModifier and TypeMethodDescriptionUserLoginFactory.getNextPK()UserLoginFactory.getPKFromQuery(PreparedStatement ps, Object... params) UserLoginFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserLoginPKModifier and TypeMethodDescriptionUserLoginFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) UserLoginFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) UserLoginFactory.getPKsFromResultSetAsList(ResultSet rs) UserLoginFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserLoginPKModifier and TypeMethodDescriptionUserLoginFactory.getEntityFromCache(Session session, UserLoginPK pk) UserLoginFactory.getEntityFromPK(EntityPermission entityPermission, UserLoginPK pk) UserLoginFactory.getEntityFromPK(Session session, EntityPermission entityPermission, UserLoginPK pk) UserLoginFactory.getValueFromPK(Session session, UserLoginPK pk) voidUserLoginFactory.remove(Session session, UserLoginPK pk) booleanUserLoginFactory.validPK(Session session, UserLoginPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserLoginPKModifier and TypeMethodDescriptionUserLoginFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<UserLoginPK> pks) UserLoginFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<UserLoginPK> pks) UserLoginFactory.getValuesFromPKs(Session session, Collection<UserLoginPK> pks) voidUserLoginFactory.remove(Session session, Collection<UserLoginPK> pks) voidUserLoginFactory.remove(Collection<UserLoginPK> pks) -
Uses of UserLoginPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserLoginPKConstructors in com.echothree.model.data.user.server.value with parameters of type UserLoginPKModifierConstructorDescriptionUserLoginValue(UserLoginPK userLoginPK, PartyPK partyPK, String username, Long fromTime, Long thruTime) Creates a new instance of UserLoginValue