Class UuidModelFilter<T extends UuidModelFilter<T,R>,R extends AuditedVersionedModel>

java.lang.Object
org.genesys.blocks.model.filters.SuperModelFilter<T,R>
org.genesys.blocks.model.filters.EmptyModelFilter<T,R>
org.genesys.blocks.model.filters.BasicModelFilter<T,R>
org.genesys.blocks.model.filters.VersionedModelFilter<T,R>
org.genesys.blocks.model.filters.AuditedVersionedModelFilter<T,R>
org.genesys.blocks.model.filters.UuidModelFilter<T,R>
Type Parameters:
T - the generic type
R - the generic type
All Implemented Interfaces:
Serializable, org.genesys.blocks.model.filters.Filter

public abstract class UuidModelFilter<T extends UuidModelFilter<T,R>,R extends AuditedVersionedModel> extends AuditedVersionedModelFilter<T,R>
UuidModel match by sample filters.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.genesys.blocks.model.filters.SuperModelFilter

    org.genesys.blocks.model.filters.SuperModelFilter.NoDefaultValuesSerializer<Y extends org.genesys.blocks.model.filters.SuperModelFilter<Y,?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The created by.

    Fields inherited from class org.genesys.blocks.model.filters.AuditedVersionedModelFilter

    createdBy, createdDate, lastModifiedBy, lastModifiedDate

    Fields inherited from class org.genesys.blocks.model.filters.VersionedModelFilter

    active, version

    Fields inherited from class org.genesys.blocks.model.filters.EmptyModelFilter

    id

    Fields inherited from class org.genesys.blocks.model.filters.SuperModelFilter

    AND, NOT, NOTNULL, NULL, OR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<com.querydsl.core.types.Predicate>
    collectPredicates(com.querydsl.core.types.dsl.EntityPathBase<R> instance, org.genesys.blocks.model.QUuidModel uuidModel)
    Collects list of filter predicates

    Methods inherited from class org.genesys.blocks.model.filters.AuditedVersionedModelFilter

    collectPredicates

    Methods inherited from class org.genesys.blocks.model.filters.VersionedModelFilter

    active, active, canEqual, collectPredicates, equals, hashCode, version, version

    Methods inherited from class org.genesys.blocks.model.filters.EmptyModelFilter

    collectPredicates, id, id

    Methods inherited from class org.genesys.blocks.model.filters.SuperModelFilter

    AND, AND, boostedFields, buildPredicate, clearFilter, clearFilter, collectPredicates, copy, getSubClasses, isEmpty, normalize, NOT, NOT, NOTNULL, NOTNULL, NULL, NULL, OR, OR, remappedProperties, removeFromNullAndNotNull, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • uuid

      public Set<UUID> uuid
      The created by.
  • Constructor Details

    • UuidModelFilter

      public UuidModelFilter()
  • Method Details

    • collectPredicates

      protected List<com.querydsl.core.types.Predicate> collectPredicates(com.querydsl.core.types.dsl.EntityPathBase<R> instance, org.genesys.blocks.model.QUuidModel uuidModel)
      Collects list of filter predicates
      Parameters:
      instance - the instance of Q-type of R
      uuidModel - the uuid model
      Returns:
      list of predicates