Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | CanFind (dataset-handle, CanFindParameter) |
Returns a TRUE value if a record is found that meets the specified
FIND criteria; otherwise it returns FALSE. CAN-FIND does not make
the record available to the Business Entity or it's caller. |
|
+ | CountResultRecords (dataset-handle, ICountRecordsRequest) |
Counts the number of results of the query |
|
# | DestroyDataAccessObject () |
Unloads the DataAccess object |
|
# | FetchChildTableRecords (handle) |
Populates records in the child table identified by the buffer handle
of the child table |
|
+ | FetchData (IFetchDataRequest) |
Fetch data from the Data Access object |
|
+ F | FetchData (IFetchDataRequest, dataset-handle) |
Fetch data and/or definitions |
|
+ | FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter) |
Allows retrieve multiple DB records from a Business Entity based on
a temp-table with key values |
|
+ | FetchDataset (dataset-handle) |
Creates and returns an empty dataset to the caller |
|
+ | GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter) |
Returns the Business Entity Descriptor for this Business Entity |
|
+ | GetTopNavBuffers (dataset-handle, CharacterHolder) |
Populates the provided CharacterHolder with a comma-delimited list
of the names of the dataset TOP-NAV-BUFFER's |
|
# | InitializeDataAccessObject () |
Initializes the DataAcess Object |
|
# | LOGICAL PopulateFromPartialBuffer (handle) |
Populates a single ProDataset record from the partial record to the complete
record |
|
# | PopulatePartialBuffer (handle) |
Populates a single ProDataset record from the partial record to the complete
record |
|
+ A | ReceiveData () |
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values) |
|
+ | SaveChanges () |
Saves changes using the DataAccess object |
|
+ F | SaveChanges (dataset-handle) |
Saves changes |
|
+ F | SaveChanges (dataset-handle, Object) |
Saves changes |
|
+ | SavePartialChanges (dataset-handle, Object) |
Saves partial changes to the Busiuness Entity Dataset |
|
# | CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character) |
Builds a unique find predicate for a prodataset buffer (based on an
unique index). |
|
+ A | ValidateData () |
Provides a hook for high level data validation before Update
operations |
|
+ | ValidateData (dataset-handle, IValidateDataContext) |
Provides a client callable method for data validation |
|
+ | ValidatePartialData (dataset-handle, IValidateDataContext) |
Provides a client callable method for partial data validation |
Options | Name | Purpose | |
---|---|---|---|
+ | BusinessEntity (handle) |
Constructor for the SmartBusinessEntity class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER ContextID |
A Context ID / Instance ID |
|
+ | CHARACTER DataAccessName |
Returns the name of the data access class used by this business
entity |
|
+ | Consultingwerk.OERA.IDataAccess DataAccessObject |
Returns the reference to the data access object used by this
business entity |
|
+ | HANDLE DatasetHandle |
Returns a reference to the dataset owned by this business entity |
|
# | Consultingwerk.OERA.IFetchDataRequest FetchDataRequest |
Returns the reference to the current IFetchDataRequest instance |
|
+ | Consultingwerk.OERA.Enum.RequestTypeEnum RequestType |
Returns the type of the current request (FetchData/SaveChanges) |
|
# | Progress.Lang.Object SaveChangesParameter |
Gets the reference of the current parameter object passed to the
SaveChanges method |
|
+ | LOGICAL TrackingChanges |
Turns on and off tracking changes for the business entity temp-tables |
|
# | Consultingwerk.OERA.IValidateDataContext ValidateDataContext |
Returns the current IValidateDataContext instance |
Top
PUBLIC CanFind (dataset-handle, CanFindParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CountResultRecords (dataset-handle, ICountRecordsRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DestroyDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchChildTableRecords (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchData (IFetchDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchData (IFetchDataRequest, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetTopNavBuffers (dataset-handle, CharacterHolder)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL PopulateFromPartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED PopulatePartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ReceiveData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SavePartialChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ValidateData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ValidateData (dataset-handle, IValidateDataContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ValidatePartialData (dataset-handle, IValidateDataContext)
|
PUBLIC BusinessEntity (handle)
|
---|
PUBLIC CHARACTER ContextID
|
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER DataAccessName
|
|||||||||||||||||||||
PUBLIC Consultingwerk.OERA.IDataAccess DataAccessObject
|
|||||||||||||||||||||
PUBLIC HANDLE DatasetHandle
|
|||||||||||||||||||||
PROTECTED Consultingwerk.OERA.IFetchDataRequest FetchDataRequest
|
|||||||||||||||||||||
PUBLIC Consultingwerk.OERA.Enum.RequestTypeEnum RequestType
|
|||||||||||||||||||||
PROTECTED Progress.Lang.Object SaveChangesParameter
|
|||||||||||||||||||||
PUBLIC LOGICAL TrackingChanges
|
|||||||||||||||||||||
PROTECTED Consultingwerk.OERA.IValidateDataContext ValidateDataContext
|