Uses of Class
com.sibvisions.rad.model.mem.MemDataBook

Packages that use MemDataBook
com.sibvisions.rad.model.mem Contains all storage independent model classes. 
com.sibvisions.rad.model.remote Contains model implementations for accessing remote data. 
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
 

Uses of MemDataBook in com.sibvisions.rad.model.mem
 

Constructors in com.sibvisions.rad.model.mem with parameters of type MemDataBook
MemDataPage(MemDataBook pDataBook, IDataRow pMasterDataRow)
          Construct a new MemDataPage for the specified IDataBook and the corresponding master row.
 

Uses of MemDataBook in com.sibvisions.rad.model.remote
 

Subclasses of MemDataBook in com.sibvisions.rad.model.remote
 class RemoteDataBook
          The RemoteDataBook is a storage independent table, and handles all operations based on the the MemDatabook base class.
 

Constructors in com.sibvisions.rad.model.remote with parameters of type MemDataBook
RemoteDataPage(MemDataBook pDataBook, IDataRow pMasterDataRow)
          Constructs a new RemoteDataPage for the specified IDataBook and the corresponding master row.
 

Uses of MemDataBook in com.sibvisions.rad.persist
 

Subclasses of MemDataBook in com.sibvisions.rad.persist
 class StorageDataBook
          The StorageDataBook is a RemoteDataBook directly connected to an IStorage.
 

Methods in com.sibvisions.rad.persist that return MemDataBook
 MemDataBook AbstractMemStorage.getDataBook()
          Gets the internal MemDataBook.
 

Methods in com.sibvisions.rad.persist with parameters of type MemDataBook
 void MemDataBookStorage.loadData(MemDataBook pBook, ICondition pFilter)
          Loads the relevant data into the internal data book.
abstract  void AbstractMemStorage.loadData(MemDataBook pBook, ICondition pFilter)
          Loads the relevant data into the internal data book.
 

Constructors in com.sibvisions.rad.persist with parameters of type MemDataBook
AbstractMemStorage(MemDataBook pDataBook)
          Creates a new instance of AbstractMemStorage with an external data book.
MemDataBookStorage(MemDataBook pBook)
          Creates a new instance of MemDataBookStorage.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.