Uses of Class
com.primavera.integration.client.bo.object.UDFCode
Packages that use UDFCode
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UDFCode in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UDFCodeModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUDFCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UDFCode objects from the database.GlobalObjectManager.loadUDFCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UDFCode objects from the database.Methods in com.primavera.integration.client with parameters of type UDFCodeModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createUDFCodes(UDFCode[] udfcodes) Creates multiple UDFCode objects in the database.voidGlobalObjectManager.deleteUDFCodes(UDFCode[] udfcodes) Deletes multiple UDFCode objects from the database.voidGlobalObjectManager.updateUDFCodes(UDFCode[] udfcodes) Updates multiple UDFCode objects in the database. -
Uses of UDFCode in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UDFCodeModifier and TypeMethodDescriptionUDFCode[]UDFCodeHelper.createBusinessObjectArray(int iSize) UDFCodeHelper.newBusinessObject(Session session) UDFCodeHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UDFCodeModifier and TypeMethodDescriptionUDFCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UDFCodeHelper.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.UDFCodeHelper.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.UDFCodeHelper.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 UDFCode in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UDFCodeModifier and TypeMethodDescriptionstatic UDFCodeLoads a single UDFCode object from the database.UDFValue.loadUDFCode(String[] fields) Loads an associated UDFCode object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UDFCodeModifier and TypeMethodDescriptionstatic BOIterator<UDFCode>Loads multiple UDFCode objects from the database.UDFType.loadUDFCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFCode objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UDFCodeModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple UDFCode objects in the database.static voidDeletes multiple UDFCode objects from the database.static voidUpdates multiple UDFCode objects in the database.