Primavera Integration API 7.0

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

Packages that use UserLicense
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 UserLicense in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type UserLicense
 BOIterator<UserLicense> EnterpriseLoadManager.loadUserLicenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple UserLicense objects from the database.
 

Uses of UserLicense in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return UserLicense
 UserLicense[] UserLicenseHelper.createBusinessObjectArray(int iSize)
           
 UserLicense UserLicenseHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 UserLicense UserLicenseHelper.newBusinessObject(Session session)
           
 UserLicense UserLicenseHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserLicense
 BOIterator<UserLicense> UserLicenseHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<UserLicense> UserLicenseHelper.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<UserLicense> UserLicenseHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<UserLicense> UserLicenseHelper.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<UserLicense> UserLicenseHelper.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 UserLicense in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return UserLicense
static UserLicense UserLicense.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single UserLicense object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserLicense
static BOIterator<UserLicense> UserLicense.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple UserLicense objects from the database.
 BOIterator<UserLicense> User.loadUserLicenses(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated UserLicense objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type UserLicense
static ObjectId[] UserLicense.create(Session session, UserLicense[] userlicenses)
          Creates multiple UserLicense objects in the database.
 ObjectId User.createUserLicense(UserLicense userlicense)
          Creates an associated UserLicense object in the database.
 ObjectId[] User.createUserLicenses(UserLicense[] userlicenses)
          Creates multiple associated UserLicense objects in the database.
static void UserLicense.delete(Session session, UserLicense[] userlicenses)
          Deletes multiple UserLicense objects from the database.
 void User.deleteUserLicenses(UserLicense[] userlicenses)
          Deletes multiple associated UserLicense objects from the database.
 void User.updateUserLicenses(UserLicense[] userlicenses)
          Updates multiple associated UserLicense objects in the database.
 


Primavera Integration API 7.0

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