Class BaseVouchersResolver
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver<VoucherConfiguration,ProductVoucher>
-
- org.cyclos.impl.users.productresolvers.BaseVouchersResolver
-
- All Implemented Interfaces:
BooleanPropertiesResolver<VoucherConfiguration>,ProductsResolver<BooleanPropertiesHolder<VoucherConfiguration>,Void>
- Direct Known Subclasses:
BrokerVouchersResolver,VouchersResolver
public abstract class BaseVouchersResolver extends BaseBooleanPropertiesResolver<VoucherConfiguration,ProductVoucher>
Base resolver for voucher properties on products
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description BaseVouchersResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VoucherConfigurationgetKey(ProductVoucher relationship)Must be implemented in order to return the key from the given relationship.protected com.querydsl.core.types.Path<VoucherConfiguration>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.productresolvers.BaseBooleanPropertiesResolver
find, getComparator, getKeyPropertyName, getPaths, getRelationships, 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
-
getKey
protected VoucherConfiguration getKey(ProductVoucher relationship)
Description copied from class:BaseBooleanPropertiesResolverMust 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 classBaseBooleanPropertiesResolver<VoucherConfiguration,ProductVoucher>
-
getKeyPath
protected com.querydsl.core.types.Path<VoucherConfiguration> getKeyPath()
Description copied from class:BaseBooleanPropertiesResolverReturns the path that resolves to the key. For using custom key property names, subclasses should return null in this method and overrideBaseBooleanPropertiesResolver.getKeyPropertyName().- Specified by:
getKeyPathin classBaseBooleanPropertiesResolver<VoucherConfiguration,ProductVoucher>
-
initPaths
protected void initPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)
- Specified by:
initPathsin classBaseBooleanPropertiesResolver<VoucherConfiguration,ProductVoucher>
-
-