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