|
Options |
Name |
Purpose |
|
|
|
ActivateRelationeSmartObjectMastereSmartLinkRelation ()
|
Activates at eSmartObjectMastereSmartLinkRelation DATA-RELATION
|
|
|
|
ActivateRelationeSmartObjectMastereSmartObjectInstanceRelation ()
|
Activates at eSmartObjectMastereSmartObjectInstanceRelation DATA-RELATION
|
|
|
|
ActivateRelationeSmartObjectMastereSmartPageRelation ()
|
Activates at eSmartObjectMastereSmartPageRelation DATA-RELATION
|
|
|
|
AttachDataSources ()
|
Attaches the DATA-SOURCE objects to the ProDataset Buffers
|
|
|
|
BindDataset (dataset)
|
Do nothing, just receive the parameter and bind to the received
Dataset reference
|
|
|
|
CHARACTER BuildDataSourceQueryString (handle, IFetchDataRequest, character)
|
Returns the Query String to be used for the DATA-SOURCE of a ProDataset
member buffer
|
|
|
|
CommitChanges (handle)
|
This procedure is called from saveChanges in the DA
to do the actual database commit and any transaction-related
validation logic for a buffer.
|
|
|
|
DefineReadEvents ()
|
TO-DO: Subscribe to ProDataset Event Handlers using SET-CALLBACK
as needed
|
|
|
|
DetachDataSources ()
|
Detaches the DATA-SOURCE objects to the ProDataset Buffers
|
|
|
|
FetchData (IFetchDataRequest)
|
Fetch data from the data source
|
|
|
|
FetchDataByKeyTable2 (IFetchDataByKeyTableParameter)
|
Allows retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
|
FetchDataByStaticQuery (IFetchDataByStaticQueryRequest)
|
Fetches data for single table, using a static query
|
|
|
|
FetchObjectMasterWithAttributeValues (FindObjectMasterWithAttributeValuesParameter)
|
Returns a dataset with Object Master records that have the given attribute values
|
|
|
|
FetchSmartObjectMasterByObjectMasterGuid (character, character)
|
FetchData method for static query
|
|
|
|
FetchSmartObjectMasterByObjectName (character, character)
|
FetchData method for static query
|
|
|
|
FilleSmartLinkOfeSmartObjectMaster (character, character, logical)
|
Fill child tables method for static query
|
|
|
|
FilleSmartObjectInstanceOfeSmartObjectMaster (character, character, logical)
|
Fill child tables method for static query
|
|
|
|
FilleSmartPageOfeSmartObjectMaster (character, character, logical)
|
Fill child tables method for static query
|
|
|
|
CHARACTER GetObjectMasterGuidFromInstanceGuid (character)
|
Returns the Object Master Guid based on an Object Instance GUID
|
|
|
|
CHARACTER GetObjectMasterGuidFromObjectName (character)
|
Returns the ObjectMasterGuid from on ObjectName
|
|
|
|
HANDLE InsertToDataSourceQuery (handle, IFetchDataRequest, character)
|
Creates a new Query to be used as a DATA-SOURCE for a ProDataset
member buffer
|
|
|
|
MovePage (MovePageParameter)
|
Moves a page in a container
|
|
|
|
ObjectIsA (ObjectIsAParameter)
|
Returns if the object master is a child of the given class
|
|
|
|
SaveRowChanges (handle)
|
Overridable method that executes SAVE-ROW-CHANGES on the before buffer
|
|
|
|
CHARACTER SourceColumn (character, character)
|
Returns the database field name matching a temp-table field name
contained in a consumers query string (query string vs. temp-table
definition)
|
|
|
|
CHARACTER SourceDefaultQuery (character)
|
Returns the base query string used to retrieve data for the temp
tables. This query string will be appended by the query provided by
the consumer (FetchDataRequest object).
|