InventPhysQtySumByTypeDataOutput_CN Class [AX 2012]

The InventPhysQtySumByTypeDataOutput_CN class is used to process inventory summary records group by type.

Syntax

class InventPhysQtySumByTypeDataOutput_CN extends InventPhysQtySumDataOutput_CN

Run On

Server

Methods

  Method Description
JJ799348.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ799348.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ799348.protmethod(en-us,AX.60).gif getCurrentRecord Gets records in current cursor. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif getInventSummaryData Generates a temporary table, which contains the final user required inventory summary result. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif getIssuedQty Gets issued quantity of current item and dimension. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif getOnHandQty Gets on-hand quantityty of current item and dimension. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.privmethod(en-us,AX.60).gif getQtyOfType Gets quantity of some type for current item and dimension.
JJ799348.protmethod(en-us,AX.60).gif getReceivedQty Gets received quantity of current item and dimension. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ799348.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ799348.protmethod(en-us,AX.60).gif init Initialize internal variables. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif initEngineDataQuery Initializes a default query of engine's result. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif initQuery Initialize the query parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif isEmptyOutput Checks whether the output record is empty (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif isGroupChanged Checks whether the record group is changed. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif isGroupEmpty Checks whether the group data is empty. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif new Initializes a new instance of the InventPhysQtySumByTypeDataOutput_CN class.
JJ799348.protmethod(en-us,AX.60).gif newInventSumOutput Generates new output line. (Overrides the newInventSumOutput Method.)
JJ799348.protmethod(en-us,AX.60).gif nextLine Goto next record. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.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.)
JJ799348.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.)
JJ799348.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ799348.protmethod(en-us,AX.60).gif onGroupChanged Acts when the group is changed. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif onLineChanged Acts when the record is changed. (Overrides the onLineChanged Method.)
JJ799348.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ799348.pubmethod(en-us,AX.60).gif parmFromDate Gets or sets the FromDate parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif parmInventSummaryTable Gets or sets the InventSummaryTable parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif parmIsOnHandBegin Gets or sets the IsOnHandBegin parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif parmShowEmptyLine Gets or sets the ShowEmptyLine parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif parmToDate Gets or sets the ToDate parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.pubmethod(en-us,AX.60).gif parmUserConnection Gets or sets the UserConnection parameter. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif preQuery Decorates the query before run. (Inherited from InventPhysQtySumDataOutput_CN.)
JJ799348.protmethod(en-us,AX.60).gif refreshGroupData Refreshs group data for a new group of records. (Overrides the refreshGroupData Method.)
JJ799348.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ799348.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ799348.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.)
JJ799348.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ799348.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventPhysQtySumDataOutput_CN Class
    InventPhysQtySumByTypeDataOutput_CN Class