LeanDocumentAggregator Class [AX 2012]

The LeanDocumentAggregator class is the base abstract class for aggregating data that will be used for additional creation of subcontracting documents.

class LeanDocumentAggregator

Run On

Server

  MethodDescription
Gg770268.protmethod(en-us,AX.60).gif addSourceRecordToLine Adds a source record from the current data provider to the document line.
Gg770268.pubmethod(en-us,AX.60).gif aggregateData Aggregates the provided data.
Gg770268.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg770268.protmethod(en-us,AX.60).gif createDocumentHeader Creates a document header object.
Gg770268.protmethod(en-us,AX.60).gif createDocumentLine Creates a document line object.
Gg770268.pubmethod(en-us,AX.60).gif equal Determines whether the two objects are equal.
Gg770268.protmethod(en-us,AX.60).gif getDocumentHeaderKey Gets a document header key.
Gg770268.protmethod(en-us,AX.60).gif getDocumentLineKey Gets a document line key.
Gg770268.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg770268.protmethod(en-us,AX.60).gif getTimePeriodKey Retrieves an accumulation key for a kanban job buffer based on the current aggregation mode.
Gg770268.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg770268.protmethod(en-us,AX.60).gif kanbanJobDateTime Retrieves the utcDateTime value that must be used for the current KanbanJob record.
Gg770268.protmethod(en-us,AX.60).gif new Creates a new instance of the LeanDocumentAggregator class.
Gg770268.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.)
Gg770268.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.)
Gg770268.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg770268.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg770268.pubmethod(en-us,AX.60).gif parmAggregationMode Gets or sets the AggregationMode parameter.
Gg770268.protmethod(en-us,AX.60).gif parmCurrentProvider Gets or sets the CurrentProvider parameter.
Gg770268.pubmethod(en-us,AX.60).gif processingData Retrieves the aggregated data in a form that is appropriate to be consumed by a LeanDocumentProcessor derived class.
Gg770268.protmethod(en-us,AX.60).gif refreshData Refreshes the local buffers.
Gg770268.protmethod(en-us,AX.60).gif serviceQuantityForJob Retrieves the service quantity that will be used for the particular job.
Gg770268.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg770268.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg770268.protmethod(en-us,AX.60).gif updateDocumentHeaderFromLine Adds a source record from the current data provider to the document line.
Gg770268.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.)
Gg770268.protmethod(en-us,AX.60).gif validateOutputServiceDimensions Validates the output service dimensions against the service configuration.
Gg770268.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg770268.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Community Additions

ADD
Show: