Uses of Class
com.primavera.integration.client.bo.object.User
Packages that use User
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of User in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UserModifier and TypeMethodDescriptionLoads multiple User objects from the database.Loads multiple User objects from the database.Methods in com.primavera.integration.client with parameters of type UserModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createUsers(User[] users) Creates multiple User objects in the database.voidGlobalObjectManager.deleteUsers(User[] users) Deletes multiple User objects from the database.voidGlobalObjectManager.updateUsers(User[] users) Updates multiple User objects in the database. -
Uses of User in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UserModifier and TypeMethodDescriptionUser[]UserHelper.createBusinessObjectArray(int iSize) UserHelper.newBusinessObject(Session session) UserHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserModifier and TypeMethodDescriptionUserHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserHelper.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.UserHelper.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.UserHelper.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 User in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UserModifier and TypeMethodDescriptionstatic UserLoads a single User object from the database.TimesheetDelegate.loadApproverUser(String[] fields) Loads an associated User object from the database.TimesheetDelegate.loadDelegateUser(String[] fields) Loads an associated User object from the database.Resource.loadTimesheetApprovalManager(String[] fields) Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Loads an associated User object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserModifier and TypeMethodDescriptionstatic BOIterator<User>Loads multiple User objects from the database.Loads multiple associated User objects from the database.Loads multiple associated User objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UserModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple User objects in the database.static voidDeletes multiple User objects from the database.static voidUpdates multiple User objects in the database.static voidUpdates multiple User objects in the database with the option to reset User Data.