|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.SDataDiagnoses
public class SDataDiagnoses
Field Summary | |
---|---|
static java.lang.String |
SDATA_DIAGNOSES_TAG
|
Constructor Summary | |
---|---|
SDataDiagnoses()
default constructor. |
Method Summary | |
---|---|
void |
add(SDataDiagnosis error)
Add an error to the SData error stack |
void |
addAll(java.util.List<SDataDiagnosis> errors)
Add a list of errors to the SData error stack |
void |
clearAll()
clear all the errors on the SData error stack |
java.util.List<SDataDiagnosis> |
getErrors()
Get all the errors on the SData error stack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SDATA_DIAGNOSES_TAG
Constructor Detail |
---|
public SDataDiagnoses()
Method Detail |
---|
public void add(SDataDiagnosis error)
error
- public void addAll(java.util.List<SDataDiagnosis> errors)
errors
- public void clearAll()
public java.util.List<SDataDiagnosis> getErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |