| 
            
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.  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | 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.  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  | 
|
| + | dispose () | 
     Destroy/Shutdown/Anti-Initializer  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  | 
|
| # | FetchData (IFetchDataRequest, handle) | 
     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  | 
|
| + F | FetchDataByReference (IFetchDataRequest, dataset) | 
     Fetch data from the Data Access object  | 
|
| + | FetchDataset (dataset-handle) | 
     Creates and returns an empty dataset to the caller  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | FetchRelatedRecords (handle, character) | 
     Populates records in the named tables based on their relation to
         the provided record  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter) | 
     Returns the Business Entity Descriptor for this Business Entity  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | IGetDataResponse getData (IGetDataRequest, dataset-handle) | 
     Performs a read request  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | Consultingwerk.OERA.IDataAccess GetDataAccessObject () | 
     Returns the reference to the DataAccess Object  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | getDataset (dataset-handle) | 
     Returns an empty instance of the primary ProDataset to the caller  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | GetInitialValues (dataset-handle, GetInitialValuesParameter) | 
     Returns a dataset with one record containing the initial values  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | ListRestAddress GetRestAddresses () | 
     Returns the list of supported rest adresses to the caller  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | ListRestMethod GetRestMethods () | 
     Returns the list of supported rest adresses for methods
         to the caller  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | IGetResultCountResponse getResultCount (IGetDataRequest) | 
     Returns the count of the total number of result records or a guess
         of the result count to the caller  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  | 
|
| + | initialize () | 
     Initializer/Startup  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | InitializeDataAccessObject () | 
     Initializes the DataAcess Object  Overrides Consultingwerk.SmartFramework.SmartBusinessEntity:InitializeDataAccessObject ()  | 
|
| # | InvokeReceiveData (RequestTypeEnum, Object) | 
     Invokes the ReceiveDataMethod  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | 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  | 
|
| + | Progress.Lang.Object updateData (dataset-handle, IUpdateDataRequest) | 
     Stores data modifications in the persistent storage (typically a
         database)  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | ValidateAddOnlyColumns (handle, character) | 
     Performs AddOnly validation for a list of columns  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | ValidateBasedOnBusinessEntityDescriptor () | 
     Performs validation based on the Business Entity Descriptor
         properties  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  | 
|
| # | ValidateMandatoryColumns (handle, character) | 
     Performs Mandatory validation for a list of columns  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | ValidatePartialData (dataset-handle, IValidateDataContext) | 
     Provides a client callable method for partial data validation  Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | ValidateReadOnlyColumns (handle, character) | 
     Performs ReadOnly validation for a list of columns  Inherited from Consultingwerk.OERA.BusinessEntity  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CustomizationTypeBusinessEntity () | 
     Constructor of the CustomizationTypeBusinessEntity class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER ContextID | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | CHARACTER DataAccessName | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | Consultingwerk.OERA.IDataAccess DataAccessObject | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | HANDLE DatasetHandle | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | Consultingwerk.OERA.IFetchDataRequest FetchDataRequest | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | Consultingwerk.OERA.Enum.RequestTypeEnum RequestType | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | Progress.Lang.Object SaveChangesParameter | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| + | LOGICAL TrackingChanges | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
|
| # | Consultingwerk.OERA.IValidateDataContext ValidateDataContext | 
       Inherited from Consultingwerk.OERA.BusinessEntity  | 
| 
         
            
                Top
                
            
         
        PUBLIC CanFind (dataset-handle, CanFindParameter)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC LOGICAL CanFind (character, character)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC CountResultRecords (dataset-handle, 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)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataByReference (IFetchDataRequest, dataset)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC FetchDataset (dataset-handle)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED FetchRelatedRecords (handle, character)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC IGetDataResponse getData (IGetDataRequest, dataset-handle)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED Consultingwerk.OERA.IDataAccess GetDataAccessObject ()
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC getDataset (dataset-handle)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC GetInitialValues (dataset-handle, GetInitialValuesParameter)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC ListRestAddress GetRestAddresses ()
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC ListRestMethod GetRestMethods ()
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC IGetResultCountResponse getResultCount (IGetDataRequest)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC GetTopNavBuffers (dataset-handle, CharacterHolder)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC initialize ()
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED InitializeDataAccessObject ()
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED InvokeReceiveData (RequestTypeEnum, Object)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED LOGICAL PopulateFromPartialBuffer (handle)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED PopulatePartialBuffer (handle)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PROTECTED 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 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)
 
  | 
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
        
        PUBLIC CustomizationTypeBusinessEntity ()
 
  | 
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|