Uses of Class
com.primavera.integration.client.bo.enm.TimesheetStatus
Packages that use TimesheetStatus
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of TimesheetStatus in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as TimesheetStatusModifier and TypeFieldDescriptionstatic final TimesheetStatusTimesheetStatus.ACTIVEstatic final TimesheetStatusTimesheetStatus.APPROVEDstatic final TimesheetStatusTimesheetStatus.NOTSTARTEDstatic final TimesheetStatusTimesheetStatus.NULLstatic final TimesheetStatusTimesheetStatus.PROJECT_MANAGER_APPROVEDstatic final TimesheetStatusTimesheetStatus.REJECTEDstatic final TimesheetStatusTimesheetStatus.REOPENEDstatic final TimesheetStatusTimesheetStatus.RESOURCE_MANAGER_APPROVEDstatic final TimesheetStatusTimesheetStatus.RESUBMITTEDstatic final TimesheetStatusTimesheetStatus.RESUBMITTEDRMstatic final TimesheetStatusTimesheetStatus.SUBMITTEDstatic final TimesheetStatusTimesheetStatus.SUBMITTEDRMMethods in com.primavera.integration.client.bo.enm that return TimesheetStatusModifier and TypeMethodDescriptionstatic TimesheetStatusTimesheetStatus.getTimesheetStatus(int iTimesheetStatus) Gets an instance of TimesheetStatus based on the integer value specified.static TimesheetStatusTimesheetStatus.getTimesheetStatus(String sTimesheetStatus) Gets an instance of TimesheetStatus based on the String value specified. -
Uses of TimesheetStatus in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TimesheetStatusModifier and TypeMethodDescriptionTimesheet.getStatus()Gets the current status of the timesheet: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'.TimesheetAudit.getTimesheetStatus()Gets the status of the timesheet.Methods in com.primavera.integration.client.bo.object with parameters of type TimesheetStatusModifier and TypeMethodDescriptionvoidTimesheet.setStatus(TimesheetStatus enm) Sets the current status of the timesheet: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'.