|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThresholdParameter | |
---|---|
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo.helper | Business object helper classes |
com.primavera.integration.client.bo.object | 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 ThresholdParameter | |
---|---|
BOIterator<ThresholdParameter> |
EnterpriseLoadManager.loadThresholdParameters(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ThresholdParameter objects from the database. |
BOIterator<ThresholdParameter> |
GlobalObjectManager.loadThresholdParameters(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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 ThresholdParameter | |
---|---|
ThresholdParameter[] |
ThresholdParameterHelper.createBusinessObjectArray(int iSize)
|
ThresholdParameter |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ThresholdParameter |
ThresholdParameterHelper.newBusinessObject(Session session)
|
ThresholdParameter |
ThresholdParameterHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ThresholdParameter | |
---|---|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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. |
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.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. |
BOIterator<ThresholdParameter> |
ThresholdParameterHelper.load(Session session,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.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 ThresholdParameter | |
---|---|
static ThresholdParameter |
ThresholdParameter.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ThresholdParameter object from the database. |
ThresholdParameter |
ProjectThreshold.loadThresholdParameter(java.lang.String[] fields)
Loads an associated ThresholdParameter object from the database. |
ThresholdParameter |
ProjectIssue.loadThresholdParameter(java.lang.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 ThresholdParameter | |
---|---|
static BOIterator<ThresholdParameter> |
ThresholdParameter.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ThresholdParameter objects from the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |