Top Method Summary
Options Name Purpose
# FetchData (IFetchDataRequest) Fetch data and/or definitions
Overrides Consultingwerk.OERA.BusinessEntityBusinessTask:FetchData (IFetchDataRequest)
+ F FetchData (IFetchDataRequest, dataset-handle) Fetch data and/or definitions
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ 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.BusinessEntityBusinessTask
# Consultingwerk.OERA.IBusinessEntity GetBusinessEntity () Return the reference to the Business Entity
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ IBusinessEntityDescriptor GetBusinessEntityDescriptor () Returns the Business Entity Descriptor for this Business Entity
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ F GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter) Returns the Business Entity Descriptor for this Business Entity
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ ListRestMethod GetRestMethods () Returns the list of supported rest addresses for methods to the caller
Inherited from Consultingwerk.OERA.BusinessTask
+ CHARACTER GetTopNavBuffers () Returns the names of the dataset TOP-NAV-BUFFER's
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ ResetState () Resets the state of the Business Entity by emptying temp-tables
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ F SaveChanges (dataset-handle) Saves changes
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
+ F SaveChanges (dataset-handle, Object) Saves changes
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
# SaveChanges (Object) Saves changes
Overrides Consultingwerk.OERA.BusinessEntityBusinessTask:SaveChanges (Object)

Top Constructor Summary
Options Name Purpose
+ AttributeValueSearchBusinessTask () Constructor for the AttributeValueSearchBusinessTask class

Top Property Summary
Options Name Purpose
+ HANDLE DatasetHandle
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
# CHARACTER ENTITY_NAME
Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask


Method Detail
Top

PROTECTED FetchData (IFetchDataRequest)

Overrides Consultingwerk.OERA.BusinessEntityBusinessTask:FetchData (IFetchDataRequest)
Purpose: Fetch data and/or definitions
Notes: This variant of FetchData is invoked from the
BusinessEntityBusinessTask:FetchData(poFetchDataRequest, FetchData(poFetchDataRequest, OUTPUT DATASET-HANDLE)
Developers should implement the custom fetch logic here, e.g. by calling out
to a Business Entity

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameter for this call
Top

PUBLIC FetchData (IFetchDataRequest, dataset-handle)

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Fetch data and/or definitions
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameter for this call
phDataset DATASET-HANDLE
OUTPUT Dataset with the resulting data
Top

PUBLIC FetchDataByReference (IFetchDataRequest, dataset)

Purpose: Fetch data from the Data Access object
Notes: Do not modify this method!

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameters for this call
dsAttributeValueSearch DATASET dsAttributeValueSearch
The customer dataset, intended to by passed BY-REFERENCE
Top

PUBLIC FetchDataset (dataset-handle)

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Creates and returns an empty dataset to the caller
Notes: Useful for dynamic callers that need access to the dataset schema prior to calling FetchData

Parameters:
phDataset DATASET-HANDLE
OUTPUT Dataset with the resulting data
Top

PROTECTED Consultingwerk.OERA.IBusinessEntity GetBusinessEntity ()

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Return the reference to the Business Entity
Notes:

Returns Consultingwerk.OERA.IBusinessEntity
The reference to the IBusinessEntity
Top

PUBLIC IBusinessEntityDescriptor GetBusinessEntityDescriptor ()

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Returns the Business Entity Descriptor for this Business Entity
Notes: https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/8094518/Business+Entity+Descriptor

Returns IBusinessEntityDescriptor
The IBusinessEntityDescriptor of the Business Entity
Top

PUBLIC GetBusinessEntityDescriptor (dataset-handle, GetBusinessEntityDescriptorParameter)

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Returns the Business Entity Descriptor for this Business Entity
Notes: Invokable Method
https://consultingwerk.atlassian.net/wiki/spaces/SCL/pages/8094518/Business+Entity+Descriptor //consultingwerk.atlassian.net/wiki/spaces/SCL/pages/8094518/Business+Entity+Descriptor

Parameters:
phDataset DATASET-HANDLE
The dataset of the Business Entity
poParameter GetBusinessEntityDescriptorParameter
The GetBusinessEntityDescriptorParameter with the data for this call
Top

PUBLIC ListRestMethod GetRestMethods ()

Inherited from Consultingwerk.OERA.BusinessTask
Purpose: Returns the list of supported rest addresses for methods
to the caller
Notes:

Returns ListRestMethod
The list of supported rest methods to the caller
Top

PUBLIC CHARACTER GetTopNavBuffers ()

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Returns the names of the dataset TOP-NAV-BUFFER's
Notes:

Returns CHARACTER
The list of TOP-NAV-BUFFERS
Top

PUBLIC ResetState ()

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Resets the state of the Business Entity by emptying temp-tables
Notes: If the dataset or any temp-tables have been passed BY-REFERENCE and
a reference. This method is typically called from an AppServer's
deactivate procedure via the ServiceInterface's RequestEnded event

Top

PUBLIC SaveChanges (dataset-handle)

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Saves changes
Notes: This method is called from consumers of the Business Task and
receives the dataset.
This method is called by the ServiceInterface when no parameter object
has been passed in

Parameters:
phDataset DATASET-HANDLE
INPUT-OUTPUT Dataset with changes
Top

PUBLIC SaveChanges (dataset-handle, Object)

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask
Purpose: Saves changes
Notes: This method is called from consumers of the Business Task and
receives the dataset.
This method is called by the ServiceInterface when a parameter object
has been passed in. The parameter object will be accessible from within
the business entity using the protected property SaveChangesParameter

Parameters:
phDataset DATASET-HANDLE
INPUT-OUTPUT Dataset with changes
poParameter Progress.Lang.Object
Optional Parameter object for the SaveChanges method
Top

PROTECTED SaveChanges (Object)

Overrides Consultingwerk.OERA.BusinessEntityBusinessTask:SaveChanges (Object)
Purpose: Saves changes
Notes: This method is called from consumers of the Business Task and
receives the dataset.

Parameters:
poParameter Progress.Lang.Object
Optional Parameter object for the SaveChanges method


Constructor Detail
Top

PUBLIC AttributeValueSearchBusinessTask ()

Purpose: Constructor for the AttributeValueSearchBusinessTask class
Notes:



Property Detail
Top

PUBLIC HANDLE DatasetHandle

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask

Returns HANDLE
Top

PROTECTED CHARACTER ENTITY_NAME

Inherited from Consultingwerk.OERA.BusinessEntityBusinessTask

Returns CHARACTER


ProDataset Detail

ProDataset dsAttributeValueSearch

Member tables: eSmartAttributeValue


Temp-Table Detail

Temp-Table eSmartAttributeValue

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.09.2024 18:16:33