Uses of Class
com.primavera.integration.client.bo.object.OverheadCode
Packages that use OverheadCode
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of OverheadCode in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type OverheadCodeModifier and TypeMethodDescriptionEnterpriseLoadManager.loadOverheadCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple OverheadCode objects from the database.GlobalObjectManager.loadOverheadCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple OverheadCode objects from the database.Methods in com.primavera.integration.client with parameters of type OverheadCodeModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createOverheadCodes(OverheadCode[] overheadcodes) Creates multiple OverheadCode objects in the database.voidGlobalObjectManager.deleteOverheadCodes(OverheadCode[] overheadcodes) Deletes multiple OverheadCode objects from the database.voidGlobalObjectManager.updateOverheadCodes(OverheadCode[] overheadcodes) Updates multiple OverheadCode objects in the database. -
Uses of OverheadCode in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return OverheadCodeModifier and TypeMethodDescriptionOverheadCodeHelper.createBusinessObjectArray(int iSize) OverheadCodeHelper.newBusinessObject(Session session) OverheadCodeHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type OverheadCodeModifier and TypeMethodDescriptionOverheadCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) OverheadCodeHelper.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.OverheadCodeHelper.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.OverheadCodeHelper.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 OverheadCode in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return OverheadCodeModifier and TypeMethodDescriptionstatic OverheadCodeLoads a single OverheadCode object from the database.ResourceHour.loadOverheadCode(String[] fields) Loads an associated OverheadCode object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type OverheadCodeModifier and TypeMethodDescriptionstatic BOIterator<OverheadCode>Loads multiple OverheadCode objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type OverheadCodeModifier and TypeMethodDescriptionstatic ObjectId[]OverheadCode.create(Session session, OverheadCode[] overheadcodes) Creates multiple OverheadCode objects in the database.static voidOverheadCode.delete(Session session, OverheadCode[] overheadcodes) Deletes multiple OverheadCode objects from the database.static voidOverheadCode.update(Session session, OverheadCode[] overheadcodes) Updates multiple OverheadCode objects in the database.