Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | GetDataset (dataset-handle) |
Returns the Dataset to the caller |
|
| # | Consultingwerk.OERA.DatasetModelPerformer NewDatasetModelPerformer (handle, character) |
Overridable factory method for the DatasetModelPerformer instance
used by the DatasetModel instance |
|
| # | OpenTableModelQueries () |
Opens the queries of all table models |
|
| + | Consultingwerk.OERA.DatasetModel RetrieveData (character, character) |
Retrieves data from the backend |
|
| + | Consultingwerk.OERA.DatasetModel RetrieveData (character, INamedQueryParameter) |
Retrieves data from the backend |
|
| + | RetrieveData (character, IQueryExpression) |
Retrieves data from the backend |
|
| + | Consultingwerk.OERA.DatasetModel RetrieveData (INamedQueryParameter) |
Retrieves data from the backend |
|
| + | Consultingwerk.OERA.DatasetModel SaveChanges () |
Performs Save Changes request either using the Service Adapter or the
Service Interface |
|
| + | Consultingwerk.OERA.DatasetModel UseDatasetQueries () |
Ensures that all TableModels are using one of the ProDataset QUERY's |
| Options | Name | Purpose | |
|---|---|---|---|
| + | DatasetModel (handle) |
Constructor for the DatasetModel class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER AppServerPartition |
Gets/Sets the name of the AppServer Partition to be used
by this DatasetModel |
|
| + | INTEGER BatchSize |
Gets/Sets the BatchSize used when reading data from the Business
Entity. |
|
| + | HANDLE DatasetHandle |
Returns a reference to the primary Dataset owned by the DatasetController |
|
| + A | CHARACTER EntityName |
Name of the BusinessEntity. |
|
| + | LOGICAL HasChanges |
Returns logical value indicating if the Dataset has changes |
|
| + | LOGICAL NextBatchAvailable |
Returns is a next batch of records is available |
|
| + | Consultingwerk.OERA.DatasetModelPerformer Performer |
Returns the reference to the DatasetModelPerformer instance of this
dataset model |
|
| + | INTEGER StopAfter |
Gets and sets the STOP-AFTER value used when reading data from the
Business Entity. |
|
| + | Consultingwerk.OERA.ListTableModel TableModels |
Returns the List of TableModels |
|
| + | LOGICAL TrackingChanges |
Gets and sets if the Dataset Model's ProDataset is TRACKING-CHANGES |
|
| + | LOGICAL UseDedicatedBusinessEntity |
Gets and sets if the DatasetModel is communicating with a dedicated
Business Entity instance |
|
| + | Consultingwerk.OERA.UseInterfaceEnum UseInterface |
/*-
Purpose: Gets and sets the Interface this DatasetModel uses for Business
Entity Requests
Notes: Default depends on NUM-DBS > 0, then ServiceInterface else ServiceAdapter
*/ |
|
Top
PUBLIC GetDataset (dataset-handle)
|
|||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Consultingwerk.OERA.DatasetModelPerformer NewDatasetModelPerformer (handle, character)
|
|||||||||||||||||||||||||||||
PROTECTED OpenTableModelQueries ()
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModel RetrieveData (character, character)
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModel RetrieveData (character, INamedQueryParameter)
|
|||||||||||||||||||||||||||||
PUBLIC RetrieveData (character, IQueryExpression)
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModel RetrieveData (INamedQueryParameter)
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModel SaveChanges ()
|
|||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModel UseDatasetQueries ()
|
|||||||||||||||||||||||||||||
PUBLIC DatasetModel (handle)
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER AppServerPartition
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER BatchSize
|
|||||||||||||||||||||||
PUBLIC HANDLE DatasetHandle
|
|||||||||||||||||||||||
PUBLIC CHARACTER EntityName
|
|||||||||||||||||||||||
PUBLIC LOGICAL HasChanges
|
|||||||||||||||||||||||
PUBLIC LOGICAL NextBatchAvailable
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.DatasetModelPerformer Performer
|
|||||||||||||||||||||||
PUBLIC INTEGER StopAfter
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.ListTableModel TableModels
|
|||||||||||||||||||||||
PUBLIC LOGICAL TrackingChanges
|
|||||||||||||||||||||||
PUBLIC LOGICAL UseDedicatedBusinessEntity
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.UseInterfaceEnum UseInterface
|
|||||||||||||||||||||||