Modifier and Type | Method and Description |
---|---|
Page |
GenericObjectDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page |
GenericObjectQueryService.query(String ql,
PageInfo pageInfo) |
Page |
IGenericObjectQueryService.query(String ql,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
void |
PageWriter.writeTo(Page page,
Class<?> type,
Type genericType,
Annotation[] annotation,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> map,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
Page<Audit> |
AuditDaoImpl.loadPage(Query<Audit> query) |
Modifier and Type | Method and Description |
---|---|
Page<Comment> |
BasicCommentDao.getComments(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Page<Comment> |
CommentDaoImpl.getComments(String topic,
PageInfo pageInfo) |
Page |
CommentDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page<Comment> |
CommentServiceImpl.getComments(String topic,
PageInfo pageInfo) |
Page<Comment> |
CommentService.getComments(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Page<T> |
AbstractHierarchyDaoImpl.loadPage(Query<T> query) |
Modifier and Type | Method and Description |
---|---|
Page |
DefaultConfigurationService.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page<C> |
ContentSource.loadPage(Query<C> query)
See Implementation/Implementing Source Adapter for more details on how to construct the query.
|
Page<C> |
ContentSource.queryPage(Query<C> query)
|
Modifier and Type | Method and Description |
---|---|
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. |
Page |
ContentDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
protected Page<C> |
CategoryTemplatePage.categoryPageExtractionhandler()
Deprecated.
How using the parent category we wish to extract the children.
|
Modifier and Type | Method and Description |
---|---|
Page |
FreeQuery.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params)
Execute a raw Query in the native implementation language.
|
Modifier and Type | Method and Description |
---|---|
Page<T> |
GenericQueryableDaoImpl.loadPage(Query<T> query)
Deprecated.
|
Page<T> |
GenericQueryableDaoImpl.loadPageRaw(String query,
PageInfo pageInfo)
Deprecated.
|
protected Page<T> |
GenericDaoImpl.paginate(javax.persistence.Query q,
PageInfo pageInfo)
Create Page from the result
|
Page |
GenericDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params)
Execute a raw Query in the native implementation language.
|
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 | Method and Description |
---|---|
Page<O> |
OrderDao.getOrders(OrderDaoImpl.ReportQuery reportQuery,
PageInfo pageInfo) |
Page<O> |
OrderDaoImpl.getOrders(OrderDaoImpl.ReportQuery reportQuery,
PageInfo pageInfo)
Generic Reporting Query
|
Modifier and Type | Method and Description |
---|---|
Page<T> |
ProductDao.getInPriceRange(Double min,
Double max,
List<T> categories)
Get products in Price Rang,e across Categories if specified.
|
Page<T> |
ProductDao.getNew(List<T> categories)
Get New Products, across Categories if specified.
|
Page<T> |
ProductDao.getSale(List<T> categories)
Get Products on Sale across Categories if specified.
|
Modifier and Type | Method and Description |
---|---|
Page<P> |
ProductDaoImpl.getInPriceRange(Double min,
Double max,
List<P> categories) |
Page<P> |
ProductDaoImpl.getNew(List<P> categories) |
Page<P> |
ProductDaoImpl.getSale(List<P> categories) |
Modifier and Type | Method and Description |
---|---|
Page |
EventsDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page |
DefaultEventsService.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Page<E> |
DefaultEventsService.queryPage(Query<E> query) |
<S> Page<S> |
DefaultEventsService.queryPage(Query<E> query,
Class<S> claz) |
Modifier and Type | Method and Description |
---|---|
Page |
MultiOrgDao.loadPage(Query query) |
Modifier and Type | Method and Description |
---|---|
Page |
PostDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page<T> |
ProductDao.loadPage(Query<T> query)
Load data in paginated fashion.
|
Modifier and Type | Method and Description |
---|---|
Page<T> |
ProductDaoImpl.loadPage(Query<T> query) |
Page |
ProductDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
protected Page<P> |
ProductIndexSearch._search(PageInfo pageInfo,
com.neurosys.spider.domain.SearchParams searchParams,
org.apache.lucene.facet.params.FacetSearchParams facetSearchParams) |
Page<T> |
ProductServiceImpl.loadPage(Query<T> query) |
Page |
ProductServiceImpl.query(String arg0,
String dialect,
PageInfo arg1,
Object... arg2) |
Page<T> |
ProductServiceImpl.queryPage(Query<T> query) |
<SUB_T> Page<SUB_T> |
ProductServiceImpl.queryPage(Query<T> query,
Class<SUB_T> claz) |
Page<P> |
ProductIndexSearch.search(PageInfo pageInfo,
com.neurosys.spider.domain.SearchParams searchParams) |
Page<P> |
ProductIndexSearch.search(PageInfo pageInfo,
com.neurosys.spider.domain.SearchParams searchParams,
IHierarchialReference... categories) |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingDao.getRatings(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingDaoImpl.getRatings(String topic,
PageInfo pageInfo) |
Page |
RatingDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page<Rating> |
RatingService.getComments(String topic,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Page<U> |
UserDaoImpl.loadPage(Query<U> query) |
Page<U> |
UserDao.loadPage(Query<U> query)
Load data in paginated fashion.
|
Page<U> |
UserDaoImpl.loadPageRaw(String query,
PageInfo pageInfo) |
Page<U> |
UserDao.loadPageRaw(String query,
PageInfo pageInfo) |
Page |
UserAttributesDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Page |
UserDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Copyright © 2018. All rights reserved.