|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectResourceQuantity | |
---|---|
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 ProjectResourceQuantity in com.primavera.integration.client |
---|
Methods in com.primavera.integration.client that return types with arguments of type ProjectResourceQuantity | |
---|---|
BOIterator<ProjectResourceQuantity> |
EnterpriseLoadManager.loadProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple ProjectResourceQuantity objects from the database. |
Uses of ProjectResourceQuantity in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return ProjectResourceQuantity | |
---|---|
ProjectResourceQuantity[] |
ProjectResourceQuantityHelper.createBusinessObjectArray(int iSize)
|
ProjectResourceQuantity |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
ObjectId objId)
|
ProjectResourceQuantity |
ProjectResourceQuantityHelper.newBusinessObject(Session session)
|
ProjectResourceQuantity |
ProjectResourceQuantityHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ProjectResourceQuantity | |
---|---|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
BusinessObject boParent,
java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.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<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
|
BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.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<ProjectResourceQuantity> |
ProjectResourceQuantityHelper.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 ProjectResourceQuantity in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return ProjectResourceQuantity | |
---|---|
static ProjectResourceQuantity |
ProjectResourceQuantity.load(Session session,
java.lang.String[] fields,
ObjectId objId)
Loads a single ProjectResourceQuantity object from the database. |
Methods in com.primavera.integration.client.bo.object that return types with arguments of type ProjectResourceQuantity | |
---|---|
static BOIterator<ProjectResourceQuantity> |
ProjectResourceQuantity.load(Session session,
java.lang.String[] fields,
ObjectId[] objIds)
Loads multiple ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResourceQuantity> |
Project.loadAllProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
BOIterator<ProjectResourceQuantity> |
ProjectResource.loadProjectResourceQuantities(java.lang.String[] fields,
java.lang.String sWhereClause,
java.lang.String sOrderBy)
Loads multiple associated ProjectResourceQuantity objects from the database. |
Methods in com.primavera.integration.client.bo.object with parameters of type ProjectResourceQuantity | |
---|---|
static ObjectId[] |
ProjectResourceQuantity.create(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Creates multiple ProjectResourceQuantity objects in the database. |
static void |
ProjectResourceQuantity.delete(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Deletes multiple ProjectResourceQuantity objects from the database. |
static void |
ProjectResourceQuantity.update(Session session,
ProjectResourceQuantity[] projectresourcequantities)
Updates multiple ProjectResourceQuantity objects in the database. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |