PSAResourceAssignmentAnalysisDP Class [AX 2012]
The PSAResourceAssignmentAnalysisDP class contains the declaration of the global variables that will be used.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| dimensionTotalCapacity | This method is used to calculate the total capacity for a dimension. |
| employeeHasReservationOnProject | Indicates whether the employee has reservations on the project. |
| employeeHasReservationOnProjectContract | Indicates whether an employee has reservations on the project contract. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getProject | |
| getPSAResourceAssignmentAnalysisTmp | Retrieves the required report data from the temporary table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertAssignmentAnalysisDepartment | Calculates and populates the temporary table. |
| insertAssignmentAnalysisProject | Calculates and populates the temporary table for assignment analysis that is based on the project. |
| insertAssignmentAnalysisWorker | Calculates and populates the temporary table for assignment analysis that is based on the worker. |
| insertProjAssignSummary | Calculates and populates the temporary table for assignment analysis that is based on the project summary. |
| insertTmpResourceAssignmentAnalysis | Calculates and populates the temporary table for assignment analysis that is based on the project. |
| modifyQuery | Used to add the range values in the query based on parameters. |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| processReport | Processes the report business logic. (Overrides the processReport Method.) |
| rootProjId | To find the parent project of a given project and data area |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sumHours | Calculates effort, hard, and soft commitment for a project. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateTotalHours | Calculates the total hard and soft commitment based on the specified project and updates the temporary table. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::capacity | Calculates the total capacity in hours of the worker in the specified start and end date interval. |
Community Additions
ADD
Show: