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
PUBLIC CanFind (dataset-handle, CanFindParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CanFind (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CountResultRecords (dataset-handle, ICountRecordsRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC INT64 CountResultRecords (ICountRecordsRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DestroyDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC dispose ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchChildTableRecords (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchData (IFetchDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchData (IFetchDataRequest, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchData (IFetchDataRequest, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataByKeyTable (dataset-handle, IFetchDataByKeyTableParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchDataByKeyTable (IFetchDataByKeyTableParameter, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataByStaticQuery (dataset-handle, IFetchDataByStaticQueryRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchDataByStaticQuery (IFetchDataByStaticQueryRequest, handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataByTempTable (table-handle, IFetchDataByTempTableParameter, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED FetchRelatedRecords (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.BusinessEntityDescriptor.IBusinessEntityDescriptor GetBusinessEntityDescriptor ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Ccs.BusinessLogic.IGetDataResponse getData (IGetDataRequest, dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.IDataAccess GetDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC getDataset (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Class GetDatasetModelType ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetInitialValues (dataset-handle, GetInitialValuesParameter)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.RestResource.ListRestAddress GetRestAddresses ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.RestResource.ListRestMethod GetRestMethods ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Ccs.BusinessLogic.IGetResultCountResponse getResultCount (IGetDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Class GetTableModelType (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetTopNavBuffers ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GetTopNavBuffers (dataset-handle, CharacterHolder)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC initialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InvokeReceiveData (RequestTypeEnum, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL PopulateFromPartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED PopulatePartialBuffer (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ReceiveData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, decimal)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.OERA.FetchDataRequest RequestForKeyField (character, character, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ResetState ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ResetState (handle, Object, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RestoreDatasetHandle ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges (dataset-handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SaveChanges (IActionType)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SavePartialChanges (dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SourceColumn (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.CharacterHolder SourceColumn (SourceColumnRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueFindPredicateWithValueBuffer (handle, handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateAddOnlyColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateBasedOnBusinessEntityDescriptor ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ValidateData (dataset-handle, IValidateDataContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateMandatoryColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ValidatePartialData (dataset-handle, IValidateDataContext)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateReadOnlyColumns (handle, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
STATIC BusinessEntity ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BusinessEntity (handle)
|
|||||||||||||||
PUBLIC Progress.Lang.Enum ActionType
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ContextID
|
|||||||||
PUBLIC CHARACTER DataAccessName
|
|||||||||
PUBLIC Consultingwerk.OERA.IDataAccess DataAccessObject
|
|||||||||
PUBLIC HANDLE DatasetHandle
|
|||||||||
PROTECTED Consultingwerk.OERA.IFetchDataRequest FetchDataRequest
|
|||||||||
PROTECTED HANDLE OriginalDatasetHandle
|
|||||||||
PUBLIC Consultingwerk.OERA.Enum.RequestTypeEnum RequestType
|
|||||||||
PROTECTED Progress.Lang.Object SaveChangesParameter
|
|||||||||
PUBLIC LOGICAL TrackingChanges
|
|||||||||
PROTECTED Consultingwerk.OERA.IValidateDataContext ValidateDataContext
|
|||||||||