Uses of Class
com.primavera.integration.client.bo.object.Currency
Packages that use Currency
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Currency in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type CurrencyModifier and TypeMethodDescriptionEnterpriseLoadManager.loadCurrencies(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Currency objects from the database.GlobalObjectManager.loadCurrencies(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Currency objects from the database.Methods in com.primavera.integration.client with parameters of type CurrencyModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createCurrencies(Currency[] currencies) Creates multiple Currency objects in the database.voidGlobalObjectManager.deleteCurrencies(Currency[] currencies) Deletes multiple Currency objects from the database.voidGlobalObjectManager.updateCurrencies(Currency[] currencies) Updates multiple Currency objects in the database. -
Uses of Currency in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return CurrencyModifier and TypeMethodDescriptionCurrency[]CurrencyHelper.createBusinessObjectArray(int iSize) CurrencyHelper.newBusinessObject(Session session) CurrencyHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type CurrencyModifier and TypeMethodDescriptionCurrencyHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CurrencyHelper.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.CurrencyHelper.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.CurrencyHelper.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 Currency in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CurrencyModifier and TypeMethodDescriptionstatic CurrencyLoads a single Currency object from the database.Resource.loadCurrency(String[] fields) Loads an associated Currency object from the database.User.loadCurrency(String[] fields) Loads an associated Currency object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type CurrencyModifier and TypeMethodDescriptionstatic BOIterator<Currency>Loads multiple Currency objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type CurrencyModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Currency objects in the database.static voidDeletes multiple Currency objects from the database.static voidUpdates multiple Currency objects in the database.