|
Options |
Name |
Purpose |
|
|
|
AssignManager (character)
|
Assigns the ManagerUserName and ManagerUserFullName fields
|
|
|
|
AssignNewSecurityId (handle)
|
Assigns the new available UserSecurityId value
|
|
|
|
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
|
|
|
|
DetachDataSources ()
|
Detaches the DATA-SOURCE objects to the ProDataset Buffers
|
|
|
|
eSmartUserAfterFill (dataset)
|
Populates the calculated fields of the eSmartUser TEMP-TABLE
|
|
|
|
eSmartUserCreateBeginTrans ()
|
Validation method for eSmartUser
|
|
|
|
eSmartUserCreateEndTrans ()
|
Validation method for eSmartUser
|
|
|
|
eSmartUserDeleteBeginTrans ()
|
Validation method for eSmartUser
|
|
|
|
eSmartUserModifyEndTrans ()
|
Validation method for eSmartUser
|
|
|
|
FetchDataByStaticQuery (IFetchDataByStaticQueryRequest)
|
Fetches data for single table, using a static query
|
|
|
|
FetchSmartUserByUserGuid (character, character)
|
FetchData method for static query
|
|
|
|
FetchSmartUserByUserNameLoginCompanyGuid (character, character, character)
|
FetchData method for static query
|
|
|
|
FetchSmartUserByUserSecurityId (integer, character)
|
FetchData method for static query
|
|
|
|
OnBeforeSavingRowChanges (SaveRowChangesEventArgs)
|
Validates the Username when adding or modifying a SmartUser row
|
|
|
|
SaveChanges ()
|
Save changes to physical storage
|
|
|
|
SaveRowChanges (handle)
|
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).
|
|
|
|
LOGICAL ValidateUserPassword (character, character)
|
Verifies the users password
|