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