Primavera Integration API 7.0

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

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

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

Methods in com.primavera.integration.client with parameters of type ProjectProfile
 ObjectId[] GlobalObjectManager.createProjectProfiles(ProjectProfile[] projectprofiles)
          Creates multiple ProjectProfile objects in the database.
 void GlobalObjectManager.deleteProjectProfiles(ProjectProfile[] projectprofiles)
          Deletes multiple ProjectProfile objects from the database.
 void GlobalObjectManager.updateProjectProfiles(ProjectProfile[] projectprofiles)
          Updates multiple ProjectProfile objects in the database.
 

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

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

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

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

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

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


Primavera Integration API 7.0

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