Package org.cyclos.impl.users
Class PasswordActionsPropertyResolver<R extends ProductPasswordAction>
- java.lang.Object
-
- org.cyclos.impl.users.BasePropertyResolver<PasswordType,R>
-
- org.cyclos.impl.users.PasswordActionsPropertyResolver<R>
-
- All Implemented Interfaces:
PropertyResolver<PasswordType>
- Direct Known Subclasses:
MyPasswordActionsPropertyResolver,UserPasswordActionsPropertyResolver
public abstract class PasswordActionsPropertyResolver<R extends ProductPasswordAction> extends BasePropertyResolver<PasswordType,R>
Base property resolver for password actions
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.BasePropertyResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description PasswordActionsPropertyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PasswordTypegetKey(R relationship)Must be implemented in order to return the key from the given relationship.protected com.querydsl.core.types.Path<PasswordType>getKeyPath()Returns the path that resolves to the key.protected voidinitPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)-
Methods inherited from class org.cyclos.impl.users.BasePropertyResolver
find, getComparator, getKeyPropertyName, getPaths, getRelationships, resolve
-
-
-
-
Method Detail
-
getKey
protected PasswordType getKey(R relationship)
Description copied from class:BasePropertyResolverMust be implemented in order to return the key from the given relationship. Returning null means this relationship shouldn't be taken into account- Specified by:
getKeyin classBasePropertyResolver<PasswordType,R extends ProductPasswordAction>
-
getKeyPath
protected com.querydsl.core.types.Path<PasswordType> getKeyPath()
Description copied from class:BasePropertyResolverReturns the path that resolves to the key. For using custom key property names, subclasses should return null in this method and overrideBasePropertyResolver.getKeyPropertyName().- Specified by:
getKeyPathin classBasePropertyResolver<PasswordType,R extends ProductPasswordAction>
-
initPaths
protected void initPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)
- Specified by:
initPathsin classBasePropertyResolver<PasswordType,R extends ProductPasswordAction>
-
-