Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.ScheduleOptions

Packages that use ScheduleOptions
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of ScheduleOptions in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type ScheduleOptions
 BOIterator<ScheduleOptions> EnterpriseLoadManager.loadScheduleOptions(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple ScheduleOptions objects from the database.
 

Uses of ScheduleOptions in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return ScheduleOptions
 ScheduleOptions[] ScheduleOptionsHelper.createBusinessObjectArray(int iSize)
           
 ScheduleOptions ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 ScheduleOptions ScheduleOptionsHelper.newBusinessObject(Session session)
           
 ScheduleOptions ScheduleOptionsHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ScheduleOptions
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<ScheduleOptions> ScheduleOptionsHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 

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

Methods in com.primavera.integration.client.bo.object that return ScheduleOptions
static ScheduleOptions ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single ScheduleOptions object from the database.
 ScheduleOptions Project.loadScheduleOptions(java.lang.String[] fields)
          Loads an associated ScheduleOptions object from the database.
 ScheduleOptions BaselineProject.loadScheduleOptions(java.lang.String[] fields)
          Loads an associated ScheduleOptions object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type ScheduleOptions
static BOIterator<ScheduleOptions> ScheduleOptions.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple ScheduleOptions objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ScheduleOptions
static void ScheduleOptions.update(Session session, ScheduleOptions[] scheduleoptions)
          Updates multiple ScheduleOptions objects in the database.
 


Primavera Integration API 7.0

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