Class HistorySearchParams
java.lang.Object
ch.tocco.nice2.persist.history.api.store.HistorySearchParams
- Direct Known Subclasses:
HistorySearchParamsRest
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HistorySearchParamsDeprecated.static HistorySearchParamsDeprecated.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.booleanDeprecated.Deprecated.Deprecated.org.joda.time.LocalDategetFrom()Deprecated.Deprecated.@Nullable IntegergetLimit()Deprecated.@Nullable IntegerDeprecated.Deprecated.getPk()Deprecated.org.joda.time.LocalDategetTo()Deprecated.Deprecated.inthashCode()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
-
equals
-