Uses of Interface
wt.pds.PersistableList

Packages that use PersistableList
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of PersistableList in wt.pds
 

Classes in wt.pds that implement PersistableList
 class AbstractPersistableList
          This abstract class provides common implementation for a list of Persistables.
 class MultiplePersistableList
          This class implements a list of Persistables for a Persistable array (Persistable[]).
 class SinglePersistableList
          This class implements a list of Persistables for a Persistable.
 

Methods in wt.pds with parameters of type PersistableList
private  void SQLDatabasePds.insertList(WTConnection a_connection, PersistableList a_list, boolean a_reInsert)
           
private  void SQLDatabasePds.updateList(WTConnection a_connection, PersistableList a_list, boolean a_changeModifyDate)
           
 

Uses of PersistableList in wt.pom
 

Methods in wt.pom that return PersistableList
private static PersistableList PersistentObjectManager.newPersistableList(WTCollection objs, Timestamp createDate, Timestamp modifyDate)
           
 

Methods in wt.pom with parameters of type PersistableList
private  void PersistentObjectManager.insert(PersistableList a_list)
          Insert a persistent objects in a datastore.
private  void PersistentObjectManager.update(PersistableList a_list, boolean a_changeModifyDate)
          Update a persistent object in the datastore.