Share via


ReqPlanManager Class [AX 2012]

The ReqPlanManager class performs advanced management of master plans.

Syntax

class ReqPlanManager

Run On

Server

Methods

  Method Description
Gg809104.pubmethod(en-us,AX.60).gif acquireReaderLockOnPlanVersion Acquires the reader lock on the specified master plan version.
Gg809104.pubmethod(en-us,AX.60).gif acquireUpdateLockOnActivePlanVersion Acquires the update lock on the active master plan version.
Gg809104.pubmethod(en-us,AX.60).gif acquireUpdateLockOnActiveVersionInCmp Acquires the update lock on the active master plan version in the specified company.
Gg809104.pubmethod(en-us,AX.60).gif acquireUpdateLockOnPlanVersion Acquires the update lock on the specified master plan version.
Gg809104.pubmethod(en-us,AX.60).gif acquireWriterLockOnPlanVersion Acquires a writer lock on the specified master plan version.
Gg809104.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg809104.privmethod(en-us,AX.60).gif decreaseNestingLevel Decreases the nesting level.
Gg809104.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg809104.privmethod(en-us,AX.60).gif increaseNestingLevel Increases the nesting level.
Gg809104.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqPlanManager class.
Gg809104.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.)
Gg809104.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.)
Gg809104.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg809104.protmethod(en-us,AX.60).gif onAcquiredLockOnPlanVersion Occurs immediately after the specified master plan version has been locked.
Gg809104.protmethod(en-us,AX.60).gif onAcquiringLockOnPlanVersion Occurs just before the specified master plan version is being locked.
Gg809104.protmethod(en-us,AX.60).gif onReleasedLockOnPlanVersion Occurs immediately after the specified master plan version has been unlocked.
Gg809104.protmethod(en-us,AX.60).gif onReleasingLockOnPlanVersion Occurs just before the specified master plan version is being unlocked.
Gg809104.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif parmReaderWriterLock Gets or sets the ReaderWriterLock parameter.
Gg809104.pubmethod(en-us,AX.60).gif releaseLockOnPlanVersion Releases the previously acquired lock on the master plan version.
Gg809104.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg809104.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.)
Gg809104.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg809104.pubmethod(en-us,AX.60).gif Gg809104.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqPlanManager class.
Gg809104.pubmethod(en-us,AX.60).gif Gg809104.static(en-us,AX.60).gif ::formatLockName Formats the name of the lock to acquire.
Gg809104.pubmethod(en-us,AX.60).gif Gg809104.static(en-us,AX.60).gif ::isDefaultDynamicReqPlanLocked Determines if the default dynamic master plan is locked.
Gg809104.pubmethod(en-us,AX.60).gif Gg809104.static(en-us,AX.60).gif ::isLocked Determines if the specified master plan is locked.

Top

Inheritance Hierarchy

Object Class
  ReqPlanManager Class