Class EditUserProfileResolver
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.EditUserProfileResolver
-
- All Implemented Interfaces:
ProductsResolver<Boolean,Void>
public class EditUserProfileResolver extends Object implements ProductsResolver<Boolean,Void>
Returns whether the user has permission to edit a managed user's profile
-
-
Constructor Summary
Constructors Constructor Description EditUserProfileResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanresolve(Collection<Product> products, String name, Void arg)Resolves the value from the collection of products-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.users.productresolvers.ProductsResolver
cacheResult
-
-
-
-
Method Detail
-
resolve
public Boolean resolve(Collection<Product> products, String name, Void arg)
Description copied from interface:ProductsResolverResolves the value from the collection of products- Specified by:
resolvein interfaceProductsResolver<Boolean,Void>
-
-