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 |
---|---|
List<T> |
Reporter.getReport(Object[] params,
PageInfo pageInfo) |
List<T> |
DataSourceReporter.getReport(Object[] _params,
PageInfo pageInfo) |
protected List<T> |
DataSourceReporter.getReport(Object[] _params,
PageInfo pageInfo,
org.apache.commons.collections.Transformer dataGenerator) |
Modifier and Type | Method and Description |
---|---|
protected PageInfo |
ExcelTabularDataWriter.getPageInfoForReport(Reporter<Object[]> report,
int index,
PageInfo pageInfo)
If the the data is is only a page then we should override and return the appropriate PageInfo
|
protected PageInfo |
CSVTabularDataWriter.getPageInfoForReport(Reporter<Object[]> report,
int index,
PageInfo pageInfo)
If the the data is is only a page then we should override and return the appropriate PageInfo
|
Modifier and Type | Method and Description |
---|---|
protected PageInfo |
ExcelTabularDataWriter.getPageInfoForReport(Reporter<Object[]> report,
int index,
PageInfo pageInfo)
If the the data is is only a page then we should override and return the appropriate PageInfo
|
protected PageInfo |
CSVTabularDataWriter.getPageInfoForReport(Reporter<Object[]> report,
int index,
PageInfo pageInfo)
If the the data is is only a page then we should override and return the appropriate PageInfo
|
org.apache.poi.ss.usermodel.Workbook |
CSVTabularDataWriter.writeDataToFile(Object[] params,
PageInfo pageInfo)
Generate the file from the data
|
void |
ExcelTabularDataWriter.writeDataToStream(OutputStream outputStream,
Object[] params,
PageInfo pageInfo)
Generate the Excel and write it onto the
OutputStream |
void |
ReportWriter.writeDataToStream(OutputStream outputStream,
Object[] params,
PageInfo pageInfo)
Generate the Excel and write it onto the
OutputStream |
void |
CSVTabularDataWriter.writeDataToStream(OutputStream outputStream,
Object[] params,
PageInfo pageInfo)
Generate the Excel and write it onto the
OutputStream |
org.apache.poi.ss.usermodel.Workbook |
ExcelTabularDataWriter.writeDataToWorkBook(Object[] params,
PageInfo pageInfo)
Generate the Excel
Workbook from the data |
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 |
DefaultConfigurationService.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Page |
ContentDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
List |
GenericContentService.search(String indexName,
com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String... categoryNames)
Perform indexed/lucene based searches
|
List |
ContentServiceImpl.search(String indexName,
com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String... categoryNames)
Deprecated.
|
List |
GenericContentServiceImpl.search(String indexName,
com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String... categoryNames) |
Modifier and Type | Method and Description |
---|---|
List |
ContentQueryService.search(com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String categoryName,
String indexName,
Boolean useCache)
Do a Search using the Indexing API on terms
Sample: SearchParams |
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 |
---|---|
PageInfo |
JPAQueryTransformer.getPageInfo()
Optional.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
JPAQueryTransformer.setPageInfo(PageInfo pageInfo)
Optional.
|
Modifier and Type | Method and Description |
---|---|
PageInfo |
Query.getPageInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Query.setPageInfo(PageInfo pageInfo) |
Constructor and Description |
---|
Query(T entity,
PageInfo pageInfo) |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
PageInfo |
Page.getPageInfo()
If null, implies all records
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setPageInfo(PageInfo pageInfo)
If null, implies all records
|
Constructor and Description |
---|
Page(PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
Page |
PostDaoImpl.query(String ql,
String dialect,
PageInfo pageInfo,
Object... params) |
Modifier and Type | Method and Description |
---|---|
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 |
ProductServiceImpl.query(String arg0,
String dialect,
PageInfo arg1,
Object... arg2) |
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) |
List |
ProductServiceImpl.search(String indexName,
com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String... categoryNames) |
List |
ProductService.search(String indexName,
com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String... categoryNames)
Perform indexed/lucene based searches
|
Modifier and Type | Method and Description |
---|---|
List |
ProductQueryService.search(com.neurosys.spider.domain.SearchParams searchParams,
PageInfo pageInfo,
String categoryName,
String indexName,
Boolean useCache)
Do a Search using the Indexing API on terms
Sample: SearchParams |
Modifier and Type | Method and Description |
---|---|
protected abstract Supplier<javax.persistence.Query> |
DefaultAbstractTokenContainerService.createTokensStateQuery(C tokenContainer,
T afterToken,
T beforeToken,
Collection states,
PageInfo pageInfo)
REUSABLE | use with
#getTokens(TokenContainer, Token, Collection, String) |
List<T> |
DefaultAbstractTokenContainerService.getTokens(C tokenContainer,
T afterToken,
T beforeToken,
Collection states,
PageInfo pageInfo)
REUSABLE
|
List<T> |
ShiftService.getTokens(S shift,
T afterToken,
Collection states,
PageInfo pageInfo)
Get all tokens since a last token (including it)
|
List<T> |
ShiftService.getTokens(S shift,
T afterToken,
T beforeToken,
Collection states,
PageInfo pageInfo)
Get all tokens since a last token (including it)
|
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 |
---|---|
List<T> |
DataProviderReporter.getReport(Object[] arg0,
PageInfo pageInfo) |
Modifier and Type | Method and Description |
---|---|
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.