|
Options |
Name |
Purpose |
|
|
|
ActivateRelationeSmartMenueSmartFunctionRelation ()
|
Activates at eSmartMenueSmartFunctionRelation 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
|
|
|
|
DefineReadEvents ()
|
TO-DO: Subscribe to ProDataset Event Handlers using SET-CALLBACK
as needed
|
|
|
|
DeleteMenuItem (character)
|
Deletes a menu item and it's children
|
|
|
|
DetachDataSources ()
|
Detaches the DATA-SOURCE objects to the ProDataset Buffers
|
|
|
|
eSmartFunctionBeforeRowFill (dataset)
|
Callback for the BEFORE-ROW-FILL of the eSmartFunction buffer
|
|
|
|
eSmartMenuAfterFill (dataset)
|
Set calculated fields of eSmartMenu
|
|
|
|
eSmartMenuCreateBeginTrans ()
|
INITIAL the MenuSequence to highest number of sibling records + 1
|
|
|
|
FetchChildMenuItems (character)
|
Fetches the child menu items
|
|
|
|
FetchData (IFetchDataRequest)
|
Fetch data from the data source
|
|
|
|
FetchDataByStaticQuery (IFetchDataByStaticQueryRequest)
|
Fetches data for single table, using a static query
|
|
|
|
FetchSmartMenuByMenuGuid (character, character)
|
FetchData method for static query
|
|
|
|
FetchSmartMenuByMenuStructureCode (character, character)
|
FetchData method for static query
|
|
|
|
FilleSmartFunctionOfeSmartMenu (character, character, logical)
|
Fill child tables method for static query
|
|
|
|
InitializeFilters (IFetchDataRequest)
|
Initializes the arguments for the BeforeRowFill based filter
|
|
|
|
SaveChanges ()
|
Save changes to physical storage
|
|
|
|
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).
|
|
|
|
ValidateMoveMenuStructure (MoveMenuStructureParameter)
|
Validates that a Menu Structure node can be
moved to the given target node.
|