wt.pds
Interface PersistableList

All Known Implementing Classes:
AbstractPersistableList

public interface PersistableList

This interface provides the specification for accessing a list of Persistables.


Method Summary
 ClassInfo getClassInfo()
           
 int getCount()
           
 Timestamp getCreateStamp(int a_index)
           
 Timestamp getModifyStamp(int a_index)
           
 Persistable getNonUpdated(int[] a_rowCounts)
           
 Persistable getObject(int a_index)
           
 

Method Detail

getClassInfo

public ClassInfo getClassInfo()
                       throws WTException
Throws:
WTException

getCount

public int getCount()

getObject

public Persistable getObject(int a_index)

getNonUpdated

public Persistable getNonUpdated(int[] a_rowCounts)

getCreateStamp

public Timestamp getCreateStamp(int a_index)

getModifyStamp

public Timestamp getModifyStamp(int a_index)