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(UserLoginPK pk) UserLoginFactory.getEntityFromPK(EntityPermission entityPermission, UserLoginPK pk) UserLoginFactory.getValueFromPK(UserLoginPK pk) voidUserLoginFactory.remove(UserLoginPK pk) booleanUserLoginFactory.validPK(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.getValuesFromPKs(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