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