Uses of Class
com.primavera.integration.client.bo.object.Profile
Packages that use Profile
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Profile in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProfileModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProfiles(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Profile objects from the database.GlobalObjectManager.loadProfiles(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Profile objects from the database.Methods in com.primavera.integration.client with parameters of type ProfileModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createProfiles(Profile[] profiles) Creates multiple Profile objects in the database.voidGlobalObjectManager.deleteProfiles(Profile[] profiles) Deletes multiple Profile objects from the database.voidGlobalObjectManager.updateProfiles(Profile[] profiles) Updates multiple Profile objects in the database. -
Uses of Profile in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProfileModifier and TypeMethodDescriptionProfile[]ProfileHelper.createBusinessObjectArray(int iSize) ProfileHelper.newBusinessObject(Session session) ProfileHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfileHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProfileHelper.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.ProfileHelper.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.ProfileHelper.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 Profile in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProfileModifier and TypeMethodDescriptionstatic ProfileLoads a single Profile object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProfileModifier and TypeMethodDescriptionstatic BOIterator<Profile>Loads multiple Profile objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProfileModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Profile objects in the database.static voidDeletes multiple Profile objects from the database.static voidUpdates multiple Profile objects in the database.