Uses of Class
net.solarnetwork.central.domain.UserUuidPK
Packages that use UserUuidPK
-
Uses of UserUuidPK in net.solarnetwork.central.common.dao.jdbc
Methods in net.solarnetwork.central.common.dao.jdbc that return types with arguments of type UserUuidPKModifier and TypeMethodDescriptionnet.solarnetwork.dao.FilterResults<UserEvent, UserUuidPK> JdbcUserEventDao.findFiltered(UserEventFilter filter, List<net.solarnetwork.domain.SortDescriptor> sorts, Integer offset, Integer max) -
Uses of UserUuidPK in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return UserUuidPKModifier and TypeMethodDescriptionprotected UserUuidPKUserUuidPK.clone()UserUuidPK.createKey(CompositeKey template, Object... components) static UserUuidPKUserUuidPK.unassignedUuidKey(Long userId) Create a new instance using the "unassigned" UUID value.Methods in net.solarnetwork.central.domain with parameters of type UserUuidPKConstructors in net.solarnetwork.central.domain with parameters of type UserUuidPKModifierConstructorDescriptionUserEvent(UserUuidPK id, String[] tags, String message, String data) Constructor.