Uses of Class
com.primavera.integration.client.bo.object.ProjectResourceCategory
Packages that use ProjectResourceCategory
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ProjectResourceCategory in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ProjectResourceCategoryModifier and TypeMethodDescriptionEnterpriseLoadManager.loadProjectResourceCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectResourceCategory objects from the database.GlobalObjectManager.loadProjectResourceCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ProjectResourceCategory objects from the database.Methods in com.primavera.integration.client with parameters of type ProjectResourceCategoryModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories) Creates multiple ProjectResourceCategory objects in the database.voidGlobalObjectManager.deleteProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories) Deletes multiple ProjectResourceCategory objects from the database.voidGlobalObjectManager.updateProjectResourceCategories(ProjectResourceCategory[] projectresourcecategories) Updates multiple ProjectResourceCategory objects in the database. -
Uses of ProjectResourceCategory in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ProjectResourceCategoryModifier and TypeMethodDescriptionProjectResourceCategoryHelper.createBusinessObjectArray(int iSize) ProjectResourceCategoryHelper.newBusinessObject(Session session) ProjectResourceCategoryHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectResourceCategoryModifier and TypeMethodDescriptionProjectResourceCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ProjectResourceCategoryHelper.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.ProjectResourceCategoryHelper.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.ProjectResourceCategoryHelper.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 ProjectResourceCategory in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectResourceCategoryModifier and TypeMethodDescriptionstatic ProjectResourceCategoryLoads a single ProjectResourceCategory object from the database.ProjectResource.loadProjectResourceCategory(String[] fields) Loads an associated ProjectResourceCategory object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectResourceCategoryModifier and TypeMethodDescriptionstatic BOIterator<ProjectResourceCategory>Loads multiple ProjectResourceCategory objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectResourceCategoryModifier and TypeMethodDescriptionstatic ObjectId[]ProjectResourceCategory.create(Session session, ProjectResourceCategory[] projectresourcecategories) Creates multiple ProjectResourceCategory objects in the database.static voidProjectResourceCategory.delete(Session session, ProjectResourceCategory[] projectresourcecategories) Deletes multiple ProjectResourceCategory objects from the database.static voidProjectResourceCategory.update(Session session, ProjectResourceCategory[] projectresourcecategories) Updates multiple ProjectResourceCategory objects in the database.