Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.TimesheetStatus

Packages that use TimesheetStatus
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of TimesheetStatus in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as TimesheetStatus
static TimesheetStatus TimesheetStatus.ACTIVE
           
static TimesheetStatus TimesheetStatus.APPROVED
           
static TimesheetStatus TimesheetStatus.NOTSTARTED
           
static TimesheetStatus TimesheetStatus.NULL
           
static TimesheetStatus TimesheetStatus.PROJECT_MANAGER_APPROVED
           
static TimesheetStatus TimesheetStatus.REJECTED
           
static TimesheetStatus TimesheetStatus.REOPENED
           
static TimesheetStatus TimesheetStatus.RESOURCE_MANAGER_APPROVED
           
static TimesheetStatus TimesheetStatus.RESUBMITTED
           
static TimesheetStatus TimesheetStatus.RESUBMITTEDRM
           
static TimesheetStatus TimesheetStatus.SUBMITTED
           
static TimesheetStatus TimesheetStatus.SUBMITTEDRM
           
 

Methods in com.primavera.integration.client.bo.enm that return TimesheetStatus
static TimesheetStatus TimesheetStatus.getTimesheetStatus(int iTimesheetStatus)
          Gets an instance of TimesheetStatus based on the integer value specified.
static TimesheetStatus TimesheetStatus.getTimesheetStatus(java.lang.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 TimesheetStatus
 TimesheetStatus Timesheet.getStatus()
          Gets the current status of the timesheet: 'Submitted', 'Approved', 'Resource Manager Approved', 'Project Manager Approved', 'Active', or 'Rejected'.
 TimesheetStatus TimesheetAudit.getTimesheetStatus()
          Gets the status of the timesheet.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.