Class UserContactFieldsResolver
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver<ContactCustomField,ProductUserContactField>
-
- org.cyclos.impl.users.productresolvers.UserContactFieldsResolver
-
- All Implemented Interfaces:
BooleanPropertiesResolver<ContactCustomField>,ProductsResolver<BooleanPropertiesHolder<ContactCustomField>,Void>
public class UserContactFieldsResolver extends BaseBooleanPropertiesResolver<ContactCustomField,ProductUserContactField>
Property resolver forProductUserContactFieldlist
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.productresolvers.BaseBooleanPropertiesResolver
applicationContext, conversionHandler, rawEntityManagerHandler
-
-
Constructor Summary
Constructors Constructor Description UserContactFieldsResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContactCustomFieldgetKey(ProductUserContactField relationship)Must be implemented in order to return the key from the given relationship.protected com.querydsl.core.types.Path<ContactCustomField>getKeyPath()Returns the path that resolves to the key.protected Collection<ProductUserContactField>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.productresolvers.BaseBooleanPropertiesResolver
find, getComparator, getKeyPropertyName, getPaths, 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 ContactCustomField getKey(ProductUserContactField 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<ContactCustomField,ProductUserContactField>
-
getKeyPath
protected com.querydsl.core.types.Path<ContactCustomField> 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<ContactCustomField,ProductUserContactField>
-
getRelationships
protected Collection<ProductUserContactField> getRelationships(Product product)
Description copied from class:BaseBooleanPropertiesResolverMust 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 classBaseBooleanPropertiesResolver<ContactCustomField,ProductUserContactField>
-
initPaths
protected void initPaths(Set<com.querydsl.core.types.dsl.BooleanPath> paths)
- Specified by:
initPathsin classBaseBooleanPropertiesResolver<ContactCustomField,ProductUserContactField>
-
-