|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | PerformFetchDataRequest (FetchDataRequest) |
Performs Fetch Data request either using the Service Adapter or the
Service Interface |
|
+ | PerformNextBatchRequest () |
Fetches the next batch of data |
|
+ | RetrieveData (character, character) |
Retrieves data from the backend |
|
+ | RetrieveData (character, INamedQueryParameter) |
Retrieves data from the backend |
|
+ | RetrieveData (character, IQueryExpression) |
Retrieves data from the backend |
|
+ | RetrieveData (INamedQueryParameter) |
Retrieves data from the backend |
|
+ | RetrieveDataByRowid (character, character) |
Retrieves data from the backend based on the given data-source
ROWID (DB-ROWID) |
|
+ | SaveChanges () |
Performs Save Changes request either using the Service Adapter or the
Service Interface |
Options | Name | Purpose | |
---|---|---|---|
+ | DatasetModelPerformer (handle, character) |
Constructor for the DatasetModelPerformer class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AppServerPartition |
Gets/Sets the name of the AppServer Partition to be used
by this DatasetModel |
|
+ | CHARACTER BatchingOnTable |
Returns the Name of the TempTable this DatasetModelPerformer is batching
on |
|
+ | 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 |
|
+ | CHARACTER EntityName |
Name of the BusinessEntity. |
|
# | Consultingwerk.OERA.FetchDataRequest FetchDataRequest |
Returns the FetchDataRequest instance used to fetch the previous
batch |
|
+ | LOGICAL NextBatchAvailable |
Returns is a next batch of records is available |
|
+ | INTEGER StopAfter |
Gets and sets the STOP-AFTER value used when reading data from the
Business Entity. |
|
+ | LOGICAL UseDedicatedBusinessEntity |
Gets and sets if the DatasetModel is communicating with a dedicated
Business Entity instance |
|
+ | Consultingwerk.OERA.UseInterfaceEnum UseInterface |
Gets and sets the Interface this DatasetModel uses for Business
Entity Requests |
Top
PROTECTED PerformFetchDataRequest (FetchDataRequest)
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC PerformNextBatchRequest ()
|
||||||||||||||||||||||||
PUBLIC RetrieveData (character, character)
|
||||||||||||||||||||||||
PUBLIC RetrieveData (character, INamedQueryParameter)
|
||||||||||||||||||||||||
PUBLIC RetrieveData (character, IQueryExpression)
|
||||||||||||||||||||||||
PUBLIC RetrieveData (INamedQueryParameter)
|
||||||||||||||||||||||||
PUBLIC RetrieveDataByRowid (character, character)
|
||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
PUBLIC DatasetModelPerformer (handle, character)
|
---|
PUBLIC CHARACTER AppServerPartition
|
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BatchingOnTable
|
|||||||||||||||||||||||
PUBLIC INTEGER BatchSize
|
|||||||||||||||||||||||
PUBLIC HANDLE DatasetHandle
|
|||||||||||||||||||||||
PUBLIC CHARACTER EntityName
|
|||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.FetchDataRequest FetchDataRequest
|
|||||||||||||||||||||||
PUBLIC LOGICAL NextBatchAvailable
|
|||||||||||||||||||||||
PUBLIC INTEGER StopAfter
|
|||||||||||||||||||||||
PUBLIC LOGICAL UseDedicatedBusinessEntity
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.UseInterfaceEnum UseInterface
|