|
Options |
Name |
Purpose |
|
|
F
|
FetchData (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)
|
Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
|
FetchDataByKeyTable2 (dataset, IFetchDataByKeyTableParameter)
|
Allows retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByReference (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchObjectMaster (dataset, character)
|
Fetches an ObjectMaster by guid or name
Notes : First tries to fetch by ObjectMasterGuid. When no record is returned,
falls back to fetching by ObjectName.
@param dsObjectMaster INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param pcValue The guid or name value
*/
|
|
|
|
FetchObjectMaster (dataset, CharacterHolder)
|
Fetches an ObjectMaster by guid or name using a CharacterHolder value.
@param dsObjectMaster INPUT-OUTPUT DATASET-HANDLE for the response dataset
@param poValue The CharacterHolder containing the guid or name
*/
|
|
|
|
FetchObjectMasterWithAttributeValues (dataset, FindObjectMasterWithAttributeValuesParameter)
|
Returns a dataset with Object Master records that have the given attribute values
|
|
|
|
LOGICAL GetInstanceHasChildren (character, character)
|
Returns if the object instance has nested children
|
|
|
|
Consultingwerk.SmartFramework.Repository.Object.ObjectInstanceDetails GetObjectInstanceDetails (character)
|
Returns an ObjectInstanceDetails instance with the details about the
object instance provided by it's guid
|
|
|
|
Consultingwerk.CharacterHolder GetObjectMasterGuidFromInstanceGuid (CharacterHolder)
|
Returns the Object Master Guid based on an Object Instance GUID
|
|
|
|
Consultingwerk.CharacterHolder GetObjectMasterGuidFromObjectName (CharacterHolder)
|
Returns the ObjectMasterGuid from on ObjectName
|
|
|
|
MovePage (dataset, MovePageParameter)
|
Moves a page in a container
|
|
|
|
ObjectIsA (dataset, ObjectIsAParameter)
|
Returns if the object master is a child of the given class
|
|
|
|
CHARACTER ObjectMasterTypeName (character)
|
Returns the ObjectTypeName of the provided container
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
ReplaceObjectInstance (character, ReplaceObjectInstanceParameter)
|
Replaces an Object instance with a new object master
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|
|
|
|
ValidateInstanceOnSamePageAsParent (buffer)
|
Validates that an instance is on the same page as it's parent object instance
|
|
|
|
ValidateSupportedInstanceType (buffer)
|
Validates that the instance type is supported in the parent
|