Primavera Integration API 7.0

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

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

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

Methods in com.primavera.integration.client with parameters of type NotebookTopic
 ObjectId[] GlobalObjectManager.createNotebookTopics(NotebookTopic[] notebooktopics)
          Creates multiple NotebookTopic objects in the database.
 void GlobalObjectManager.deleteNotebookTopics(NotebookTopic[] notebooktopics)
          Deletes multiple NotebookTopic objects from the database.
 void GlobalObjectManager.updateNotebookTopics(NotebookTopic[] notebooktopics)
          Updates multiple NotebookTopic objects in the database.
 

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

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

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

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

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

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


Primavera Integration API 7.0

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