Uses of Class
com.primavera.integration.client.bo.object.GlobalProfile
Packages that use GlobalProfile
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of GlobalProfile in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type GlobalProfileModifier and TypeMethodDescriptionEnterpriseLoadManager.loadGlobalProfiles(String[] fields, String sWhereClause, String sOrderBy) Loads multiple GlobalProfile objects from the database.GlobalObjectManager.loadGlobalProfiles(String[] fields, String sWhereClause, String sOrderBy) Loads multiple GlobalProfile objects from the database.Methods in com.primavera.integration.client with parameters of type GlobalProfileModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createGlobalProfiles(GlobalProfile[] globalprofiles) Creates multiple GlobalProfile objects in the database.voidGlobalObjectManager.deleteGlobalProfiles(GlobalProfile[] globalprofiles) Deletes multiple GlobalProfile objects from the database.voidGlobalObjectManager.updateGlobalProfiles(GlobalProfile[] globalprofiles) Updates multiple GlobalProfile objects in the database. -
Uses of GlobalProfile in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return GlobalProfileModifier and TypeMethodDescriptionGlobalProfileHelper.createBusinessObjectArray(int iSize) GlobalProfileHelper.newBusinessObject(Session session) GlobalProfileHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type GlobalProfileModifier and TypeMethodDescriptionGlobalProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalProfileHelper.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.GlobalProfileHelper.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.GlobalProfileHelper.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 GlobalProfile in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return GlobalProfileModifier and TypeMethodDescriptionstatic GlobalProfileLoads a single GlobalProfile object from the database.User.loadGlobalProfile(String[] fields) Loads an associated GlobalProfile object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type GlobalProfileModifier and TypeMethodDescriptionstatic BOIterator<GlobalProfile>Loads multiple GlobalProfile objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type GlobalProfileModifier and TypeMethodDescriptionstatic ObjectId[]GlobalProfile.create(Session session, GlobalProfile[] globalprofiles) Creates multiple GlobalProfile objects in the database.static voidGlobalProfile.delete(Session session, GlobalProfile[] globalprofiles) Deletes multiple GlobalProfile objects from the database.static voidGlobalProfile.update(Session session, GlobalProfile[] globalprofiles) Updates multiple GlobalProfile objects in the database.