Uses of Class
com.primavera.integration.client.bo.object.Resource
Packages that use Resource
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
XML exporter classes
-
Uses of Resource in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ResourceModifier and TypeMethodDescriptionEnterpriseLoadManager.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Resource objects from the database.GlobalObjectManager.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Resource objects from the database.EnterpriseLoadManager.loadResourcesWithProjectResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads multiple Resource objects with spreads from the database.GlobalObjectManager.loadResourcesWithProjectResourceSpread(String[] nonSpreadFields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads multiple Resource objects with spreads from the database.Methods in com.primavera.integration.client with parameters of type ResourceModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createResources(Resource[] resources) Creates multiple Resource objects in the database.voidGlobalObjectManager.deleteResources(Resource[] resources) Deletes multiple Resource objects from the database.voidGlobalObjectManager.updateResources(Resource[] resources) Updates multiple Resource objects in the database. -
Uses of Resource in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ResourceModifier and TypeMethodDescriptionResource[]ResourceHelper.createBusinessObjectArray(int iSize) ResourceHelper.newBusinessObject(Session session) ResourceHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ResourceModifier and TypeMethodDescriptionResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ResourceHelper.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.ResourceHelper.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.ResourceHelper.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 Resource in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ResourceModifier and TypeMethodDescriptionstatic ResourceLoads a single Resource object from the database.Resource.loadParentResource(String[] fields) Loads an associated Resource object from the database.Document.loadResource(String[] fields) Loads an associated Resource object from the database.ProjectIssue.loadResource(String[] fields) Loads an associated Resource object from the database.ProjectResource.loadResource(String[] fields) Loads an associated Resource object from the database.ProjectResourceQuantity.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceAccess.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceAssignment.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceCodeAssignment.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceHour.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceLocation.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceRate.loadResource(String[] fields) Loads an associated Resource object from the database.ResourceRole.loadResource(String[] fields) Loads an associated Resource object from the database.Risk.loadResource(String[] fields) Loads an associated Resource object from the database.RiskResponseAction.loadResource(String[] fields) Loads an associated Resource object from the database.Timesheet.loadResource(String[] fields) Loads an associated Resource object from the database.User.loadResource(String[] fields) Loads an associated Resource object from the database.static ResourceResource.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId objId, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads a Resource object with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ResourceModifier and TypeMethodDescriptionstatic BOIterator<Resource>Loads multiple Resource objects from the database.Project.loadAllResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.Resource.loadResourceChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.Calendar.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.Currency.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.Location.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.ResourceCode.loadResources(String[] fields, String sWhereClause, String sOrderBy) Load the Resource objects to which this resource code is assigned.ResourceTeam.loadResources(String[] fields, String sWhereClause, String sOrderBy) Load the resource objects contained in the resource team.UnitOfMeasure.loadResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Resource objects from the database.static BOIterator<Resource>Resource.loadRootResources(Session session, String[] fields) Loads the root Resource objects from the database.static BOIterator<Resource>Resource.loadWithProjectResourceSpread(Session session, String[] nonSpreadFields, ObjectId[] objIds, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative, ObjectId[] projectObjectIds) Loads multiple Resource objects with summarized spreads from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ResourceModifier and TypeMethodDescriptionvoidResourceTeam.addResource(Resource rsrc) Adds a resource into the resource team.voidResourceTeam.addResources(Resource[] rsrcs) Adds resources into the resource team.booleanResourceTeam.containsResource(Resource rsrc) Find out whether the resource team contains the specified Resource.static ObjectId[]Creates multiple Resource objects in the database.Resource.createResourceChild(Resource resourcechild) Creates an associated Resource object in the database.ObjectId[]Resource.createResourceChildren(Resource[] resourcechildren) Creates multiple associated Resource objects in the database.static voidDeletes multiple Resource objects from the database.static voidDeletes multiple resource objects in a hierarchy from the database and set the new parent of all child objects.voidResourceTeam.removeResource(Resource rsrc) Removes a resource from the resource team.voidResourceTeam.removeResources(Resource[] rsrcs) Removes resources from the resource team.static voidUpdates multiple Resource objects in the database. -
Uses of Resource in com.primavera.integration.client.xml.xmlexporter
Methods in com.primavera.integration.client.xml.xmlexporter with parameters of type ResourceModifier and TypeMethodDescriptionvoidXMLExporter.exportResourceAssignmentsWithLiveSpread(OutputStream os, Resource parent, String[] fields, String sWhereClause, String sOrderBy, String[] spreadFields, SpreadPeriodType periodType, Date startDate, Date endDate, boolean bIncludeCumulative) Export a collection of resource assignments for a particular resource with live spread data.