Share via


InventRegistrationPurchLine Class [AX 2012]

This class provides an implementation of the InventPendingRegistrationProvider interface and the InventRegistrationHandler interface for the purchase lines.

Syntax

class InventRegistrationPurchLine implements InventPendingRegistrationProvider, InventRegistrationHandler

Run On

Called

Methods

  Method Description
Gg821063.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif canRegister Indicates whether the registration can be performed.
Gg821063.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif getDescription Retrieves the description for the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getDirPartyRecId Retrieves the DirPartyRecId extended data type of the vendor that is associated with the purchase order.
Gg821063.pubmethod(en-us,AX.60).gif getDistinctProductRecId Retrieves the EcoResDistinctProductRecId extended data type of the item on the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getExpectedDeliveryDateTime Retrieves the expected delivery date for the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getGrossVolume Retrieves the gross volume for the items on the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getGrossWeight Retrieves the gross weight for the items in the purchase order line.
Gg821063.privmethod(en-us,AX.60).gif getInventDim Retrieves the InventDim record of the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getPendingRegistrationQuantity Retrieves the pending quantity to register for the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getReceiptInventLocationId Retrieves an InventLocationId extended data type that is related to the source line where the receipt is expected.
Gg821063.pubmethod(en-us,AX.60).gif getReceiptInventSiteId Retrieves an InventSiteId extended data type that is related to the source line where the receipt is expected.
Gg821063.pubmethod(en-us,AX.60).gif getReferenceCategory Retrieves the InventTransType for the order line.
Gg821063.pubmethod(en-us,AX.60).gif getReferenceId Retrieves the purchase ID of the purchase order.
Gg821063.pubmethod(en-us,AX.60).gif getReferenceLineId Retrieves the record ID of the InventTrans record for the order line.
Gg821063.privmethod(en-us,AX.60).gif getRegistrationHelper Retrieves an instance of the InventTransType for the order line.
Gg821063.pubmethod(en-us,AX.60).gif getRegistrationProvider
Gg821063.pubmethod(en-us,AX.60).gif getSourceDocumentLineRecId Retrieves the SourceDocumentLineRecId extended data type for the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getSourceLineCategoryRecId Retrieves the EcoResCategoryId extended data type of the procurement category for the purchase order line.
Gg821063.pubmethod(en-us,AX.60).gif getSourceLineLegalEntityRecId Retrieves the RefRecID extended data type of the legal entity.
Gg821063.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg821063.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventRegistrationPurchLine class.
Gg821063.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.)
Gg821063.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.)
Gg821063.pubmethod(en-us,AX.60).gif notifyOnRegistration Handles the processing that is necessary after the registration of the purchase order line is finished.
Gg821063.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif parmPurchLine Gets or sets the PurchLine parameter.
Gg821063.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg821063.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.)
Gg821063.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg821063.pubmethod(en-us,AX.60).gif Gg821063.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventRegistrationPurchLine class.
Gg821063.pubmethod(en-us,AX.60).gif Gg821063.static(en-us,AX.60).gif ::newFromPurchLine Creates and returns an InventRegistrationPurchLine object for the specified PurchLine record.
Gg821063.pubmethod(en-us,AX.60).gif Gg821063.static(en-us,AX.60).gif ::newFromSourceDocumentLine Creates and returns an InventRegistrationPurchLine object for the specified SourceDocumentLine record.

Top

Inheritance Hierarchy

Object Class
  InventRegistrationPurchLine Class