Uses of Class
com.primavera.integration.client.bo.object.ProjectResource
Packages that use ProjectResource
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectResource in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectResourceModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectResource objects from the database. -
Uses of ProjectResource in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectResourceModifier and TypeMethodDescriptionProjectResourceHelper.createBusinessObjectArray(int iSize) ProjectResourceHelper.newBusinessObject(Session session) ProjectResourceHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectResourceModifier and TypeMethodDescriptionProjectResourceHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceHelper.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.ProjectResourceHelper.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.ProjectResourceHelper.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 ProjectResource in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectResourceModifier and TypeMethodDescriptionstatic ProjectResourceLoads a single ProjectResource object from the database.ProjectResourceQuantity.loadProjectResource(String[] fields) Loads an associated ProjectResource object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectResourceModifier and TypeMethodDescriptionstatic BOIterator<ProjectResource>Loads multiple ProjectResource objects from the database.BaselineProject.loadAllProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.Project.loadAllProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.BaselineProject.loadProjectLevelResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.Project.loadProjectLevelResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.ProjectResourceCategory.loadProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.Resource.loadProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.WBS.loadProjectResources(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated ProjectResource objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectResourceModifier and TypeMethodDescriptionstatic ObjectId[]ProjectResource.create(Session session, ProjectResource[] projectresources) Creates multiple ProjectResource objects in the database.static voidProjectResource.delete(Session session, ProjectResource[] projectresources) Deletes multiple ProjectResource objects from the database.static voidProjectResource.update(Session session, ProjectResource[] projectresources) Updates multiple ProjectResource objects in the database.