|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 | |
---|---|
abstract void |
AbstractMemStorage.loadData(MemDataBook pBook,
ICondition pFilter)
Loads the relevant data into the internal data book. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |