ReqDemPlanForecastAttributeManager Class [AX 2012]

A ReqDemPlanForecastAttributeManager manages forecast attributes.

Syntax

class ReqDemPlanForecastAttributeManager

Run On

Server

Methods

  Method Description
Dn668344.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn668344.privmethod(en-us,AX.60).gif defineDependencies Defines dependencies between forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif disableAttribute Disables given forecast attribute type.
Dn668344.privmethod(en-us,AX.60).gif disableDependingAttributes Disables depending forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif enableAttribute Enables given forecast attribute type.
Dn668344.privmethod(en-us,AX.60).gif enableDependingAttributes Enables depending forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif enableMandatoryOrDefaultAttributes Goes through the added forecast attribute records and enables them along with their dependencies.
Dn668344.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif getAllAttributesExceptCompany Constructs an ordered list of all attributes except for company.
Dn668344.pubmethod(en-us,AX.60).gif getAllDisabledAttributes Finds all disabled forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif getAllEnabledAttributes Finds all enabled attributes.
Dn668344.pubmethod(en-us,AX.60).gif getAttributeFields Creates a list of table fields according to the specified list of forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn668344.privmethod(en-us,AX.60).gif insertIntoRevertedMap Inserts value into dependingAttributesMapReverted.
Dn668344.pubmethod(en-us,AX.60).gif insertMissingAttributes Inserts all missing forecast attribute types into the database based on ReqDemPlanForecastAttributeType enum values and enables the necessary attributes.
Dn668344.privmethod(en-us,AX.60).gif isAttributeConfigurable Checks if given forecast attribute type is configurable.
Dn668344.pubmethod(en-us,AX.60).gif isAttributeEnabled Check if given forecast attribute type is enabled.
Dn668344.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanForecastAttributeManager class.
Dn668344.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.)
Dn668344.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.)
Dn668344.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn668344.privmethod(en-us,AX.60).gif reverseDependingAttributesMap Reverses dependency map of forecast attributes.
Dn668344.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn668344.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.)
Dn668344.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn668344.pubmethod(en-us,AX.60).gif Dn668344.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqDemPlanForecastAttributeManager class.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanForecastAttributeManager Class