Share via


TaxWithholdThresholdHandler_IN Class [AX 2012]

The TaxWithholdThresholdHandler_IN is used to calculate and get the target threshold section of the specified application source line

Syntax

class TaxWithholdThresholdHandler_IN extends ThresholdHandler_IN

Run On

Called

Methods

  Method Description
Dn514189.protmethod(en-us,AX.60).gif calcTargetThresholdSection Calculates target ThresholdSections_IN. (Inherited from ThresholdHandler_IN.)
Dn514189.protmethod(en-us,AX.60).gif calcTargetThresholdSectionsLeftSiblings Retrives the ThresholdSections_IN list with the amount range is below the target section in the same level. (Inherited from ThresholdHandler_IN.)
Dn514189.protmethod(en-us,AX.60).gif calcTargetThresholdSectionsRightSiblings Retrives the ThresholdSections_IN list with the amount range is above the target section in the same level. (Inherited from ThresholdHandler_IN.)
Dn514189.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif getConcessionCertificateDetails Get ConcessionCertificateDetails of found section.
Dn514189.pubmethod(en-us,AX.60).gif getTargetSectionParent Gets the top parent senction of target section.
Dn514189.pubmethod(en-us,AX.60).gif getTargetThresholdSection Gets target ThresholdSections_IN. If it has not been calculated yet, calculate it. (Inherited from ThresholdHandler_IN.)
Dn514189.pubmethod(en-us,AX.60).gif getTargetThresholdSectionParents Gets list of target ThresholdSections_IN ancestors. If it has not been calculated yet, calculate it. (Inherited from ThresholdHandler_IN.)
Dn514189.pubmethod(en-us,AX.60).gif getTargetThresholdSectionsLeftSiblings Gets the ThresholdSections_IN list with the amount range is below the target section in the same level. (Inherited from ThresholdHandler_IN.)
Dn514189.pubmethod(en-us,AX.60).gif getTargetThresholdSectionsRightSiblings Gets the ThresholdSections_IN list with the amount range is above the target section in the same level. (Inherited from ThresholdHandler_IN.)
Dn514189.pubmethod(en-us,AX.60).gif getTaxBaseAmountMST Gets sum of uncalculated transaction amount and current transline amount, and the sum will be applied for tax
Dn514189.pubmethod(en-us,AX.60).gif getTaxValueData Gets sets of TaxValueData_IN, which are attached to target threshold section
Dn514189.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif getUncalculatedTransAmountMST Collects and gets sum of amount of uncalculated transactions
Dn514189.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif initialize Initiates object of TaxWithholdThresholdHandler_IN (Overrides the initialize Method.)
Dn514189.protmethod(en-us,AX.60).gif initThreshold Initiates threshold with target one (Overrides the initThreshold Method.)
Dn514189.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif parmCalcPostedUncalculatedTransMap Gets and sets map of calcPostedUncalculatedTrans. This map stores the info of whether posted transaction has been calculated before current transaction line.
Dn514189.pubmethod(en-us,AX.60).gif parmRateOfDeduction Gets or sets withholding tax rate, on which tax will be deducted.
Dn514189.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn514189.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ThresholdHandler_IN Class
    TaxWithholdThresholdHandler_IN Class