Share via


PurchNonStockedRegistrationHelper Class [AX 2012]

Syntax

class PurchNonStockedRegistrationHelper extends TradeNonStockedRegistrationHelper

Run On

Called

Methods

  Method Description
Gg957401.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg957401.protmethod(en-us,AX.60).gif checkNotOverDelivery Checks whether the quantity that is being registered causes over delivery. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif deletePendingRegistration Deletes any pending registrations for the line that is specified. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg957401.protmethod(en-us,AX.60).gif getInventRegistrationHandler Gets an instance of the InventRegistrationHandler class for the sales line. (Overrides the getInventRegistrationHandler Method.)
Gg957401.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif isPendingRegistrationsApplicable Indicates whether the InventPendingQuantity update is relevant for the line.
Gg957401.pubmethod(en-us,AX.60).gif lineQty Gets the line quantity. (Overrides the lineQty Method.)
Gg957401.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg957401.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.)
Gg957401.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.)
Gg957401.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif parmPurchLine Gets or sets the PurchLine parameter.
Gg957401.pubmethod(en-us,AX.60).gif parmSalesPurchLine Gets or sets the SalesPurchLine parameter. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif register Registers the specified quantity for the line. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif shouldPendingRegistrationsBeDeleted Indicates whether InventPendingQuantity records should be deleted for the current update of the line.
Gg957401.pubmethod(en-us,AX.60).gif shouldPendingRegistrationsBeSynced Indicates whether InventPendingQuantity records should be synchronized for the current update of the line.
Gg957401.pubmethod(en-us,AX.60).gif synchronizePendingRegistration Creates or updates the pending registration records from the line. (Overrides the synchronizePendingRegistration Method.)
Gg957401.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif updateOnRegistration Performs updates on the order line when a registration has been completed. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif updatePendingQuantityOnPosting Deducts the quantity that is being posted from the records in the InventPendingQuantity table. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.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.)
Gg957401.pubmethod(en-us,AX.60).gif validateDelete Validates that the pending registration records can be deleted. (Overrides the validateDelete Method.)
Gg957401.pubmethod(en-us,AX.60).gif validateOrderLineUpdate Validates that the order line can be updated. (Overrides the validateOrderLineUpdate Method.)
Gg957401.pubmethod(en-us,AX.60).gif validateRegister Validates whether the specified quantity can be registered. (Inherited from TradeNonStockedRegistrationHelper.)
Gg957401.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg957401.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg957401.protmethod(en-us,AX.60).gif Gg957401.static(en-us,AX.60).gif ::construct Initializes a new instance of the PurchNonStockedRegistrationHelper class.
Gg957401.pubmethod(en-us,AX.60).gif Gg957401.static(en-us,AX.60).gif ::newFromPurchLine Creates a new instance of the TradeNonStockedRegistrationHelper class with the specified PurchLine object.

Top

Inheritance Hierarchy

Object Class
  TradeNonStockedRegistrationHelper Class
    PurchNonStockedRegistrationHelper Class