Modifier and Type | Method and Description |
---|---|
Long |
IQueryService.count(Query<T> q) |
List<T> |
IQueryService.query(Query<T> query) |
Modifier and Type | Method and Description |
---|---|
Long |
GenericObjectQueryService.count(Query<GenericObject> query) |
Long |
IGenericObjectQueryService.count(Query<GenericObject> query) |
List<GenericObject> |
GenericObjectQueryService.query(Query<GenericObject> query) |
List<GenericObject> |
IGenericObjectQueryService.query(Query<GenericObject> query) |
Modifier and Type | Method and Description |
---|---|
Page<Audit> |
AuditDaoImpl.loadPage(Query<Audit> query) |
Modifier and Type | Method and Description |
---|---|
Page<T> |
AbstractHierarchyDaoImpl.loadPage(Query<T> query) |
Modifier and Type | Method and Description |
---|---|
Long |
ContentSource.count(Query<C> query)
See Implementation/Implementing Source Adapter for more details on how to construct the query.
|
Collection<CF> |
ContentSource.getFacets(Query<CF> qry)
To keep payload minimal and to support most use case scenarios, the Impl may want
to lazy load the facets in the
C on explicit request.This method allows that explicit request to be fullfilled. |
Page<C> |
ContentSource.loadPage(Query<C> query)
See Implementation/Implementing Source Adapter for more details on how to construct the query.
|
List<C> |
ContentSource.query(Query<C> query)
|
Page<C> |
ContentSource.queryPage(Query<C> query)
|
Modifier and Type | Method and Description |
---|---|
protected javax.persistence.Query |
AbstractContentHierarchyDaoImpl.constructQueryImpl(String select,
Query<C> query)
Deprecated.
|
Long |
AbstractContentHierarchyDaoImpl.count(Query<C> query) |
Collection<CF> |
AbstractContentHierarchyDaoImpl.getFacets(Query<CF> qry) |
protected ExtendedJPAQuery |
AbstractContentHierarchyDaoImpl.getQueryObject(Query<C> query,
boolean count)
Create a {javax.persistence.Query} object based on conditions and criteria (input domain based
Query ) |
Page<C> |
AbstractContentHierarchyDaoImpl.loadPage(Query<C> query)
Simple define requirement attributes fir condition in the entity and additionally if LIKE / pattern match required on hierarchy
then we can set the Related Arribute
ContentDao#ATTRIB_HIERARCHY_STARTS_LIKE also. |
Modifier and Type | Method and Description |
---|---|
Long |
ContentQueryService.count(Query<C> query) |
List<C> |
ContentQueryService.query(Query<C> query) |
Modifier and Type | Method and Description |
---|---|
Query<ContentDescriber> |
ContentSortableDataProvider.constructQuery(Integer first,
Integer count) |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.persistence.Query |
GenericQueryableDaoImpl.constructQueryImpl(String select,
Query<T> query,
boolean order)
Deprecated.
Constructs the Query for loadPage & Count common methods
|
Long |
GenericQueryableDaoImpl.count(Query<T> query)
Deprecated.
|
Long |
AbstractQueryableDaoImpl.count(Query<T> query)
|
Long |
QueryableDao.count(Query<T> query)
|
protected List<T> |
AbstractQueryableDaoImpl.ensureRowIsEntity(Query<T> query,
List rows,
List<String> resultFieldNames)
Due to varied column selection, it is possible that result rows may not be an Entity T.
|
protected ExtendedJPAQuery |
AbstractQueryableDaoImpl.getQueryObject(Query<T> query,
boolean count)
Create a {javax.persistence.Query} object based on conditions and criteria (input domain based
Query ) |
Page<T> |
GenericQueryableDaoImpl.loadPage(Query<T> query)
Deprecated.
|
void |
QueryOptimizer.morphQuery(Query query)
Allow compatibility with
Query object. |
List<T> |
AbstractQueryableDaoImpl.query(Query<T> query)
|
List<T> |
QueryableDao.query(Query<T> query)
|
<SUB_T> List<SUB_T> |
AbstractQueryableDaoImpl.query(Query<T> query,
Class<SUB_T> claz)
Derive a SubSet (claz) of T only as an queried entity.
|
<SUB_T> List<SUB_T> |
QueryableDao.query(Query<T> query,
Class<SUB_T> claz)
Derive a SubSet (claz) of T only as an queried entity.
|
Page<T> |
AbstractQueryableDaoImpl.queryPage(Query<T> query)
|
Page<T> |
QueryableDao.queryPage(Query<T> query)
|
<SUB_T> Page<SUB_T> |
AbstractQueryableDaoImpl.queryPage(Query<T> query,
Class<SUB_T> claz)
Derive a SubSet (claz) of T only as an queried entity.
|
<SUB_T> Page<SUB_T> |
QueryableDao.queryPage(Query<T> query,
Class<SUB_T> claz)
Derive a SubSet (claz) of T only as an queried entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalQuery<T>
A
Query specially used to address external query requests, where field members as classes may or may not exist. |
class |
JsonQuery
A
Query specially used to address external query requests in JSON. |
Modifier and Type | Method and Description |
---|---|
Query<T> |
Query.setRelatedAttribute(String attributeName,
Object value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<T> |
TransactionService.query(Query<T> query)
|
Modifier and Type | Method and Description |
---|---|
Long |
OrderQueryService.count(Query<Order> query) |
List<Order> |
OrderQueryService.query(Query<Order> query) |
Modifier and Type | Method and Description |
---|---|
Long |
DefaultEventsService.count(Query<E> query) |
List<E> |
DefaultEventsService.query(Query<E> query) |
<SUB_T> List<SUB_T> |
DefaultEventsService.query(Query<E> query,
Class<SUB_T> claz) |
Page<E> |
DefaultEventsService.queryPage(Query<E> query) |
<S> Page<S> |
DefaultEventsService.queryPage(Query<E> query,
Class<S> claz) |
Modifier and Type | Method and Description |
---|---|
Long |
IEventsQueryService.count(Query<E> query) |
Long |
EventsQueryService.count(Query<E> query) |
List<E> |
IEventsQueryService.query(Query<E> query) |
List<E> |
EventsQueryService.query(Query<E> query) |
Modifier and Type | Method and Description |
---|---|
void |
UserListDataProvider.setQuery(Query<User> qry) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserListPanel.initDataProviderInstance(org.apache.wicket.model.IModel<Query<User>> model)
The Data provider may select list on the panel based on a criteria.
|
Constructor and Description |
---|
UserListPanel(String id,
org.apache.wicket.model.IModel<Query<User>> model) |
Modifier and Type | Method and Description |
---|---|
protected List<P> |
FileToProductLookup.getEntities(Query<P> entityQuery) |
protected abstract List<T> |
FileToEntityLookup.getEntities(Query<T> entityQuery)
Override to implement custom services that will execute the
Query and return result(s) |
protected void |
FileToProductLookup.modify(Query<P> entityQuery)
Override to implement any further modification to the
Query . |
void |
QueryResultArrayToEntityTransformer.morphQuery(Query q)
Converts the
AbstractEntityTransformer.getColumnFieldMapping() into the setIncludedFields(List) |
Modifier and Type | Method and Description |
---|---|
Page |
MultiOrgDao.loadPage(Query query) |
Modifier and Type | Method and Description |
---|---|
Page<T> |
ProductDao.loadPage(Query<T> query)
Load data in paginated fashion.
|
Modifier and Type | Method and Description |
---|---|
Long |
ProductDaoImpl.count(Query<T> query)
Deprecated.
|
Page<T> |
ProductDaoImpl.loadPage(Query<T> query) |
Modifier and Type | Method and Description |
---|---|
Long |
ProductServiceImpl.count(Query<T> query) |
Page<T> |
ProductServiceImpl.loadPage(Query<T> query) |
List<T> |
ProductServiceImpl.query(Query<T> queryEntity) |
<SUB_T> List<SUB_T> |
ProductServiceImpl.query(Query<T> query,
Class<SUB_T> claz) |
Page<T> |
ProductServiceImpl.queryPage(Query<T> query) |
<SUB_T> Page<SUB_T> |
ProductServiceImpl.queryPage(Query<T> query,
Class<SUB_T> claz) |
Modifier and Type | Method and Description |
---|---|
Long |
ProductQueryService.count(Query<Product> query) |
List |
ProductQueryService.query(Query<Product> query) |
Modifier and Type | Method and Description |
---|---|
Query<P> |
ProductSortableDataProvider.constructQuery(Integer first,
Integer count) |
Query<P> |
ProductSortableDataProvider.getFilter()
Will apply the filter result to remove them from the main result before producing final result.
|
Query<P> |
ProductSortableDataProvider.getQuery()
If Query not set then construct a new one and return a Query
|
Modifier and Type | Method and Description |
---|---|
void |
ProductSortableDataProvider.setFilter(Query<P> filter)
Will apply the filter result to remove them from the main result before producing final result.
|
void |
ProductSortableDataProvider.setQuery(Query<P> query) |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
TokenContainerService.lookup(C tokenContainer,
Query<T> query)
Lookup using custom query defined in a proxy Object
in tokens that are
#getReadyToBeProcessed(TokenContainer, Token) . |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateService.getTemplate(Query<Template> qry)
Get the Template based on a Query
|
Template |
TemplateServiceImpl.getTemplate(Query<Template> qry) |
Modifier and Type | Method and Description |
---|---|
Long |
UserDao.count(Query<U> query) |
Page<U> |
UserDaoImpl.loadPage(Query<U> query) |
Page<U> |
UserDao.loadPage(Query<U> query)
Load data in paginated fashion.
|
Copyright © 2018. All rights reserved.