Uses of Class
com.primavera.integration.client.bo.object.LeanTask
Packages that use LeanTask
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of LeanTask in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type LeanTaskModifier and TypeMethodDescriptionEnterpriseLoadManager.loadLeanTasks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple LeanTask objects from the database. -
Uses of LeanTask in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return LeanTaskModifier and TypeMethodDescriptionLeanTask[]LeanTaskHelper.createBusinessObjectArray(int iSize) LeanTaskHelper.newBusinessObject(Session session) LeanTaskHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type LeanTaskModifier and TypeMethodDescriptionLeanTaskHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) LeanTaskHelper.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.LeanTaskHelper.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.LeanTaskHelper.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 LeanTask in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return LeanTaskModifier and TypeMethodDescriptionstatic LeanTaskLoads a single LeanTask object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type LeanTaskModifier and TypeMethodDescriptionstatic BOIterator<LeanTask>Loads multiple LeanTask objects from the database.BaselineProject.loadAllLeanTasks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated LeanTask objects from the database.Project.loadAllLeanTasks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated LeanTask objects from the database.Activity.loadLeanTasks(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated LeanTask objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type LeanTaskModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple LeanTask objects in the database.Activity.createLeanTask(LeanTask leantask) Creates an associated LeanTask object in the database.ObjectId[]Activity.createLeanTasks(LeanTask[] leantasks) Creates multiple associated LeanTask objects in the database.static voidDeletes multiple LeanTask objects from the database.voidActivity.deleteLeanTasks(LeanTask[] leantasks) Deletes multiple associated LeanTask objects from the database.static voidUpdates multiple LeanTask objects in the database.voidActivity.updateLeanTasks(LeanTask[] leantasks) Updates multiple associated LeanTask objects in the database.