|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel oracle.adf.model.adapter.bean.provider.BeanDataCollection oracle.adf.model.adapter.bean.jpa.JPQLBeanDataCollection
public class JPQLBeanDataCollection
Field Summary | |
---|---|
static java.lang.String |
JPQL_METHOD_QUERY
|
Fields inherited from class oracle.adf.model.adapter.bean.provider.BeanDataCollection |
---|
_beanInstance, _isAccessor, _methodName |
Fields inherited from class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel |
---|
_logger, DEFAULT_FETCH_SIZE |
Constructor Summary | |
---|---|
JPQLBeanDataCollection(java.util.Map bindingContext,
OperationBinding action,
DataFilter filter)
|
|
JPQLBeanDataCollection(RowContext rowCtx,
java.lang.String name,
DataFilter filter)
|
Method Summary | |
---|---|
protected java.util.Collection |
buildCollectionModel()
Build the collection of rowData |
boolean |
canHandle()
Return whether or not can handle operations |
int |
getFetchStart()
Return fetch start |
java.lang.String |
getQueryStmt()
|
java.lang.String |
getQueryStmtCount()
|
long |
getRecordCount()
Implement get total # of record count. |
protected void |
init()
Initialize all the related operations |
protected void |
initOperations()
Initialize all the related operations: getMethod(), getMethodCount, and getMethod(int, int) |
void |
setQueryStmt(java.lang.String jpqlStmt)
|
void |
setQueryStmtCount(java.lang.String jpqlStmt)
|
Methods inherited from class oracle.adf.model.adapter.bean.provider.BeanDataCollection |
---|
getAssociatedBeanClassName, getCollection, getFetchSize, getMethodCountName, getMethodCountParamTypes, getMethodName, getMethodParamTypes, getProperty, getSearchAttributeNames, getSearchCriteria, getSortCriteria, invokeMethod, refresh, setMethodCountName, setMethodCountParamTypes, setMethodName, setMethodParamTypes, setProperty |
Methods inherited from class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel |
---|
add, add, addAll, clear, clearAll, firstPage, getPageCount, getPageIndex, gotoPage, hasNextPage, hasPreviousPage, iterator, lastPage, nextPage, previousPage, remove, remove, setCollection, setFetchSize, setFetchStart, setRecordCount, size |
Methods inherited from class java.util.AbstractCollection |
---|
contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Field Detail |
---|
public static final java.lang.String JPQL_METHOD_QUERY
Constructor Detail |
---|
public JPQLBeanDataCollection(java.util.Map bindingContext, OperationBinding action, DataFilter filter)
public JPQLBeanDataCollection(RowContext rowCtx, java.lang.String name, DataFilter filter)
Method Detail |
---|
public void setQueryStmt(java.lang.String jpqlStmt)
public java.lang.String getQueryStmt()
public void setQueryStmtCount(java.lang.String jpqlStmt)
public java.lang.String getQueryStmtCount()
protected void init()
BeanDataCollection
init
in class BeanDataCollection
protected void initOperations()
BeanDataCollection
initOperations
in class BeanDataCollection
public boolean canHandle()
BeanDataCollection
canHandle
in class BeanDataCollection
public long getRecordCount()
BeanDataCollection
getRecordCount
in interface Pagination
getRecordCount
in class BeanDataCollection
protected java.util.Collection buildCollectionModel()
BeanDataCollection
buildCollectionModel
in class BeanDataCollection
public int getFetchStart()
Pagination
getFetchStart
in interface Pagination
getFetchStart
in class BeanDataCollection
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |