Primavera Integration API 7.0

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

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

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

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

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

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

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

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


Primavera Integration API 7.0

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