Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.UDFType

Packages that use UDFType
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object 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 UDFType
 BOIterator<UDFType> EnterpriseLoadManager.loadUDFTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFType objects from the database.
 BOIterator<UDFType> GlobalObjectManager.loadUDFTypes(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UDFType objects from the database.
 

Methods in com.primavera.integration.client with parameters of type UDFType
 ObjectId[] GlobalObjectManager.createUDFTypes(UDFType[] udftypes)
          Creates multiple UDFType objects in the database.
 void GlobalObjectManager.deleteUDFTypes(UDFType[] udftypes)
          Deletes multiple UDFType objects from the database.
 BOIterator<UDFValue> EnterpriseLoadManager.loadProjectCalculatedUDFValues(UDFType[] udfTypes, java.lang.String whereClause, java.lang.String sOrderBy)
          Loads multiple associated UDFValue objects.
 void GlobalObjectManager.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 UDFType
 UDFType[] UDFTypeHelper.createBusinessObjectArray(int iSize)
           
 UDFType UDFTypeHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UDFType UDFTypeHelper.newBusinessObject(Session session)
           
 UDFType UDFTypeHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UDFType
 BOIterator<UDFType> UDFTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UDFType> UDFTypeHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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.
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.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.
 BOIterator<UDFType> UDFTypeHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.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 UDFType
static UDFType UDFType.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UDFType object from the database.
 UDFType UDFValue.loadUDFType(java.lang.String[] fields)
          Loads an associated UDFType object from the database.
 UDFType UDFCode.loadUDFType(java.lang.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 UDFType
static BOIterator<UDFType> UDFType.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UDFType objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type UDFType
static ObjectId[] UDFType.create(Session session, UDFType[] udftypes)
          Creates multiple UDFType objects in the database.
static void UDFType.delete(Session session, UDFType[] udftypes)
          Deletes multiple UDFType objects from the database.
 BOIterator<UDFValue> Project.loadCalculatedUDFValues(UDFType[] udfTypes)
          Loads multiple associated UDFValue objects
static void UDFType.update(Session session, UDFType[] udftypes)
          Updates multiple UDFType objects in the database.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.