Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RLedgerTurnoverTypeable interface defines the programming interface which must be implemented in order to be used with the RLedgerTurnoverEngine class
Syntax
interface RLedgerTurnoverTypeable
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addMainAccountRange | Adds main account range to the report query. |
![]() |
amountFieldLabels | Returns a container holding amount field labels. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
canSelectParam | Returns a boolean value indicating whether the report parameter can be selected. |
![]() |
createPrecalcData | Creates precalculated data for a transaction. |
![]() |
description | Gets the description of the class. |
![]() |
drillThroughAction | Performs a drill-through action for a particular amount. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
fieldAmount | Returns field ID for the transaction field holding the amount. |
![]() |
fieldCorrection | Returns field ID for the transaction field holding the correction flag. |
![]() |
fieldCurrencyCode | Returns a container holding the table and field IDs for the currency code field. |
![]() |
fieldDefaultDimension | Returns a container holding the table and field IDs for the default dimension field. |
![]() |
fieldLedgerDimension | Returns a container holding the table and field IDs for the ledger dimension field. |
![]() |
fieldMainAccount | Returns a container holding the table and field IDs for the Main account field. |
![]() |
fieldOperationsTax | Returns a container holding the table and field IDs for the posting layer field. |
![]() |
fieldSettlementDate | Returns a container holding the table and field IDs for the settlement date field. |
![]() |
fieldTransDate | Returns a container holding the table and field IDs for the transaction date field. |
![]() |
getKeyValue | Returns a key value for a transaction field for filtering purposes. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
groupKeyData | Returns a container holding field IDs of key fields for filtering purposes. |
![]() |
groupParamDefault | Returns a container holding the default report grouping parameters. |
![]() |
groupParamLabels | Returns a container holding labels for selected report grouping parameters. |
![]() |
groupParamNames | Returns a container holding the list of available report grouping parameters. |
![]() |
groupParamValueName | Returns the description of a particular report grouping parameter value. |
![]() |
groupParamValues | Returns a container of grouping parameter values for the transaction. |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
isTransIncluded | Returns true if the transaction must be included in the report calculation. |
![]() |
keyMainAccount | Returns the name of the Main account report grouping parameter. |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmExpandedBalance | Gets or sets the ExpandedBalance parameter. |
![]() |
query | Returns the packed query of the report type. |
![]() |
queryBalance | Returns the packed balance query of the report type. |
![]() |
queryRun | Returns the QueryRun instance of the report query. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
settledAmount | Returns the settled amount on date for the transaction. |
![]() |
settledTransAmounts | Returns the settled amounts on date for the transaction. |
![]() |
settlementTableId | Returns the table ID of the setllement history table. |
![]() |
showBalanceTrans | Returns true if itemizing balance is the option for this type of the report. |
![]() |
showOrigin | Returns true if showing the transaction origin is the option for this type of the report. |
![]() |
splitTrans | Returns the buffer containing the split transaction. |
![]() |
subTransTableId | Returns the table ID for the subtransaction table. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
transAmounts | Returns a container holding amounts for the transaction. |
![]() |
transDetailLabels | Returns the container holding labels for the transaction document fields. |
![]() |
transDetails | Returns a container holding document fields for the transaction. |
![]() |
transHeaderTableId | Returns the table ID of the transaction header table. |
![]() |
transKeyData | Returns a container holding field IDs of key fields for filtering purposes on the transaction level. |
![]() |
transTableId | Returns the table ID of the transaction table. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
RLedgerTurnoverTypeable Interface