Primavera Integration API 7.0

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

Packages that use Shift
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 Shift in com.primavera.integration.client
 

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

Methods in com.primavera.integration.client with parameters of type Shift
 ObjectId[] GlobalObjectManager.createShifts(Shift[] shifts)
          Creates multiple Shift objects in the database.
 void GlobalObjectManager.deleteShifts(Shift[] shifts)
          Deletes multiple Shift objects from the database.
 void GlobalObjectManager.updateShifts(Shift[] shifts)
          Updates multiple Shift objects in the database.
 

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

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

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type Shift
 BOIterator<Shift> ShiftHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Shift> ShiftHelper.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<Shift> ShiftHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Shift> ShiftHelper.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<Shift> ShiftHelper.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 Shift in com.primavera.integration.client.bo.object
 

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

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

Methods in com.primavera.integration.client.bo.object with parameters of type Shift
static ObjectId[] Shift.create(Session session, Shift[] shifts)
          Creates multiple Shift objects in the database.
static void Shift.delete(Session session, Shift[] shifts)
          Deletes multiple Shift objects from the database.
static void Shift.update(Session session, Shift[] shifts)
          Updates multiple Shift objects in the database.
 


Primavera Integration API 7.0

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