Package org.cyclos.impl.users
Class UserPasswordActionsPropertyResolver
- java.lang.Object
-
- org.cyclos.impl.users.BasePropertyResolver<PasswordType,R>
-
- org.cyclos.impl.users.PasswordActionsPropertyResolver<UserProductPasswordAction>
-
- org.cyclos.impl.users.UserPasswordActionsPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<PasswordType>
public class UserPasswordActionsPropertyResolver extends PasswordActionsPropertyResolver<UserProductPasswordAction>
Property resolver for resolve password actions for user management
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.BasePropertyResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description UserPasswordActionsPropertyResolver()
-
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.PasswordActionsPropertyResolver
getKey, getKeyPath, initPaths
-
Methods inherited from class org.cyclos.impl.users.BasePropertyResolver
find, getComparator, getKeyPropertyName, getPaths, resolve
-
-
-
-
Method Detail
-
getRelationships
protected Collection<UserProductPasswordAction> getRelationships(Product product)
Description copied from class:BasePropertyResolverMust 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 classBasePropertyResolver<PasswordType,UserProductPasswordAction>
-
-