Package org.cyclos.impl.users
Class MyPasswordActionsPropertyResolver
- java.lang.Object
-
- org.cyclos.impl.users.BasePropertyResolver<PasswordType,R>
-
- org.cyclos.impl.users.PasswordActionsPropertyResolver<MyProductPasswordAction>
-
- org.cyclos.impl.users.MyPasswordActionsPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<PasswordType>
public class MyPasswordActionsPropertyResolver extends PasswordActionsPropertyResolver<MyProductPasswordAction>
Property resolver for resolve password actions for user's own passwords
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.BasePropertyResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description MyPasswordActionsPropertyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<MyProductPasswordAction>getRelationships(Product product)Must be implemented to resolve the related entities to the given product.protected voidinitPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)-
Methods inherited from class org.cyclos.impl.users.PasswordActionsPropertyResolver
getKey, getKeyPath
-
Methods inherited from class org.cyclos.impl.users.BasePropertyResolver
find, getComparator, getKeyPropertyName, getPaths, resolve
-
-
-
-
Method Detail
-
getRelationships
protected Collection<MyProductPasswordAction> 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,MyProductPasswordAction>
-
initPaths
protected void initPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)
- Overrides:
initPathsin classPasswordActionsPropertyResolver<MyProductPasswordAction>
-
-