ReqTransCache Class [AX 2012]

Syntax

class ReqTransCache

Run On

Called

Methods

  Method Description
Gg795848.pubmethod(en-us,AX.60).gif add Adds an item to the local set variables.
Gg795848.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif createReqProcessTransFilterRecords Creates a set of filter records that indicate the requirement transactions to process.
Gg795848.pubmethod(en-us,AX.60).gif endProcess
Gg795848.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif findFirstPlanGroupIssue Finds the first planning group issue in the same group as the issue specified in the _issue parameter.
Gg795848.pubmethod(en-us,AX.60).gif findNextPlanGroupIssue Finds the next planning group issue that is sorted according to priority, in the same group as the issue that is specified in the _issue parameter.
Gg795848.pubmethod(en-us,AX.60).gif findPrimaryPlanGroupIssue Finds the primary issue that is sorted according to priority, in the same planning group as the issue specified in the _issue parameter.
Gg795848.pubmethod(en-us,AX.60).gif getCurrentLevel Retrieves the current BOM level that is used by the ReqTransCache class to fetch items.
Gg795848.pubmethod(en-us,AX.60).gif getDataChangedDuringExecution Determines whether data has been changed out of order in the current planning run.
Gg795848.pubmethod(en-us,AX.60).gif getItems Retrieves the items in a given item list.
Gg795848.pubmethod(en-us,AX.60).gif getRerunFromLevel Gets the BOM level from which coverage should be rerun.
Gg795848.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif initPlanGroupIssueQuantities Sets the quantity field on the first priority issues of each planning group.
Gg795848.pubmethod(en-us,AX.60).gif insertProcessItemsFromQuery
Gg795848.pubmethod(en-us,AX.60).gif isItemMarkedForProcessing
Gg795848.pubmethod(en-us,AX.60).gif issuesQuery Gets a query than can be used to retrieve issues from the database.
Gg795848.pubmethod(en-us,AX.60).gif itemDimSet Returns a set of used InventDimIds for a specific item.
Gg795848.pubmethod(en-us,AX.60).gif levelCount Retrieves the number of BOM levels of the items that are processed.
Gg795848.pubmethod(en-us,AX.60).gif listCovDimSorted Returns a sorted list of coverage dimensions.
Gg795848.pubmethod(en-us,AX.60).gif listCovDimSortedAsSet Returns a sorted list of sets of coverage dimensions.
Gg795848.pubmethod(en-us,AX.60).gif manageItemError
Gg795848.pubmethod(en-us,AX.60).gif mapPlannedOrder Gets a map of all planned orders.
Gg795848.pubmethod(en-us,AX.60).gif markProcessWithError Marks the current process with an error status.
Gg795848.pubmethod(en-us,AX.60).gif moveNextLevel Advances the current BOM level that is used by the ReqTransCache class to the next level, by using the order set by the ReqLevelOrder enumeration value that is specified in the resetLevel method.
Gg795848.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqTransCache class.
Gg795848.pubmethod(en-us,AX.60).gif noteDownPlannedProdOrderId
Gg795848.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.)
Gg795848.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.)
Gg795848.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif parmProcessId Gets or sets the ProcessId parameter.
Gg795848.protmethod(en-us,AX.60).gif parmReqPlanId Gets or sets the ReqPlanId parameter.
Gg795848.pubmethod(en-us,AX.60).gif parmReqPlanVersionRefRecId Gets or sets the ReqPlanVersionRefRecId parameter.
Gg795848.pubmethod(en-us,AX.60).gif parmUseReqTransFilter Gets or sets the UseReqTransFilter parameter.
Gg795848.pubmethod(en-us,AX.60).gif pdsCreateExpiryTrans Creates expiry transactions for receipts with open quantity that has an expiration date.
Gg795848.pubmethod(en-us,AX.60).gif pmfAddPmfCoReqTransItem Add items to the list.
Gg795848.pubmethod(en-us,AX.60).gif pmfCoCreateItemIdList Gets the co-product processing list for all co-products that are associated to the specified _taskGroupId task group.
Gg795848.pubmethod(en-us,AX.60).gif pmfCoUpdateTransDateTime Updates the co-product earliest requirement date and time for the co-products that are associated to the specified _taskGroupId task group.
Gg795848.protmethod(en-us,AX.60).gif pmfFindFirstCoIssue Finds the ReqTrans record that is related to the end item of the co-product.
Gg795848.protmethod(en-us,AX.60).gif pmfGetCoItemBOMs Gets a Set that contains the active co-product BOM ids that is associated with the item.
Gg795848.protmethod(en-us,AX.60).gif pmfGetCoItemTaskGroupId Determines the task group ID of a co-product item.
Gg795848.pubmethod(en-us,AX.60).gif receiptsQuery Gets a query that can be used to retrieve receipts from the database.
Gg795848.protmethod(en-us,AX.60).gif reqLevelAnalyzer Returns a ReqDependencyAnalyzer object that holds the dependencies for the given item.
Gg795848.pubmethod(en-us,AX.60).gif reqProcessList
Gg795848.pubmethod(en-us,AX.60).gif reqTransQuery Gets a query that can be used to retrieve receipts from the database.
Gg795848.pubmethod(en-us,AX.60).gif resetLevel Resets the current BOM level that is used by the ReqTransCache class to the initial value.
Gg795848.pubmethod(en-us,AX.60).gif setCurrentItem
Gg795848.pubmethod(en-us,AX.60).gif setCurrentLevel
Gg795848.pubmethod(en-us,AX.60).gif setDataChangedDuringExecution Marks that some data has been changed out of order during the execution of the current plan.
Gg795848.pubmethod(en-us,AX.60).gif setRerunFromLevel Changes the level from which coverage planning should be rerun.
Gg795848.pubmethod(en-us,AX.60).gif setThreadParameters
Gg795848.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif startExternThreads
Gg795848.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif update
Gg795848.pubmethod(en-us,AX.60).gif updateListCovDimSorted Updates the list of sorted coverage dimensions.
Gg795848.pubmethod(en-us,AX.60).gif updateReqProcessItems Updates the list of items in the database for a given level.
Gg795848.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.)
Gg795848.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg795848.pubmethod(en-us,AX.60).gif Gg795848.static(en-us,AX.60).gif ::cancelProcess Cancels a master planning process.
Gg795848.pubmethod(en-us,AX.60).gif Gg795848.static(en-us,AX.60).gif ::deleteProcessData Deletes all the temporary data for a process.
Gg795848.pubmethod(en-us,AX.60).gif Gg795848.static(en-us,AX.60).gif ::itemDimId2cachekey
Gg795848.pubmethod(en-us,AX.60).gif Gg795848.static(en-us,AX.60).gif ::reqProcessListDSExecuteQueryPre

Top

Inheritance Hierarchy

Object Class
  ReqTransCache Class
    ReqTransCache_Daily Class
    ReqTransCache_Periodic Class