Class HistorySearchParams

java.lang.Object
ch.tocco.nice2.persist.history.api.store.HistorySearchParams
Direct Known Subclasses:
HistorySearchParamsRest

@Deprecated public class HistorySearchParams extends Object
Deprecated.
  • Field Details

    • pk

      protected String pk
      Deprecated.
    • username

      protected String username
      Deprecated.
    • entityModel

      protected String entityModel
      Deprecated.
    • entityKey

      protected String entityKey
      Deprecated.
    • ipAddress

      protected String ipAddress
      Deprecated.
    • operation

      protected String operation
      Deprecated.
  • Constructor Details

    • HistorySearchParams

      public HistorySearchParams()
      Deprecated.
  • Method Details

    • create

      public static HistorySearchParams create(String entityModel)
      Deprecated.
    • create

      public static HistorySearchParams create(String entityModel, String entityKey)
      Deprecated.
    • getPk

      public String getPk()
      Deprecated.
    • setPk

      public HistorySearchParams setPk(String pk)
      Deprecated.
    • getUsername

      public String getUsername()
      Deprecated.
    • setUsername

      public HistorySearchParams setUsername(String username)
      Deprecated.
    • getEntityModel

      public String getEntityModel()
      Deprecated.
    • setEntityModel

      public HistorySearchParams setEntityModel(String entityModel)
      Deprecated.
    • getEntityKey

      public String getEntityKey()
      Deprecated.
    • setEntityKey

      public HistorySearchParams setEntityKey(String entityKey)
      Deprecated.
    • getIpAddress

      public String getIpAddress()
      Deprecated.
    • setIpAddress

      public HistorySearchParams setIpAddress(String ipAddress)
      Deprecated.
    • getOperation

      public String getOperation()
      Deprecated.
    • setOperation

      public HistorySearchParams setOperation(String operation)
      Deprecated.
    • getFrom

      public org.joda.time.LocalDate getFrom()
      Deprecated.
    • setFrom

      public HistorySearchParams setFrom(org.joda.time.LocalDate from)
      Deprecated.
    • getTo

      public org.joda.time.LocalDate getTo()
      Deprecated.
    • setTo

      public HistorySearchParams setTo(org.joda.time.LocalDate to)
      Deprecated.
    • getLimit

      @Nullable public @Nullable Integer getLimit()
      Deprecated.
    • setLimit

      public HistorySearchParams setLimit(@Nullable @Nullable Integer limit)
      Deprecated.
    • getOffset

      @Nullable public @Nullable Integer getOffset()
      Deprecated.
    • setOffset

      public HistorySearchParams setOffset(@Nullable @Nullable Integer offset)
      Deprecated.
    • createPredicates

      public List<jakarta.persistence.criteria.Predicate> createPredicates(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<?> root)
      Deprecated.
    • createPredicatesWithoutDate

      protected List<jakarta.persistence.criteria.Predicate> createPredicatesWithoutDate(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<?> root)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object