Uses of Class
com.primavera.integration.client.bo.object.UserLicense
Packages that use UserLicense
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 UserLicenseModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUserLicenses(String[] fields, String sWhereClause, 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 UserLicenseModifier and TypeMethodDescriptionUserLicenseHelper.createBusinessObjectArray(int iSize) UserLicenseHelper.newBusinessObject(Session session) UserLicenseHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserLicenseModifier and TypeMethodDescriptionUserLicenseHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserLicenseHelper.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.UserLicenseHelper.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.UserLicenseHelper.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 UserLicense in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UserLicenseModifier and TypeMethodDescriptionstatic UserLicenseLoads a single UserLicense object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserLicenseModifier and TypeMethodDescriptionstatic BOIterator<UserLicense>Loads multiple UserLicense objects from the database.User.loadUserLicenses(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UserLicense objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UserLicenseModifier and TypeMethodDescriptionstatic ObjectId[]UserLicense.create(Session session, UserLicense[] userlicenses) Creates multiple UserLicense objects in the database.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 voidUserLicense.delete(Session session, UserLicense[] userlicenses) Deletes multiple UserLicense objects from the database.voidUser.deleteUserLicenses(UserLicense[] userlicenses) Deletes multiple associated UserLicense objects from the database.voidUser.updateUserLicenses(UserLicense[] userlicenses) Updates multiple associated UserLicense objects in the database.