Uses of Class
com.primavera.integration.client.bo.object.UserDefinedValueUpdate
Packages that use UserDefinedValueUpdate
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UserDefinedValueUpdate in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UserDefinedValueUpdateModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUserDefinedValueUpdates(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UserDefinedValueUpdate objects from the database. -
Uses of UserDefinedValueUpdate in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UserDefinedValueUpdateModifier and TypeMethodDescriptionUserDefinedValueUpdateHelper.createBusinessObjectArray(int iSize) UserDefinedValueUpdateHelper.newBusinessObject(Session session) UserDefinedValueUpdateHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserDefinedValueUpdateModifier and TypeMethodDescriptionUserDefinedValueUpdateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserDefinedValueUpdateHelper.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.UserDefinedValueUpdateHelper.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.UserDefinedValueUpdateHelper.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 UserDefinedValueUpdate in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UserDefinedValueUpdateModifier and TypeMethodDescriptionstatic UserDefinedValueUpdateLoads a single UserDefinedValueUpdate object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserDefinedValueUpdateModifier and TypeMethodDescriptionstatic BOIterator<UserDefinedValueUpdate>Loads multiple UserDefinedValueUpdate objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UserDefinedValueUpdateModifier and TypeMethodDescriptionstatic ObjectId[]UserDefinedValueUpdate.create(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Creates multiple UserDefinedValueUpdate objects in the database.static voidUserDefinedValueUpdate.delete(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Deletes multiple UserDefinedValueUpdate objects from the database.static voidUserDefinedValueUpdate.update(Session session, UserDefinedValueUpdate[] userdefinedvalueupdates) Updates multiple UserDefinedValueUpdate objects in the database.