Uses of Class
com.primavera.integration.client.bo.object.BaselineType
Packages that use BaselineType
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of BaselineType in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type BaselineTypeModifier and TypeMethodDescriptionEnterpriseLoadManager.loadBaselineTypes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple BaselineType objects from the database.GlobalObjectManager.loadBaselineTypes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple BaselineType objects from the database.Methods in com.primavera.integration.client with parameters of type BaselineTypeModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createBaselineTypes(BaselineType[] baselinetypes) Creates multiple BaselineType objects in the database.voidGlobalObjectManager.deleteBaselineTypes(BaselineType[] baselinetypes) Deletes multiple BaselineType objects from the database.voidGlobalObjectManager.updateBaselineTypes(BaselineType[] baselinetypes) Updates multiple BaselineType objects in the database. -
Uses of BaselineType in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return BaselineTypeModifier and TypeMethodDescriptionBaselineTypeHelper.createBusinessObjectArray(int iSize) BaselineTypeHelper.newBusinessObject(Session session) BaselineTypeHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type BaselineTypeModifier and TypeMethodDescriptionBaselineTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) BaselineTypeHelper.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.BaselineTypeHelper.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.BaselineTypeHelper.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 BaselineType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return BaselineTypeModifier and TypeMethodDescriptionstatic BaselineTypeLoads a single BaselineType object from the database.BaselineProject.loadBaselineType(String[] fields) Loads an associated BaselineType object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type BaselineTypeModifier and TypeMethodDescriptionstatic BOIterator<BaselineType>Loads multiple BaselineType objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type BaselineTypeModifier and TypeMethodDescriptionstatic ObjectId[]BaselineType.create(Session session, BaselineType[] baselinetypes) Creates multiple BaselineType objects in the database.static voidBaselineType.delete(Session session, BaselineType[] baselinetypes) Deletes multiple BaselineType objects from the database.static voidBaselineType.update(Session session, BaselineType[] baselinetypes) Updates multiple BaselineType objects in the database.