Uses of Class
net.n2oapp.framework.api.exception.SeverityType
-
Packages that use SeverityType Package Description net.n2oapp.framework.api.exception net.n2oapp.framework.api.ui -
-
Uses of SeverityType in net.n2oapp.framework.api.exception
Methods in net.n2oapp.framework.api.exception that return SeverityType Modifier and Type Method Description static SeverityTypeSeverityType. valueOf(String name)Returns the enum constant of this type with the specified name.static SeverityType[]SeverityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SeverityType in net.n2oapp.framework.api.ui
Methods in net.n2oapp.framework.api.ui with parameters of type SeverityType Modifier and Type Method Description ResponseMessageAlertMessageBuilder. buildMessage(RequestInfo requestInfo, SeverityType severityType)ResponseMessageResponseInfo. constructMessage(RequestInfo requestInfo, SeverityType severityType, AlertMessageBuilder alertMessageBuilder)voidResponseMessage. setSeverityType(SeverityType severity)
-