Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| 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. |
||
| LOGICAL CanFind (character, character) |
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 |
||
| INT64 CountResultRecords (ICountRecordsRequest) |
Counts the number of results of the query |
||
| DestroyDataAccessObject () |
Unloads the DataAccess object |
||
| dispose () |
Destroy/Shutdown/Anti-Initializer |
||
| 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 |
||
| FetchData (IFetchDataRequest, handle) |
Fetch data from the Data Access object |
||
| F | FetchData (IFetchDataRequest, dataset-handle) |
Fetch data and/or definitions |
|
| FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter) |
Supports retrieve multiple DB records from a Business Entity based on
a temp-table with key values |
||
| F | FetchDataByKeyTable (IFetchDataByKeyTableParameter, handle) |
Fetch data from the Data Access object |
|
| FetchDataByStaticQuery (dataset-handle, IFetchDataByStaticQueryRequest) |
Retrieves data using a static query. |
||
| F | FetchDataByStaticQuery (IFetchDataByStaticQueryRequest, handle) |
Retrieves data using a static query. |
|
| FetchDataByTempTable (table-handle, IFetchDataByTempTableParameter, dataset-handle) |
Supports retrieve multiple DB records from a Business Entity based on
a join to an (external) temp-table |
||
| FetchDataset (dataset-handle) |
Creates and returns an empty dataset to the caller |
||
| FetchRelatedRecords (handle, character) |
Populates records in the named tables based on their relation to
the provided record |
||
| Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityDescriptor GetBusinessEntityDescriptor () |
Returns the Business Entity Descriptor for this Business Entity |
||
| GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter) |
Returns the Business Entity Descriptor for this Business Entity |
||
| Ccs.BusinessLogic.IGetDataResponse getData (IGetDataRequest, dataset-handle) |
Performs a read request |
||
| Consultingwerk.OERA.IDataAccess GetDataAccessObject () |
Returns the reference to the DataAccess Object |
||
| getDataset (dataset-handle) |
Returns an empty instance of the primary ProDataset to the caller |
||
| Progress.Lang.Class GetDatasetModelType () |
Returns the class reference of the DatasetModel type
associated with this Business Entity |
||
| GetInitialValues (dataset-handle, GetInitialValuesParameter) |
Returns a dataset with one record containing the initial values |
||
| Consultingwerk.OERA.RestResource.ListRestAddress GetRestAddresses () |
Returns the list of supported rest addresses to the caller |
||
| Consultingwerk.OERA.RestResource.ListRestMethod GetRestMethods () |
Returns the list of supported rest addresses for methods
to the caller |
||
| Ccs.BusinessLogic.IGetResultCountResponse getResultCount (IGetDataRequest) |
Returns the count of the total number of result records or a guess
of the result count to the caller |
||
| Progress.Lang.Class GetTableModelType (character) |
Returns the class reference of the TableModel type
associated with this Business Entity |
||
| CHARACTER GetTopNavBuffers () |
Returns the names of the dataset TOP-NAV-BUFFER's |
||
| GetTopNavBuffers (dataset-handle, CharacterHolder) |
Populates the provided CharacterHolder with a comma-delimited list
of the names of the dataset TOP-NAV-BUFFER's |
||
| initialize () |
Initializer/Startup |
||
| InitializeDataAccessObject () |
Initializes the DataAccess Object |
||
| InvokeReceiveData (RequestTypeEnum, Object) |
Invokes the ReceiveDataMethod |
||
| 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) |
|
| Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, character) |
Factory method for the FetchDataRequest class |
||
| Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, decimal) |
Factory method for the FetchDataRequest class |
||
| Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, integer) |
Factory method for the FetchDataRequest class |
||
| ResetState () |
Resets the state of the Business Entity by emptying temp-tables |
||
| ResetState (handle, Object, character) |
Resets the state of the Business Entity by emptying temp-tables |
||
| RestoreDatasetHandle () |
Restores the DatasetHandle property value |
||
| SaveChanges () |
Saves changes using the DataAccess object |
||
| F | SaveChanges (dataset-handle) |
Saves changes |
|
| F | SaveChanges (dataset-handle, Object) |
Saves changes |
|
| SaveChanges (IActionType) |
Saves changes with an Action Type instance |
||
| SavePartialChanges (dataset-handle, Object) |
Saves partial changes to the Business Entity Dataset |
||
| CHARACTER SourceColumn (character, character) |
Returns the database field name matching a temp-table field name |
||
| Consultingwerk.CharacterHolder SourceColumn (SourceColumnRequest) |
Returns the database field name matching a temp-table field name |
||
| CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character) |
Builds a unique find predicate for a prodataset buffer (based on an
unique index). |
||
| Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest) |
Stores data modifications in the persistent storage (typically a
database) |
||
| ValidateAddOnlyColumns (handle, character) |
Performs AddOnly validation for a list of columns |
||
| ValidateBasedOnBusinessEntityDescriptor () |
Performs validation based on the Business Entity Descriptor
properties |
||
| 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 |
||
| ValidateMandatoryColumns (handle, character) |
Performs Mandatory validation for a list of columns |
||
| ValidatePartialData (dataset-handle, IValidateDataContext) |
Provides a client callable method for partial data validation |
||
| ValidateReadOnlyColumns (handle, character) |
Performs ReadOnly validation for a list of columns |
| Options | Name | Purpose | |
|---|---|---|---|
| BusinessEntity () |
Static Constructor for the BusinessEntity class |
||
| BusinessEntity (handle) |
Constructor for the BusinessEntity class |
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Enum ActionType |
|
||
| CHARACTER ContextID |
|
||
| CHARACTER DataAccessName |
|
||
| Consultingwerk.OERA.IDataAccess DataAccessObject |
|
||
| HANDLE DatasetHandle |
|
||
| Consultingwerk.OERA.IFetchDataRequest FetchDataRequest |
|
||
| HANDLE OriginalDatasetHandle |
|
||
| Consultingwerk.OERA.Enum.RequestTypeEnum RequestType |
|
||
| Progress.Lang.Object SaveChangesParameter |
|
||
| LOGICAL TrackingChanges |
|
||
| Consultingwerk.OERA.IValidateDataContext ValidateDataContext |
|
|
Top
CanFind (dataset-handle, CanFindParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanFind (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CountResultRecords (dataset-handle, ICountRecordsRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INT64 CountResultRecords (ICountRecordsRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DestroyDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dispose ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchChildTableRecords (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchData (IFetchDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchData (IFetchDataRequest, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchData (IFetchDataRequest, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataByKeyTable (IFetchDataByKeyTableParameter, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataByStaticQuery (dataset-handle, IFetchDataByStaticQueryRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataByStaticQuery (IFetchDataByStaticQueryRequest, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataByTempTable (table-handle, IFetchDataByTempTableParameter, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FetchRelatedRecords (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityDescriptor GetBusinessEntityDescriptor ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ccs.BusinessLogic.IGetDataResponse getData (IGetDataRequest, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.IDataAccess GetDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
getDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Progress.Lang.Class GetDatasetModelType ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetInitialValues (dataset-handle, GetInitialValuesParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.RestResource.ListRestAddress GetRestAddresses ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.RestResource.ListRestMethod GetRestMethods ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ccs.BusinessLogic.IGetResultCountResponse getResultCount (IGetDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Progress.Lang.Class GetTableModelType (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetTopNavBuffers ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetTopNavBuffers (dataset-handle, CharacterHolder)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InitializeDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InvokeReceiveData (RequestTypeEnum, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LOGICAL PopulateFromPartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PopulatePartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReceiveData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, decimal)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ResetState ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ResetState (handle, Object, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RestoreDatasetHandle ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SaveChanges ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SaveChanges (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SaveChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SaveChanges (IActionType)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SavePartialChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER SourceColumn (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.CharacterHolder SourceColumn (SourceColumnRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateAddOnlyColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateBasedOnBusinessEntityDescriptor ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateData (dataset-handle, IValidateDataContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateMandatoryColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidatePartialData (dataset-handle, IValidateDataContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ValidateReadOnlyColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
STATIC BusinessEntity ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BusinessEntity (handle)
|
|||||||||||||||
Progress.Lang.Enum ActionType
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER ContextID
|
|||||||||
CHARACTER DataAccessName
|
|||||||||
Consultingwerk.OERA.IDataAccess DataAccessObject
|
|||||||||
HANDLE DatasetHandle
|
|||||||||
Consultingwerk.OERA.IFetchDataRequest FetchDataRequest
|
|||||||||
HANDLE OriginalDatasetHandle
|
|||||||||
Consultingwerk.OERA.Enum.RequestTypeEnum RequestType
|
|||||||||
Progress.Lang.Object SaveChangesParameter
|
|||||||||
LOGICAL TrackingChanges
|
|||||||||
Consultingwerk.OERA.IValidateDataContext ValidateDataContext
|
|||||||||