Uses of Class
com.primavera.integration.client.bo.object.GlobalReplace
Packages that use GlobalReplace
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of GlobalReplace in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type GlobalReplaceModifier and TypeMethodDescriptionEnterpriseLoadManager.loadGlobalReplace(String[] fields, String sWhereClause, String sOrderBy) Loads multiple GlobalReplace objects from the database. -
Uses of GlobalReplace in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return GlobalReplaceModifier and TypeMethodDescriptionGlobalReplaceHelper.createBusinessObjectArray(int iSize) GlobalReplaceHelper.newBusinessObject(Session session) GlobalReplaceHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type GlobalReplaceModifier and TypeMethodDescriptionGlobalReplaceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalReplaceHelper.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.GlobalReplaceHelper.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.GlobalReplaceHelper.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 GlobalReplace in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return GlobalReplaceModifier and TypeMethodDescriptionstatic GlobalReplaceLoads a single GlobalReplace object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type GlobalReplaceModifier and TypeMethodDescriptionstatic BOIterator<GlobalReplace>Loads multiple GlobalReplace objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type GlobalReplaceModifier and TypeMethodDescriptionstatic voidGlobalReplace.update(Session session, GlobalReplace[] globalreplace) Updates multiple GlobalReplace objects in the database.