Share via


ReqDemPlanImportForecastDataContract Class [AX 2012]

The ReqDemPlanImportForecastDataContract class contains the run-time parameters for forecast import.

Syntax

class ReqDemPlanImportForecastDataContract extends SysOperationDataContractBase implements SysPackable

Run On

Called

Methods

  Method Description
Dn668445.pubmethod(en-us,AX.60).gif attributeManager Gets the related instance of the attribute manager.
Dn668445.pubmethod(en-us,AX.60).gif calculateForecastEnd Calculates the actual end date for which forecast will be imported.
Dn668445.pubmethod(en-us,AX.60).gif calculateForecastStart Calculates the actual date from which forecast will be imported.
Dn668445.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn668445.privmethod(en-us,AX.60).gif checkAllCompaniesHaveModels Verifies that models are specified for all records.
Dn668445.privmethod(en-us,AX.60).gif checkModelsAndSubmodels Verifies that models and related submodels are not selected together.
Dn668445.pubmethod(en-us,AX.60).gif determineForecastGranularity Determines the date granularity of the available forecast.
Dn668445.pubmethod(en-us,AX.60).gif determineForecastPeriod Determines the period for which a forecast exists.
Dn668445.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif getOrderedListAttributesForImport Constructs an ordered list of dimension levels corresponding to enabled attributes.
Dn668445.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn668445.privmethod(en-us,AX.60).gif hasModelMapping Verifies whether a model mapping exists.
Dn668445.pubmethod(en-us,AX.60).gif initFromBuffer Initializes the contract from the model mapping buffer.
Dn668445.privmethod(en-us,AX.60).gif initValues Initializes some default values for the data contract.
Dn668445.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanImportForecastDataContract class.
Dn668445.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.)
Dn668445.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.)
Dn668445.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the ReqDemPlanImportForecastDataContract class.
Dn668445.pubmethod(en-us,AX.60).gif parmAvailableForecastEnd Gets or sets the AvailableForecastEnd parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmAvailableForecastStart Gets or sets the AvailableForecastStart parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmCallId Gets or sets the CallId parameter. (Inherited from SysOperationDataContractBase.)
Dn668445.pubmethod(en-us,AX.60).gif parmCompanyForecastModelMapping Gets or sets the CompanyForecastModelMapping parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmEnableChangeTracking Gets or sets the EnableChangeTracking parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmForecastEnd Gets or sets the ForecastEnd parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmForecastStart Gets or sets the ForecastStart parameter.
Dn668445.pubmethod(en-us,AX.60).gif parmSessionIdx Gets or sets the SessionIdx parameter. (Inherited from SysOperationDataContractBase.)
Dn668445.pubmethod(en-us,AX.60).gif parmSessionLoginDateTime Gets or sets the SessionLoginDateTime parameter. (Inherited from SysOperationDataContractBase.)
Dn668445.pubmethod(en-us,AX.60).gif parmTodaysDate Gets or sets the TodaysDate parameter.
Dn668445.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the ReqDemPlanImportForecastDataContract class.
Dn668445.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.)
Dn668445.pubmethod(en-us,AX.60).gif validate Validates the data contract.
Dn668445.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn668445.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SysOperationDataContractBase Class
    ReqDemPlanImportForecastDataContract Class