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