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