Uses of Class
com.primavera.integration.client.bo.object.UDFValue
Packages that use UDFValue
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UDFValue in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UDFValueModifier and TypeMethodDescriptionEnterpriseLoadManager.loadBaselineProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) Loads multiple associatedUDFValueobjects.EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) Loads multiple associatedUDFValueobjects.EnterpriseLoadManager.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UDFValue objects from the database. -
Uses of UDFValue in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UDFValueModifier and TypeMethodDescriptionUDFValue[]UDFValueHelper.createBusinessObjectArray(int iSize) UDFValueHelper.newBusinessObject(Session session) UDFValueHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UDFValueModifier and TypeMethodDescriptionUDFValueHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFValueHelper.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.UDFValueHelper.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.UDFValueHelper.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 UDFValue in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UDFValueModifier and TypeMethodDescriptionstatic UDFValueLoads a single UDFValue object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UDFValueModifier and TypeMethodDescriptionstatic BOIterator<UDFValue>Loads multiple UDFValue objects from the database.Project.loadActivityUDFValuesNewerThanBaseline(String[] fields, String sWhereClause, String sOrderBy, ObjectId blObjId) Loads the activity UDFs of the project that are newer than their baseline counterparts, including UDFs where baseline counterparts don't exist.BaselineProject.loadAllUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Project.loadAllUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.BaselineProject.loadCalculatedUDFValues(UDFType[] udfTypes) Loads multiple associatedUDFValueobjectsProject.loadCalculatedUDFValues(UDFType[] udfTypes) Loads multiple associatedUDFValueobjectsBaselineProject.loadProjectLevelUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Project.loadProjectLevelUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Activity.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ActivityExpense.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ActivityStep.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ActivityStepTemplateItem.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Document.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.EPS.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.LeanTask.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ProjectDocument.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ProjectIssue.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Resource.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.ResourceAssignment.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Risk.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.UDFCode.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.UDFType.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.WBS.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UDFValueModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple UDFValue objects in the database.static voidDeletes multiple UDFValue objects from the database.static voidUpdates multiple UDFValue objects in the database.