Uses of Class
com.primavera.integration.client.bo.object.Location
Packages that use Location
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Location in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type LocationModifier and TypeMethodDescriptionEnterpriseLoadManager.loadLocations(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Location objects from the database.GlobalObjectManager.loadLocations(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Location objects from the database.Methods in com.primavera.integration.client with parameters of type LocationModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createLocations(Location[] locations) Creates multiple Location objects in the database.voidGlobalObjectManager.deleteLocations(Location[] locations) Deletes multiple Location objects from the database.voidGlobalObjectManager.updateLocations(Location[] locations) Updates multiple Location objects in the database. -
Uses of Location in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return LocationModifier and TypeMethodDescriptionLocation[]LocationHelper.createBusinessObjectArray(int iSize) LocationHelper.newBusinessObject(Session session) LocationHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) LocationHelper.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.LocationHelper.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.LocationHelper.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 Location in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return LocationModifier and TypeMethodDescriptionstatic LocationLoads a single Location object from the database.Activity.loadLocation(String[] fields) Loads an associated Location object from the database.BaselineProject.loadLocation(String[] fields) Loads an associated Location object from the database.Project.loadLocation(String[] fields) Loads an associated Location object from the database.Resource.loadLocation(String[] fields) Loads an associated Location object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type LocationModifier and TypeMethodDescriptionstatic BOIterator<Location>Loads multiple Location objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type LocationModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Location objects in the database.static voidDeletes multiple Location objects from the database.static voidUpdates multiple Location objects in the database.