Uses of Class
org.openiam.base.ws.DateSearchParam
-
Packages that use DateSearchParam Package Description org.openiam.esb.elasticsearch.repository.impl org.openiam.esb.repository.impl org.openiam.idm.searchbeans -
-
Uses of DateSearchParam in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type DateSearchParam Modifier and Type Method Description protected org.springframework.data.elasticsearch.core.query.Criteria
AbstractElasticSearchRepository. getWhereCriteria(String term, DateSearchParam param)
-
Uses of DateSearchParam in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type DateSearchParam Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<T>
AbstractKeyEntityRepositoryImpl. buildSpecification(String propertyName, DateSearchParam param)
-
Uses of DateSearchParam in org.openiam.idm.searchbeans
Fields in org.openiam.idm.searchbeans declared as DateSearchParam Modifier and Type Field Description protected DateSearchParam
UserSearchBean. conversionDateToken
protected DateSearchParam
UserSearchBean. createDateToken
protected DateSearchParam
UserSearchBean. lastDateToken
Last date of this user's validityprotected DateSearchParam
UserSearchBean. startDateToken
Date when the user's validity starts
-