Uses of Class
com.primavera.integration.client.bo.object.GlobalPreferences
Packages that use GlobalPreferences
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of GlobalPreferences in com.primavera.integration.client
Methods in com.primavera.integration.client that return GlobalPreferencesModifier and TypeMethodDescriptionEnterpriseLoadManager.loadGlobalPreferences(String[] fields) Loads the GlobalPreferences object from the database.GlobalObjectManager.loadGlobalPreferences(String[] fields) Loads the GlobalPreferences object from the database.Methods in com.primavera.integration.client with parameters of type GlobalPreferencesModifier and TypeMethodDescriptionvoidGlobalObjectManager.updateGlobalPreferences(GlobalPreferences globalpreferences) Update the GlobalPreferences object in the database. -
Uses of GlobalPreferences in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return GlobalPreferencesModifier and TypeMethodDescriptionGlobalPreferencesHelper.createBusinessObjectArray(int iSize) GlobalPreferencesHelper.newBusinessObject(Session session) GlobalPreferencesHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type GlobalPreferencesModifier and TypeMethodDescriptionGlobalPreferencesHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) GlobalPreferencesHelper.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.GlobalPreferencesHelper.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.GlobalPreferencesHelper.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 GlobalPreferences in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return GlobalPreferencesModifier and TypeMethodDescriptionstatic GlobalPreferencesLoads the GlobalPreferences object from the database.