Uses of Class
com.primavera.integration.client.bo.object.RoleRate
Packages that use RoleRate
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 RoleRateModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRoleRates(String[] fields, String sWhereClause, 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 RoleRateModifier and TypeMethodDescriptionRoleRate[]RoleRateHelper.createBusinessObjectArray(int iSize) RoleRateHelper.newBusinessObject(Session session) RoleRateHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RoleRateModifier and TypeMethodDescriptionRoleRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleRateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, 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.RoleRateHelper.load(Session session, 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.RoleRateHelper.load(Session session, String[] fields, String sWhereClause, 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 RoleRateModifier and TypeMethodDescriptionstatic RoleRateLoads a single RoleRate object from the database.Role.loadRoleRate(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 RoleRateModifier and TypeMethodDescriptionstatic BOIterator<RoleRate>Loads multiple RoleRate objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RoleRateModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple RoleRate objects in the database.Role.createRoleRate(RoleRate rolerate) Creates an associated RoleRate object in the database.static voidDeletes multiple RoleRate objects from the database.static voidUpdates multiple RoleRate objects in the database.