Uses of Class
com.primavera.integration.client.bo.object.ResourceLocation
Packages that use ResourceLocation
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ResourceLocation in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionEnterpriseLoadManager.loadResourceLocations(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ResourceLocation objects from the database.GlobalObjectManager.loadResourceLocations(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ResourceLocation objects from the database.Methods in com.primavera.integration.client with parameters of type ResourceLocationModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createResourceLocations(ResourceLocation[] resourcelocations) Creates multiple ResourceLocation objects in the database.voidGlobalObjectManager.deleteResourceLocations(ResourceLocation[] resourcelocations) Deletes multiple ResourceLocation objects from the database.voidGlobalObjectManager.updateResourceLocations(ResourceLocation[] resourcelocations) Updates multiple ResourceLocation objects in the database. -
Uses of ResourceLocation in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ResourceLocationModifier and TypeMethodDescriptionResourceLocationHelper.createBusinessObjectArray(int iSize) ResourceLocationHelper.newBusinessObject(Session session) ResourceLocationHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionResourceLocationHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceLocationHelper.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.ResourceLocationHelper.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.ResourceLocationHelper.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 ResourceLocation in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ResourceLocationModifier and TypeMethodDescriptionstatic ResourceLocationLoads a single ResourceLocation object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ResourceLocationModifier and TypeMethodDescriptionstatic BOIterator<ResourceLocation>Loads multiple ResourceLocation objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ResourceLocationModifier and TypeMethodDescriptionstatic ObjectId[]ResourceLocation.create(Session session, ResourceLocation[] resourcelocations) Creates multiple ResourceLocation objects in the database.static voidResourceLocation.delete(Session session, ResourceLocation[] resourcelocations) Deletes multiple ResourceLocation objects from the database.static voidResourceLocation.update(Session session, ResourceLocation[] resourcelocations) Updates multiple ResourceLocation objects in the database.