Primavera Integration API Release 8

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as DayOfWeekType
static DayOfWeekType DayOfWeekType.DOW_FRIDAY
           
static DayOfWeekType DayOfWeekType.DOW_MONDAY
           
static DayOfWeekType DayOfWeekType.DOW_SATURDAY
           
static DayOfWeekType DayOfWeekType.DOW_SUNDAY
           
static DayOfWeekType DayOfWeekType.DOW_THURSDAY
           
static DayOfWeekType DayOfWeekType.DOW_TUESDAY
           
static DayOfWeekType DayOfWeekType.DOW_WEDNESDAY
           
static DayOfWeekType DayOfWeekType.NULL
           
 

Methods in com.primavera.integration.client.bo.enm that return DayOfWeekType
static DayOfWeekType DayOfWeekType.getDayOfWeekType(int iDayOfWeekType)
          Gets an instance of DayOfWeekType based on the integer value specified.
static DayOfWeekType DayOfWeekType.getDayOfWeekType(String sDayOfWeekType)
          Gets an instance of DayOfWeekType based on the String value specified.
 

Uses of DayOfWeekType in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return DayOfWeekType
 DayOfWeekType GlobalPreferences.getTimesheetPeriodEndsOnDay()
          Gets the end day of time sheet period used in time sheet application.
 

Methods in com.primavera.integration.client.bo.object with parameters of type DayOfWeekType
 void GlobalPreferences.setTimesheetPeriodEndsOnDay(DayOfWeekType enm)
          Sets the end day of time sheet period used in time sheet application.
 


Primavera Integration API Release 8

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