Uses of Class
com.primavera.integration.client.bo.enm.AlertType
Packages that use AlertType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of AlertType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as AlertTypeModifier and TypeFieldDescriptionstatic final AlertTypeAlertType.JOBSERVICEstatic final AlertTypeAlertType.NULLstatic final AlertTypeAlertType.OVERALLOCATIONstatic final AlertTypeAlertType.STATUSUPDATEstatic final AlertTypeAlertType.TIMESHEETAPPROVALstatic final AlertTypeAlertType.VIEWSMIGRATIONMethods in com.primavera.integration.client.bo.enm that return AlertTypeModifier and TypeMethodDescriptionstatic AlertTypeAlertType.getAlertType(int iAlertType) Gets an instance of AlertType based on the integer value specified.static AlertTypeAlertType.getAlertType(String sAlertType) Gets an instance of AlertType based on the String value specified. -
Uses of AlertType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return AlertTypeMethods in com.primavera.integration.client.bo.object with parameters of type AlertTypeModifier and TypeMethodDescriptionvoidAlert.setAlertType(AlertType enm) Sets the type of the alert.