|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ErrorSeverity in com.retek.commons.domain.core.exception |
Methods in com.retek.commons.domain.core.exception that return ErrorSeverity | |
ErrorSeverity |
BusinessProblem.getSeverity()
|
ErrorSeverity |
BusinessException.getMaxSeverity()
Returns the highest severity of all the business problems. |
Methods in com.retek.commons.domain.core.exception with parameters of type ErrorSeverity | |
boolean |
BusinessException.hasProblems(ErrorSeverity minSeverity)
Returns true if any of the business problems have a severity higher then minSeverity. |
Constructors in com.retek.commons.domain.core.exception with parameters of type ErrorSeverity | |
BusinessProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
|
|
BusinessProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
|
|
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
|
|
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
|
Uses of ErrorSeverity in com.retek.commons.gui.event |
Methods in com.retek.commons.gui.event that return ErrorSeverity | |
ErrorSeverity |
RErrorEvent.getSeverity()
Retrieves the severity level of the exception. |
Methods in com.retek.commons.gui.event with parameters of type ErrorSeverity | |
void |
RErrorEvent.setSeverity(ErrorSeverity severity)
Sets the severity level of the exception. |
Uses of ErrorSeverity in com.retek.commons.gui.util |
Methods in com.retek.commons.gui.util that return ErrorSeverity | |
ErrorSeverity |
UiBusinessException.getSeverity()
Retrieves the error severity of the exception (INFO, WARNING, ERROR, FATAL). |
Constructors in com.retek.commons.gui.util with parameters of type ErrorSeverity | |
UiBusinessException(java.lang.String message,
ErrorSeverity errorSeverity)
Constructs a new UiBusinessException based around a message. |
|
UiBusinessException(java.lang.String widgetName,
java.lang.String message,
ErrorSeverity errorSeverity)
Constructs a new UiBusinessException based around a message. |
Uses of ErrorSeverity in com.retek.commons.gui.widget |
Methods in com.retek.commons.gui.widget with parameters of type ErrorSeverity | |
protected abstract void |
RView.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Abstract exceptions and message display methods to be defined by sub-classes. |
void |
RFrame.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a search message in the status bar (defaults to ErrorSeverity.INFO); |
protected abstract void |
RScreen.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Abstract methods for displaying exceptions. |
protected abstract void |
RTab.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Abstract exceptions and message display methods to be defined by sub-classes. |
void |
RStatusBar.displaySearchStatus(java.lang.String message,
ErrorSeverity severity)
Displays text in the status bar and launches the progress thread that will fill the progress bar. |
void |
RStatusBar.displayStatus(java.lang.String message,
ErrorSeverity severity)
Displays text in the status bar changing the background and foreground color of the status bar as appropriate. |
Uses of ErrorSeverity in com.retek.commons.util |
Fields in com.retek.commons.util declared as ErrorSeverity | |
static ErrorSeverity |
ErrorSeverity.INFO
|
static ErrorSeverity |
ErrorSeverity.WARNING
|
static ErrorSeverity |
ErrorSeverity.ERROR
|
static ErrorSeverity |
ErrorSeverity.FATAL
|
static ErrorSeverity |
ErrorSeverity.MIN
|
static ErrorSeverity |
ErrorSeverity.MAX
|
Uses of ErrorSeverity in com.retek.component.media |
Constructors in com.retek.component.media with parameters of type ErrorSeverity | |
SellingItemExistsProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageKey)
|
|
SellingItemExistsProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
|
Uses of ErrorSeverity in com.retek.rcom.gui.widget |
Methods in com.retek.rcom.gui.widget with parameters of type ErrorSeverity | |
protected void |
RcomTab.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a search message in the main application frame status bar. |
protected void |
RcomView.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Abstract exceptions and message display methods to be defined by sub-classes. |
protected void |
RcomScreen.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a search message in the main application frame status bar. |
protected void |
RcomDialogTab.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a message in the status bar (defaults to ErrorSeverity.INFO) and sends the status bar into searching mode. |
Uses of ErrorSeverity in com.retek.rmm.gui.widget |
Methods in com.retek.rmm.gui.widget with parameters of type ErrorSeverity | |
protected void |
RmmView.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Abstract exceptions and message display methods to be defined by sub-classes. |
protected void |
RmmScreen.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a search message in the main application frame status bar. |
protected void |
RmmTab.displaySearchMessage(java.lang.String message,
ErrorSeverity severity)
Displays a search message in the main application frame status bar. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |