Namespace: Consultingwerk.OERA.Ccs
Class 
GetDataTableResponse Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.BusinessLogic.IGetDataTableResponse

File:IGetDataTableResponse
Purpose:Contains table specific response of the IGetDataResponse
interface, part of the response object received by the
getData method of the IBusinessEntity (CCS-BE01)
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 22 19:58:02 CEST 2016
Notes:https://github.com/progress/CCS
Purpose: Returns the paging context to be passed back to the business
entity when requesting the next set
Notes: Used for Paging. This value typically consists of record identifiers
(e.g. DATA-SOURCE ROWID retrieved by the RESTART-ROWID function
or other data required by the Business Entity to build the next
set of data in a follow up call).


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

Top Property Summary
Options Name Purpose
+ CHARACTER NextPagingContext
+ CHARACTER PreviousPagingContext
+ CHARACTER TableName


Constructor Detail
Top

PUBLIC GetDataTableResponse ()

Purpose: Constructor for the GetDataTableResponse class
Notes:

Top

PUBLIC GetDataTableResponse (character)

Purpose: Constructor for the GetDataTableResponse class
Notes:

Parameters:
pcTableName CHARACTER
The name of the temp-table


Property Detail
Top

PUBLIC CHARACTER NextPagingContext


Returns CHARACTER
Top

PUBLIC CHARACTER PreviousPagingContext


Returns CHARACTER
Top

PUBLIC CHARACTER TableName


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:52:12