GanttData_WrkCtr Class [AX 2012]
The GanttData_WrkCtr class is the work center Gantt data handling class.
| Method | Description | |
|---|---|---|
| addCalendarName | (Inherited from GanttData.) |
| addRecId2LinkGroup | Adds a job to a link group by the record ID of the job in the temporary Gantt table. |
| adjustIntervalFromOrder | Adjusts the loading interval with regard to loading all orders and loading delivery dates. |
| adjustIntervalFromPlannedProd | Adjusts the loading interval so that the start and end dates include the delivery date of the planned production order. |
| adjustIntervalFromProd | Adjusts the loading interval so that the start and end dates include the delivery date of the production order. |
| adjustIntervalFromProj | Adjusts the loading interval so that the start and end dates include the delivery date of the project. |
| adjustLinks | Adjusts the links that are to be loaded in Gantt Visualization by adding new links that compensate for jobs that are not to be shown that were hidden by the user. |
| adjustLoadingDatesInterval | (Inherited from GanttData.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canLoadPlannedProdData | |
| canLoadProdData | |
| canLoadProdRouteJob | Checks if the production order route job satisfies all checks in order to be loaded in the Gantt chart. |
| canLoadProjData | |
| canLoadProjForecastEmpl | Checks if the project hour forecast job satisfies all checks in order to be loaded in the Gantt chart. |
| canLoadReqRouteJob | Checks if the planned production order route job satisfies all checks in order to be loaded in the Gantt chart. |
| canUndo | (Inherited from GanttData.) |
| cleanAfterSaving | (Inherited from GanttData.) |
| cleanAll | (Inherited from GanttData.) |
| cleanCalendarNames | (Inherited from GanttData.) |
| createCalendars | Creates the combined calendars that are needed for parallel operations. (Overrides the createCalendars Method.) |
| createModifiedRefIdSet | Analyzes the modified records and constructs a set of modified orders and projects. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| ganttCalendarType | (Overrides the ganttCalendarType Method.) |
| getGanttTableByRecId | (Overrides the getGanttTableByRecId Method.) |
| getGroupRecIds | Returns a set of records that are grouped into the same link group. |
| getIdentifierFields | Constructs a field list as a container with the fields used for identifying a job when displaying an error or warning to the user. |
| getLinkGroupByRecId | Returns the link group number for a specific job. |
| getNewLinks | |
| getRecordByRecId | (Overrides the getRecordByRecId Method.) |
| getSetEmptyWrkCtrIds | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWrkCtrDataFields | Retrieves a map that contains the data fields for a specified resource such as a site, production unit, and resource group. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | (Inherited from GanttData.) |
| initData | (Inherited from GanttData.) |
| initEmptyWrkCtrIds | Initializes the internal data regarding empty work centers. |
| initFieldCollection | (Overrides the initFieldCollection Method.) |
| initFieldCollectionLinks | |
| initFieldCollectionWrkCtrJob | |
| initLoadingDataFromCaller | Initializes the work center list and the time interval used at later load stages for loading the actual table data. |
| initLoadingDataFromEntirePlannedProd | Initializes the work center list that is used for loading data and extends the time interval, if it is needed, so that the loaded planned production orders are completely loaded. |
| initLoadingDataFromEntireProd | Initializes the work center list that is used for loading data and extends the time interval, if needed, so that the loaded production orders are completely loaded. |
| initLoadingDataFromEntireProj | Initializes the work center list that is used for loading data and extends the time interval, if it is needed, so that the loaded project hour forecasts are completely loaded. |
| initLoadingDatesInterval | (Inherited from GanttData.) |
| initPostLoadingData | (Overrides the initPostLoadingData Method.) |
| initPreLoadingData | (Overrides the initPreLoadingData Method.) |
| initTableCollection | (Overrides the initTableCollection Method.) |
| initTables | (Overrides the initTables Method.) |
| insertCalendarName | |
| insertDataPlannedProd | Inserts data into the GanttTmpWrkCtrJob Table based on a planned production order data. |
| insertDataProd | Inserts data into the GanttTmpWrkCtrJob Table based on a production order data. |
| insertDataProj | Inserts data into the GanttTmpWrkCtrJob Table based on project hour forecast data. |
| load | (Inherited from GanttData.) |
| loadCalendarData | (Inherited from GanttData.) |
| loadData | (Overrides the loadData Method.) |
| loadDataLinks | Loads the links information for work center data. |
| loadDataPlannedProd | Loads all the planned production orders that are to be used in the Gantt chart. |
| loadDataProd | Loads the production orders that are to be used in the Gantt chart. |
| loadDataProj | Loads the project hour forecast data that is to be used in the Gantt chart. |
| modifyModificationBeforeValidation | Adds values for the site, production unit, resource group, and calendar fields to the modification. (Overrides the modifyModificationBeforeValidation Method.) |
| new | Initializes a new instance of the GanttData_WrkCtr class. (Overrides the new 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.) |
| parmGanttCalendarCollection | Gets or sets the GanttCalendarCollection parameter. (Inherited from GanttData.) |
| parmGanttClient | Gets or sets the GanttClient parameter. (Overrides the parmGanttClient Method.) |
| parmGanttDataUndo | Gets or sets the GanttDataUndo parameter. (Inherited from GanttData.) |
| parmGanttTableCollection | Gets or sets the GanttTableCollection parameter. (Inherited from GanttData.) |
| parmGanttTableLink | Gets or sets the GanttTableLink parameter. |
| parmGanttTableWrkCtrJob | Gets or sets the GanttTableWrkCtrJob parameter. |
| parmHasPlannedProdJobs | Gets or sets the HasPlannedProdJobs parameter. |
| parmHasProdJobs | Gets or sets the HasProdJobs parameter. |
| parmHasProjJobs | Gets or sets the HasProjJobs parameter. |
| parmLoadingFromDate | Gets or sets the LoadingFromDate parameter. (Inherited from GanttData.) |
| parmLoadingToDate | Gets or sets the LoadingToDate parameter. (Inherited from GanttData.) |
| postLoad | (Inherited from GanttData.) |
| postSaveData | (Inherited from GanttData.) |
| prepareReload | (Inherited from GanttData.) |
| progressFinish | (Inherited from GanttData.) |
| progressInit | (Inherited from GanttData.) |
| progressInitSaving | (Inherited from GanttData.) |
| progressInitValidating | (Inherited from GanttData.) |
| progressTotal | (Inherited from GanttData.) |
| progressUpdate | (Inherited from GanttData.) |
| resetEmptyWrkCtrIds | Resets the internally stored data regarding work centers that do not have any jobs displayed in Gantt. |
| resetLinkGroups | Clears all the data that was used for mapping link group numbers to records and for records to group numbers. |
| resetLoadingData | Resets the relevant data when a reload occurs. (Overrides the resetLoadingData Method.) |
| resetLoadingDatesInterval | (Inherited from GanttData.) |
| resetLoadWrkCtrIds | |
| save | (Inherited from GanttData.) |
| saveData | Saves or validates the data modified by the user in the Gantt chart. (Overrides the saveData Method.) |
| setCallerDates | |
| setLoadingDatesInterval | (Inherited from GanttData.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sortNodeData | Sorts the node data and creates the sort order data for workcenter groups if Gantt was started from the production orders form, planned production orders form, or project hour forecast form. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| undo | (Inherited from GanttData.) |
| updateModification | (Inherited from GanttData.) |
| updateModificationCollection | (Inherited from GanttData.) |
| updateTimeScaleInterval | (Inherited from GanttData.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | (Inherited from GanttData.) |
| validateIsRefModified | Validates an order with regard to whether one of the job records has been modified. |
| validateLoad | (Overrides the validateLoad Method.) |
| validateModification | Validates one modification that the user performed in the Gantt chart data. (Overrides the validateModification Method.) |
| validateRefId | Validates the data for one order based on a reference ID, with regard to a job sequence and that all jobs in one operation have the same work center. |
| validateSameWrkCtr | Validates that two jobs are on the same work center and that the group does not change if they belong to the same operation. |
| validateSave | (Inherited from GanttData.) |
| 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 GanttData_WrkCtr class. |
| ::createJobCapacityReservations | |
| ::deleteCapacityProdRouteJob | |
| ::deleteCapacityProjForecastEmpl | |
| ::deleteCapacityReqRouteJob | |
| ::deleteJobCapacityReservations | |
| ::getDataInIntervalPlannedProd | Gets the data needed by executing the statements on the server side. |
| ::getDataInIntervalProd | Gets the data needed by executing the statements on the server side. |
| ::getDataInIntervalProj | Gets the data needed by executing the statements on the server side. |
| ::getDataPlannedProdForIds | Gets the planned production order data from the ReqPO Table records specified in the _conSetLoadIds parameter by their ID. |
| ::getDataProdForIds | Gets the production order data from the ReqPO Table records specified in _conSetLoadIds by their ID. |
| ::getDataProjForIds | Gets the project data from the ReqPO Table records specified in the _conSetLoadIds parameter by their ID. |
| ::getWrkCtrEffectivityPct | |
| ::initLoadingDataFromEntireProdOnServer | Gets the data needed by GanttData_WrkCtr.initLoadingDataFromEntireProd Method by executing the statements on the server side. |
| ::initLoadingDataFromEntireProjOnServer | Gets the data needed by GanttData_WrkCtr.initLoadingDataFromEntireProj Method by executing the statements on the server side. |
| ::initLoadingDataFromEntireReqPOOnServer | Gets the data needed by GanttData_WrkCtr.initLoadingDataFromEntirePlannedProd Method by executing the statements on the server side. |
| ::insertJobCapacityReservations | |
| ::loadCapacitySlotData | Loads capacity slots based on working calendars. |
| ::loadDataPlannedProdOnServer | Gets the data that is required by the loadDataPlannedProd method by running the statements on the server side. |
| ::loadDataProdOnServer | Gets the data that is required by the loadDataProd method by running the statements on the server side. |
| ::loadDataProjOnServer | Gets the data that is required by the [GanttData_WrkCtr.loadDataProj Method] method by running the statements on the server side. |
| ::newGanttClient | |
| ::reserveCapacityProdRouteJob | |
| ::reserveCapacityProjForecastEmpl | |
| ::reserveCapacityReqRouteJob | |
| ::updateOrigDataPlannedProd | |
| ::updateOrigDataProd | |
| ::updateOrigDataProj |
Community Additions
ADD
Show: