Uses of Class
com.primavera.integration.client.bo.object.Alert
Packages that use Alert
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Alert in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type AlertModifier and TypeMethodDescriptionEnterpriseLoadManager.loadAlerts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Alert objects from the database.GlobalObjectManager.loadAlerts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Alert objects from the database.Methods in com.primavera.integration.client with parameters of type AlertModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createAlerts(Alert[] alerts) Creates multiple Alert objects in the database.voidGlobalObjectManager.deleteAlerts(Alert[] alerts) Deletes multiple Alert objects from the database.voidGlobalObjectManager.updateAlerts(Alert[] alerts) Updates multiple Alert objects in the database. -
Uses of Alert in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return AlertModifier and TypeMethodDescriptionAlert[]AlertHelper.createBusinessObjectArray(int iSize) AlertHelper.newBusinessObject(Session session) AlertHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type AlertModifier and TypeMethodDescriptionAlertHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) AlertHelper.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.AlertHelper.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.AlertHelper.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 Alert in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return AlertMethods in com.primavera.integration.client.bo.object that return types with arguments of type AlertModifier and TypeMethodDescriptionstatic BOIterator<Alert>Loads multiple Alert objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type AlertModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Alert objects in the database.static voidDeletes multiple Alert objects from the database.static voidUpdates multiple Alert objects in the database.