Uses of Class
com.primavera.integration.client.bo.object.EPSNote
Packages that use EPSNote
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of EPSNote in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type EPSNoteModifier and TypeMethodDescriptionEnterpriseLoadManager.loadEPSNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple EPSNote objects from the database. -
Uses of EPSNote in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return EPSNoteModifier and TypeMethodDescriptionEPSNote[]EPSNoteHelper.createBusinessObjectArray(int iSize) EPSNoteHelper.newBusinessObject(Session session) EPSNoteHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type EPSNoteModifier and TypeMethodDescriptionEPSNoteHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) EPSNoteHelper.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.EPSNoteHelper.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.EPSNoteHelper.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 EPSNote in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return EPSNoteModifier and TypeMethodDescriptionstatic EPSNoteLoads a single EPSNote object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type EPSNoteModifier and TypeMethodDescriptionstatic BOIterator<EPSNote>Loads multiple EPSNote objects from the database.EPS.loadEPSNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSNote objects from the database.NotebookTopic.loadEPSNotes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated EPSNote objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type EPSNoteModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple EPSNote objects in the database.EPS.createEPSNote(EPSNote epsnote) Creates an associated EPSNote object in the database.ObjectId[]EPS.createEPSNotes(EPSNote[] epsnotes) Creates multiple associated EPSNote objects in the database.static voidDeletes multiple EPSNote objects from the database.voidEPS.deleteEPSNotes(EPSNote[] epsnotes) Deletes multiple associated EPSNote objects from the database.static voidUpdates multiple EPSNote objects in the database.voidEPS.updateEPSNotes(EPSNote[] epsnotes) Updates multiple associated EPSNote objects in the database.