Class UserPasswordActionsResolver
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver<PasswordType,R>
-
- org.cyclos.impl.users.productresolvers.PasswordActionsResolver<UserProductPasswordAction>
-
- org.cyclos.impl.users.productresolvers.UserPasswordActionsResolver
-
- All Implemented Interfaces:
BooleanPropertiesResolver<PasswordType>,ProductsResolver<BooleanPropertiesHolder<PasswordType>,Void>
public class UserPasswordActionsResolver extends PasswordActionsResolver<UserProductPasswordAction>
Property resolver for resolve password actions for user management
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description UserPasswordActionsResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<UserProductPasswordAction>getRelationships(Product product)Must be implemented to resolve the related entities to the given product.-
Methods inherited from class org.cyclos.impl.users.productresolvers.PasswordActionsResolver
getKey, getKeyPath, initPaths
-
Methods inherited from class org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver
find, getComparator, getKeyPropertyName, getPaths, resolve
-
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
-
getRelationships
protected Collection<UserProductPasswordAction> getRelationships(Product product)
Description copied from class:BaseBooleanPropertiesResolverMust be implemented to resolve the related entities to the given product. Returning null means if doesn't apply to this product type- Specified by:
getRelationshipsin classBaseBooleanPropertiesResolver<PasswordType,UserProductPasswordAction>
-
-