Uses of Class
com.primavera.integration.client.bo.object.WBSCategory
Packages that use WBSCategory
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of WBSCategory in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type WBSCategoryModifier and TypeMethodDescriptionEnterpriseLoadManager.loadWBSCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple WBSCategory objects from the database.GlobalObjectManager.loadWBSCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple WBSCategory objects from the database.Methods in com.primavera.integration.client with parameters of type WBSCategoryModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createWBSCategories(WBSCategory[] wbscategories) Creates multiple WBSCategory objects in the database.voidGlobalObjectManager.deleteWBSCategories(WBSCategory[] wbscategories) Deletes multiple WBSCategory objects from the database.voidGlobalObjectManager.updateWBSCategories(WBSCategory[] wbscategories) Updates multiple WBSCategory objects in the database. -
Uses of WBSCategory in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return WBSCategoryModifier and TypeMethodDescriptionWBSCategoryHelper.createBusinessObjectArray(int iSize) WBSCategoryHelper.newBusinessObject(Session session) WBSCategoryHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type WBSCategoryModifier and TypeMethodDescriptionWBSCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) WBSCategoryHelper.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.WBSCategoryHelper.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.WBSCategoryHelper.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 WBSCategory in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return WBSCategoryModifier and TypeMethodDescriptionstatic WBSCategoryLoads a single WBSCategory object from the database.WBS.loadWBSCategory(String[] fields) Loads an associated WBSCategory object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type WBSCategoryModifier and TypeMethodDescriptionstatic BOIterator<WBSCategory>Loads multiple WBSCategory objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type WBSCategoryModifier and TypeMethodDescriptionstatic ObjectId[]WBSCategory.create(Session session, WBSCategory[] wbscategories) Creates multiple WBSCategory objects in the database.static voidWBSCategory.delete(Session session, WBSCategory[] wbscategories) Deletes multiple WBSCategory objects from the database.static voidWBSCategory.update(Session session, WBSCategory[] wbscategories) Updates multiple WBSCategory objects in the database.