Uses of Class
com.primavera.integration.client.bo.object.NotebookTopic
Packages that use NotebookTopic
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 NotebookTopicModifier and TypeMethodDescriptionEnterpriseLoadManager.loadNotebookTopics(String[] fields, String sWhereClause, String sOrderBy) Loads multiple NotebookTopic objects from the database.GlobalObjectManager.loadNotebookTopics(String[] fields, String sWhereClause, String sOrderBy) Loads multiple NotebookTopic objects from the database.Methods in com.primavera.integration.client with parameters of type NotebookTopicModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createNotebookTopics(NotebookTopic[] notebooktopics) Creates multiple NotebookTopic objects in the database.voidGlobalObjectManager.deleteNotebookTopics(NotebookTopic[] notebooktopics) Deletes multiple NotebookTopic objects from the database.voidGlobalObjectManager.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 NotebookTopicModifier and TypeMethodDescriptionNotebookTopicHelper.createBusinessObjectArray(int iSize) NotebookTopicHelper.newBusinessObject(Session session) NotebookTopicHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type NotebookTopicModifier and TypeMethodDescriptionNotebookTopicHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) NotebookTopicHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, 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.NotebookTopicHelper.load(Session session, 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.NotebookTopicHelper.load(Session session, String[] fields, String sWhereClause, 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 NotebookTopicModifier and TypeMethodDescriptionstatic NotebookTopicLoads a single NotebookTopic object from the database.ActivityNote.loadNotebookTopic(String[] fields) Loads an associated NotebookTopic object from the database.EPSNote.loadNotebookTopic(String[] fields) Loads an associated NotebookTopic object from the database.ProjectNote.loadNotebookTopic(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 NotebookTopicModifier and TypeMethodDescriptionstatic BOIterator<NotebookTopic>Loads multiple NotebookTopic objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type NotebookTopicModifier and TypeMethodDescriptionstatic ObjectId[]NotebookTopic.create(Session session, NotebookTopic[] notebooktopics) Creates multiple NotebookTopic objects in the database.static voidNotebookTopic.delete(Session session, NotebookTopic[] notebooktopics) Deletes multiple NotebookTopic objects from the database.static voidNotebookTopic.update(Session session, NotebookTopic[] notebooktopics) Updates multiple NotebookTopic objects in the database.