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