Package org.cyclos.impl.users
Class DashboardActionsPropertyResolver
- java.lang.Object
-
- org.cyclos.impl.users.BasePropertyResolver<DashboardAction,ProductDashboardAction>
-
- org.cyclos.impl.users.DashboardActionsPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<DashboardAction>
public class DashboardActionsPropertyResolver extends BasePropertyResolver<DashboardAction,ProductDashboardAction>
DashboardActions settings property resolver for products.
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.BasePropertyResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description DashboardActionsPropertyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DashboardActiongetKey(ProductDashboardAction relationship)Must be implemented in order to return the key from the given relationship.protected com.querydsl.core.types.Path<DashboardAction>getKeyPath()Returns the path that resolves to the key.protected Collection<ProductDashboardAction>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.BasePropertyResolver
find, getComparator, getKeyPropertyName, getPaths, resolve
-
-
-
-
Method Detail
-
getKey
protected DashboardAction getKey(ProductDashboardAction 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<DashboardAction,ProductDashboardAction>
-
getKeyPath
protected com.querydsl.core.types.Path<DashboardAction> 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<DashboardAction,ProductDashboardAction>
-
getRelationships
protected Collection<ProductDashboardAction> 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<DashboardAction,ProductDashboardAction>
-
initPaths
protected void initPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)
- Specified by:
initPathsin classBasePropertyResolver<DashboardAction,ProductDashboardAction>
-
-