Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.RoleRate

Packages that use RoleRate
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 RoleRate in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type RoleRate
 BOIterator<RoleRate> EnterpriseLoadManager.loadRoleRates(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple RoleRate objects from the database.
 

Uses of RoleRate in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return RoleRate
 RoleRate[] RoleRateHelper.createBusinessObjectArray(int iSize)
           
 RoleRate RoleRateHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 RoleRate RoleRateHelper.newBusinessObject(Session session)
           
 RoleRate RoleRateHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RoleRate
 BOIterator<RoleRate> RoleRateHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<RoleRate> RoleRateHelper.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<RoleRate> RoleRateHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<RoleRate> RoleRateHelper.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<RoleRate> RoleRateHelper.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 RoleRate in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return RoleRate
static RoleRate RoleRate.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single RoleRate object from the database.
 RoleRate Role.loadRoleRate(java.lang.String[] fields)
          Loads an associated RoleRate object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type RoleRate
static BOIterator<RoleRate> RoleRate.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple RoleRate objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type RoleRate
static ObjectId[] RoleRate.create(Session session, RoleRate[] rolerates)
          Creates multiple RoleRate objects in the database.
 ObjectId Role.createRoleRate(RoleRate rolerate)
          Creates an associated RoleRate object in the database.
static void RoleRate.update(Session session, RoleRate[] rolerates)
          Updates multiple RoleRate objects in the database.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.