Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ReqTransCache_Periodic class manages items during a periodic scheduling process.
Syntax
class ReqTransCache_Periodic extends ReqTransCache
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
add | Adds an item to the ReqProcessItemList table and to the local set variables. (Overrides the add Method.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
createReqProcessTransFilterRecords | Creates a set of filter records that indicate the requirement transactions to process. (Inherited from ReqTransCache.) |
![]() |
endProcess | Writes the log and cleans up after all external threads exit if this is the main thread. (Overrides the endProcess Method.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
findFirstPlanGroupIssue | Finds the first planning group issue in the same group as the issue specified in the _issue parameter. (Inherited from ReqTransCache.) |
![]() |
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. (Inherited from ReqTransCache.) |
![]() |
findPrimaryPlanGroupIssue | Finds the primary issue that is sorted according to priority, in the same planning group as the issue specified in the _issue parameter. (Inherited from ReqTransCache.) |
![]() |
getCurrentLevel | Retrieves the current BOM level that is used by the ReqTransCache class to fetch items. (Inherited from ReqTransCache.) |
![]() |
getDataChangedDuringExecution | Determines whether data has been changed out of order in the current planning run. (Inherited from ReqTransCache.) |
![]() |
getItems | Retrieves the items in a given item list. (Overrides the getItems Method.) |
![]() |
getRerunFromLevel | Gets the BOM level from which coverage should be re-run. (Overrides the getRerunFromLevel Method.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initPlanGroupIssueQuantities | Sets the quantity field on the first priority issues of each planning group. (Inherited from ReqTransCache.) |
![]() |
insertItemIfNotExists | Inserts a new record into the ReqProcessItem table. |
![]() |
insertProcessItemsFromQuery | Inserts the items to be processed in the ReqProcessItem table. (Overrides the insertProcessItemsFromQuery Method.) |
![]() |
isItemMarkedForProcessing | Indicates whether the specified item is marked for processing. (Overrides the isItemMarkedForProcessing Method.) |
![]() |
issuesQuery | Gets a query than can be used to retrieve issues from the database. (Inherited from ReqTransCache.) |
![]() |
itemDimSet | Returns a set of used InventDimIds for a specific item. (Inherited from ReqTransCache.) |
![]() |
levelCount | Retrieves the number of BOM levels of the items being processed. (Overrides the levelCount Method.) |
![]() |
listCovDimSorted | Returns a sorted list of coverage dimensions. (Inherited from ReqTransCache.) |
![]() |
listCovDimSortedAsSet | Returns a sorted list of sets of coverage dimensions. (Inherited from ReqTransCache.) |
![]() |
manageItemError | Handles item processing errors. (Overrides the manageItemError Method.) |
![]() |
mapPlannedOrder | Gets a map of all planned orders. (Inherited from ReqTransCache.) |
![]() |
markProcessWithError | Marks the current process with error status. (Overrides the markProcessWithError Method.) |
![]() |
moveNextLevel | Advances the current BOM level that is used by the ReqTransCache class to the next level (Overrides the moveNextLevel Method.) |
![]() |
new | Initializes a new instance of the ReqTransCache_Periodic class. (Overrides the new Method.) |
![]() |
noteDownPlannedProdOrderId | Adds the planned production order to the plannedProdOrderIdSet class variable. (Overrides the noteDownPlannedProdOrderId Method.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
parmProcessId | Gets or sets the ProcessId parameter. (Inherited from ReqTransCache.) |
![]() |
parmReqPlanId | Gets or sets the ReqPlanId parameter. (Inherited from ReqTransCache.) |
![]() |
parmReqPlanVersionRefRecId | Gets or sets the ReqPlanVersionRefRecId parameter. (Inherited from ReqTransCache.) |
![]() |
parmUseReqTransFilter | Gets or sets the UseReqTransFilter parameter. (Inherited from ReqTransCache.) |
![]() |
pdsCreateExpiryTrans | Creates expiry transactions for receipts with open quantity that has an expiration date. (Inherited from ReqTransCache.) |
![]() |
pmfAddPmfCoReqTransItem | Add items to the list. (Inherited from ReqTransCache.) |
![]() |
pmfCoCreateItemIdList | Gets the co-product processing list for all co-products that are associated to the specified _taskGroupId task group. (Inherited from ReqTransCache.) |
![]() |
pmfCoUpdateTransDateTime | Updates the co-product earliest requirement date and time for the co-products that are associated to the specified _taskGroupId task group. (Inherited from ReqTransCache.) |
![]() |
pmfFindFirstCoIssue | Finds the ReqTrans record that is related to the end item of the co-product. (Inherited from ReqTransCache.) |
![]() |
pmfGetCoItemBOMs | Gets a Set that contains the active co-product BOM ids that is associated with the item. (Inherited from ReqTransCache.) |
![]() |
pmfGetCoItemTaskGroupId | Determines the task group ID of a co-product item. (Inherited from ReqTransCache.) |
![]() |
receiptsQuery | Gets a query that can be used to retrieve receipts from the database. (Inherited from ReqTransCache.) |
![]() |
refreshReqProcessList | Reads the ReqProcessList table to determine whether the process should continue. |
![]() |
reqLevelAnalyzer | Returns a ReqDependencyAnalyzer object that holds the dependencies for the given item. (Inherited from ReqTransCache.) |
![]() |
reqProcessList | Returns the active ReqProcessList record if threads are used. (Overrides the reqProcessList Method.) |
![]() |
reqTransQuery | Gets a query that can be used to retrieve receipts from the database. (Inherited from ReqTransCache.) |
![]() |
resetLevel | Resets the current BOM level that is used by the ReqTransCache class to the initial value. (Inherited from ReqTransCache.) |
![]() |
setCurrentItem | (Overrides the setCurrentItem Method.) |
![]() |
setCurrentLevel | Changes the level of the scheduling process. (Overrides the setCurrentLevel Method.) |
![]() |
setDataChangedDuringExecution | Marks that some data has been changed out of order during the execution of the current plan. (Inherited from ReqTransCache.) |
![]() |
setRerunFromLevel | Changes the level from which coverage planning should be re-run. (Overrides the setRerunFromLevel Method.) |
![]() |
setThreadParameters | Sets parameters for thread usage and marks the main process as started. (Overrides the setThreadParameters Method.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
startExternThreads | Starts the required number of helper threads as new batch tasks. (Overrides the startExternThreads Method.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
update | (Inherited from ReqTransCache.) |
![]() |
updateListCovDimSorted | Updates the list of sorted coverage dimensions. (Inherited from ReqTransCache.) |
![]() |
updateReqProcessItems | Updates the list of items in the database for the specified level. (Overrides the updateReqProcessItems Method.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::construct | Initializes a new instance of the ReqTransCache_Periodic class. |
![]() ![]() |
::newProcessId | Initializes a new instance of the ReqTransCache_Periodic class. |
Top
Inheritance Hierarchy
Object Class
ReqTransCache Class
ReqTransCache_Periodic Class