Class AuditedVersionedModelFilter<T extends AuditedVersionedModelFilter<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>
Type Parameters:
T - the generic type
R - the generic type
All Implemented Interfaces:
Serializable, org.genesys.blocks.model.filters.Filter
Direct Known Subclasses:
UuidModelFilter

public abstract class AuditedVersionedModelFilter<T extends AuditedVersionedModelFilter<T,R>,R extends AuditedVersionedModel> extends org.genesys.blocks.model.filters.VersionedModelFilter<T,R>
AuditedVersionedModel 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.
    org.genesys.blocks.model.filters.TemporalFilter<Instant>
    The created date.
    The last modified by.
    org.genesys.blocks.model.filters.TemporalFilter<Instant>
    The last modified date.

    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.QAuditedVersionedModel auditedVersionedModel)
    Collects list of filter predicates

    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

    • createdBy

      public Set<Long> createdBy
      The created by.
    • lastModifiedBy

      public Set<Long> lastModifiedBy
      The last modified by.
    • createdDate

      public org.genesys.blocks.model.filters.TemporalFilter<Instant> createdDate
      The created date.
    • lastModifiedDate

      public org.genesys.blocks.model.filters.TemporalFilter<Instant> lastModifiedDate
      The last modified date.
  • Constructor Details

    • AuditedVersionedModelFilter

      public AuditedVersionedModelFilter()
  • Method Details

    • collectPredicates

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