Uses of Class
com.primavera.integration.client.bo.object.UDFType
Packages that use UDFType
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UDFType in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UDFTypeModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUDFTypes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UDFType objects from the database.GlobalObjectManager.loadUDFTypes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UDFType objects from the database.Methods in com.primavera.integration.client with parameters of type UDFTypeModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createUDFTypes(UDFType[] udftypes) Creates multiple UDFType objects in the database.voidGlobalObjectManager.deleteUDFTypes(UDFType[] udftypes) Deletes multiple UDFType objects from the database.EnterpriseLoadManager.loadBaselineProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) Loads multiple associatedUDFValueobjects.EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes, String whereClause, String sOrderBy) Loads multiple associatedUDFValueobjects.voidGlobalObjectManager.updateUDFTypes(UDFType[] udftypes) Updates multiple UDFType objects in the database. -
Uses of UDFType in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UDFTypeModifier and TypeMethodDescriptionUDFType[]UDFTypeHelper.createBusinessObjectArray(int iSize) UDFTypeHelper.newBusinessObject(Session session) UDFTypeHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UDFTypeModifier and TypeMethodDescriptionUDFTypeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFTypeHelper.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.UDFTypeHelper.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.UDFTypeHelper.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 UDFType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UDFTypeModifier and TypeMethodDescriptionstatic UDFTypeLoads a single UDFType object from the database.UDFCode.loadUDFType(String[] fields) Loads an associated UDFType object from the database.UDFValue.loadUDFType(String[] fields) Loads an associated UDFType object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UDFTypeModifier and TypeMethodDescriptionstatic BOIterator<UDFType>Loads multiple UDFType objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UDFTypeModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple UDFType objects in the database.static voidDeletes multiple UDFType objects from the database.BaselineProject.loadCalculatedUDFValues(UDFType[] udfTypes) Loads multiple associatedUDFValueobjectsProject.loadCalculatedUDFValues(UDFType[] udfTypes) Loads multiple associatedUDFValueobjectsstatic voidUpdates multiple UDFType objects in the database.