Uses of Class
com.primavera.integration.client.bo.object.UserOBS
Packages that use UserOBS
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UserOBS in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UserOBSModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUserOBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UserOBS objects from the database. -
Uses of UserOBS in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UserOBSModifier and TypeMethodDescriptionUserOBS[]UserOBSHelper.createBusinessObjectArray(int iSize) UserOBSHelper.newBusinessObject(Session session) UserOBSHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserOBSModifier and TypeMethodDescriptionUserOBSHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserOBSHelper.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.UserOBSHelper.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.UserOBSHelper.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 UserOBS in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UserOBSModifier and TypeMethodDescriptionstatic UserOBSLoads a single UserOBS object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserOBSModifier and TypeMethodDescriptionstatic BOIterator<UserOBS>Loads multiple UserOBS objects from the database.OBS.loadUserOBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UserOBS objects from the database.ProjectProfile.loadUserOBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UserOBS objects from the database.User.loadUserOBS(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UserOBS objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type UserOBSModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple UserOBS objects in the database.OBS.createUserOBS(UserOBS userobs) Creates an associated UserOBS object in the database.ObjectId[]OBS.createUserOBS(UserOBS[] userobs) Creates multiple associated UserOBS objects in the database.User.createUserOBS(UserOBS userobs) Creates an associated UserOBS object in the database.ObjectId[]User.createUserOBS(UserOBS[] userobs) Creates multiple associated UserOBS objects in the database.static voidDeletes multiple UserOBS objects from the database.voidOBS.deleteUserOBS(UserOBS[] userobs) Deletes multiple associated UserOBS objects from the database.voidUser.deleteUserOBS(UserOBS[] userobs) Deletes multiple associated UserOBS objects from the database.static voidUpdates multiple UserOBS objects in the database.voidOBS.updateUserOBS(UserOBS[] userobs) Updates multiple associated UserOBS objects in the database.voidUser.updateUserOBS(UserOBS[] userobs) Updates multiple associated UserOBS objects in the database.