Skip navigation links 
 
oracle.jbo.datasource
Class SampleVODataSourceImpl
java.lang.Object
  
oracle.jbo.datasource.SampleVODataSourceImpl
- All Implemented Interfaces:
 
- ViewDataSource
 
- 
public class SampleVODataSourceImpl
 
- extends java.lang.Object
 
- implements ViewDataSource
 
- Since:
 
- release specific (what release of product did this appear in)
 
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
SampleVODataSourceImpl
public SampleVODataSourceImpl()
retrieveData
public java.util.List retrieveData(FindCriteria findCriteria)
- Description copied from interface: 
ViewDataSource 
- Retrieve the data and form a list.
 
- 
- Specified by:
 
retrieveData in interface ViewDataSource 
 
- 
- Parameters:
 
findCriteria - The search criteria. 
- Returns:
 
- The list data that matchs the criteria.
 
 
estimateCount
public long estimateCount(FindCriteria findCriteria)
- Description copied from interface: 
ViewDataSource 
- Retrieve the number object that matchs the criteria.
 
- 
- Specified by:
 
estimateCount in interface ViewDataSource 
 
- 
- Parameters:
 
findCriteria - The search criteria. 
- Returns:
 
- The number of objects that match the criteria.
 
 
setViewInfo
public void setViewInfo(ViewDefImpl viewDef,
                        ViewObjectImpl vo)
- 
- Specified by:
 
setViewInfo in interface ViewDataSource 
 
getStaticListCellId
protected static java.lang.String getStaticListCellId(java.lang.String voClassPath,
                                                      int row,
                                                      int col)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.