Package org.cyclos.impl.users
Class UserProductsQueryResult
- java.lang.Object
-
- org.cyclos.impl.users.UserProductsQueryResult
-
public class UserProductsQueryResult extends Object
Contains the result to a query over permission for users
-
-
Constructor Summary
Constructors Constructor Description UserProductsQueryResult(Collection<Group> groups, Collection<? extends Product> products)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.Predicateapply(QUser u)Collection<Group>getGroups()Collection<? extends Product>getProducts()
-
-
-
Constructor Detail
-
UserProductsQueryResult
public UserProductsQueryResult(Collection<Group> groups, Collection<? extends Product> products)
-
-
Method Detail
-
apply
public com.querydsl.core.types.Predicate apply(QUser u)
-
getGroups
public Collection<Group> getGroups()
-
getProducts
public Collection<? extends Product> getProducts()
-
-