Class HistorySearchParams
java.lang.Object
ch.tocco.nice2.persist.history.api.store.HistorySearchParams
- Direct Known Subclasses:
HistorySearchParamsRest
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistorySearchParams
Deprecated.static HistorySearchParams
Deprecated.List
<jakarta.persistence.criteria.Predicate> createPredicates
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<?> root) Deprecated.protected List
<jakarta.persistence.criteria.Predicate> createPredicatesWithoutDate
(jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.Root<?> root) Deprecated.boolean
Deprecated.Deprecated.Deprecated.org.joda.time.LocalDate
getFrom()
Deprecated.Deprecated.@Nullable Integer
getLimit()
Deprecated.@Nullable Integer
Deprecated.Deprecated.getPk()
Deprecated.org.joda.time.LocalDate
getTo()
Deprecated.Deprecated.int
hashCode()
Deprecated.setEntityKey
(String entityKey) Deprecated.setEntityModel
(String entityModel) Deprecated.setFrom
(org.joda.time.LocalDate from) Deprecated.setIpAddress
(String ipAddress) Deprecated.Deprecated.Deprecated.setOperation
(String operation) Deprecated.Deprecated.setTo
(org.joda.time.LocalDate to) Deprecated.setUsername
(String username) Deprecated.
-
Field Details
-
pk
Deprecated. -
username
Deprecated. -
entityModel
Deprecated. -
entityKey
Deprecated. -
ipAddress
Deprecated. -
operation
Deprecated.
-
-
Constructor Details
-
HistorySearchParams
public HistorySearchParams()Deprecated.
-
-
Method Details
-
create
Deprecated. -
create
Deprecated. -
getPk
Deprecated. -
setPk
Deprecated. -
getUsername
Deprecated. -
setUsername
Deprecated. -
getEntityModel
Deprecated. -
setEntityModel
Deprecated. -
getEntityKey
Deprecated. -
setEntityKey
Deprecated. -
getIpAddress
Deprecated. -
setIpAddress
Deprecated. -
getOperation
Deprecated. -
setOperation
Deprecated. -
getFrom
public org.joda.time.LocalDate getFrom()Deprecated. -
setFrom
Deprecated. -
getTo
public org.joda.time.LocalDate getTo()Deprecated. -
setTo
Deprecated. -
getLimit
Deprecated. -
setLimit
Deprecated. -
getOffset
Deprecated. -
setOffset
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. -
equals
Deprecated.
-