Uses of Class
com.primavera.integration.client.bo.object.ThresholdParameter
Packages that use ThresholdParameter
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ThresholdParameter in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ThresholdParameterModifier and TypeMethodDescriptionEnterpriseLoadManager.loadThresholdParameters(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ThresholdParameter objects from the database.GlobalObjectManager.loadThresholdParameters(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ThresholdParameter objects from the database. -
Uses of ThresholdParameter in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ThresholdParameterModifier and TypeMethodDescriptionThresholdParameterHelper.createBusinessObjectArray(int iSize) ThresholdParameterHelper.newBusinessObject(Session session) ThresholdParameterHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ThresholdParameterModifier and TypeMethodDescriptionThresholdParameterHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ThresholdParameterHelper.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.ThresholdParameterHelper.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.ThresholdParameterHelper.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 ThresholdParameter in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ThresholdParameterModifier and TypeMethodDescriptionstatic ThresholdParameterLoads a single ThresholdParameter object from the database.ProjectIssue.loadThresholdParameter(String[] fields) Loads an associated ThresholdParameter object from the database.ProjectThreshold.loadThresholdParameter(String[] fields) Loads an associated ThresholdParameter object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ThresholdParameterModifier and TypeMethodDescriptionstatic BOIterator<ThresholdParameter>Loads multiple ThresholdParameter objects from the database.