|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.CDCManagedEntityList
A data service parameter that represents a list of
CDCManagedEntity
objects. This class constitutes a valid
output parameter for a data service method.
Constructor Summary | |
CDCManagedEntityList()
Constructs a new, empty CDCManagedEntityList . |
Method Summary | |
void |
addCDCManagedEntity(CDCManagedEntity pCDCManagedEntity)
Appends a new CDCManagedEntity to the end of the list. |
static CDCManagedEntityList |
createFromResultSet(java.sql.ResultSet pResultSet,
java.util.List pManagedEntityColumnsList,
java.lang.Integer pMaxRowCount)
Helper method to create a CDCManagedEntityList from a JDBC
ResultSet object. |
CDCManagedEntity |
getCDCManagedEntity(int pIdx)
Retrieves the CDCManagedEntity element located at position
pIdx in the list |
int |
size()
Returns the number of elements in the list. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDCManagedEntityList()
CDCManagedEntityList
.
Method Detail |
public void addCDCManagedEntity(CDCManagedEntity pCDCManagedEntity)
CDCManagedEntity
to the end of the list.
pCDCManagedEntity
- the CDCManagedEntity
object to
append to the list.public int size()
public CDCManagedEntity getCDCManagedEntity(int pIdx)
CDCManagedEntity
element located at position
pIdx
in the list
pIdx
- position of the object to retrieve.
CDCManagedEntity
object.public static CDCManagedEntityList createFromResultSet(java.sql.ResultSet pResultSet, java.util.List pManagedEntityColumnsList, java.lang.Integer pMaxRowCount) throws java.sql.SQLException
CDCManagedEntityList
from a JDBC
ResultSet
object.createFromResultSet
method of
CDCManagedEntity
with the pResultSet
parameter and appends the resulting CDCManagedEntity
to the
list, until pMaxRowCount
is reached or
pResultSet
if empty.
pResultSet
- ResultSet
object from which the data is
retrieved.pManagedEntityColumnsList
- list of columns to set in the
CDCManagedEntity
objects added to the list.pMaxRowCount
- The maximum number of record to retrieve. If this
parameter is set to null, there are no limits.
CDCManagedEntityList
generated from the
ResultSet
object.
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |