Uses of Class
com.primavera.integration.client.bo.object.RiskCategory
Packages that use RiskCategory
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RiskCategory in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RiskCategoryModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRiskCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskCategory objects from the database.GlobalObjectManager.loadRiskCategories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RiskCategory objects from the database.Methods in com.primavera.integration.client with parameters of type RiskCategoryModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createRiskCategories(RiskCategory[] riskcategories) Creates multiple RiskCategory objects in the database.voidGlobalObjectManager.deleteRiskCategories(RiskCategory[] riskcategories) Deletes multiple RiskCategory objects from the database.voidGlobalObjectManager.updateRiskCategories(RiskCategory[] riskcategories) Updates multiple RiskCategory objects in the database. -
Uses of RiskCategory in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RiskCategoryModifier and TypeMethodDescriptionRiskCategoryHelper.createBusinessObjectArray(int iSize) RiskCategoryHelper.newBusinessObject(Session session) RiskCategoryHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RiskCategoryModifier and TypeMethodDescriptionRiskCategoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RiskCategoryHelper.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.RiskCategoryHelper.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.RiskCategoryHelper.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 RiskCategory in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RiskCategoryModifier and TypeMethodDescriptionstatic RiskCategoryLoads a single RiskCategory object from the database.Risk.loadRiskCategory(String[] fields) Loads an associated RiskCategory object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RiskCategoryModifier and TypeMethodDescriptionstatic BOIterator<RiskCategory>Loads multiple RiskCategory objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RiskCategoryModifier and TypeMethodDescriptionstatic ObjectId[]RiskCategory.create(Session session, RiskCategory[] riskcategories) Creates multiple RiskCategory objects in the database.static voidRiskCategory.delete(Session session, RiskCategory[] riskcategories) Deletes multiple RiskCategory objects from the database.static voidRiskCategory.update(Session session, RiskCategory[] riskcategories) Updates multiple RiskCategory objects in the database.