Uses of Class
com.primavera.integration.client.bo.object.CostAccount
Packages that use CostAccount
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of CostAccount in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type CostAccountModifier and TypeMethodDescriptionEnterpriseLoadManager.loadCostAccounts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple CostAccount objects from the database.GlobalObjectManager.loadCostAccounts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple CostAccount objects from the database.Methods in com.primavera.integration.client with parameters of type CostAccountModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createCostAccounts(CostAccount[] costaccounts) Creates multiple CostAccount objects in the database.voidGlobalObjectManager.deleteCostAccounts(CostAccount[] costaccounts) Deletes multiple CostAccount objects from the database.voidGlobalObjectManager.updateCostAccounts(CostAccount[] costaccounts) Updates multiple CostAccount objects in the database. -
Uses of CostAccount in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return CostAccountModifier and TypeMethodDescriptionCostAccountHelper.createBusinessObjectArray(int iSize) CostAccountHelper.newBusinessObject(Session session) CostAccountHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type CostAccountModifier and TypeMethodDescriptionCostAccountHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CostAccountHelper.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.CostAccountHelper.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.CostAccountHelper.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 CostAccount in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CostAccountModifier and TypeMethodDescriptionstatic CostAccountLoads a single CostAccount object from the database.ActivityExpense.loadCostAccount(String[] fields) Loads an associated CostAccount object from the database.ResourceAssignment.loadCostAccount(String[] fields) Loads an associated CostAccount object from the database.CostAccount.loadParentCostAccount(String[] fields) Loads an associated CostAccount object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type CostAccountModifier and TypeMethodDescriptionstatic BOIterator<CostAccount>Loads multiple CostAccount objects from the database.CostAccount.loadCostAccountChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated CostAccount objects from the database.static BOIterator<CostAccount>CostAccount.loadRootCostAccounts(Session session, String[] fields) Loads the root CostAccount objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type CostAccountModifier and TypeMethodDescriptionstatic ObjectId[]CostAccount.create(Session session, CostAccount[] costaccounts) Creates multiple CostAccount objects in the database.CostAccount.createCostAccountChild(CostAccount costaccountchild) Creates an associated CostAccount object in the database.ObjectId[]CostAccount.createCostAccountChildren(CostAccount[] costaccountchildren) Creates multiple associated CostAccount objects in the database.static voidCostAccount.delete(Session session, CostAccount[] costaccounts) Deletes multiple CostAccount objects from the database.static voidCostAccount.delete(Session session, CostAccount[] costaccounts, ObjectId replacementParent) Deletes multiple costaccount objects in a hierarchy from the database and set the new parent of all child objects.static voidCostAccount.update(Session session, CostAccount[] costaccounts) Updates multiple CostAccount objects in the database.