com.stimulsoft.report.check
Class StiCheckHelper
java.lang.Object
com.stimulsoft.report.check.StiCheckHelper
public class StiCheckHelper
- extends java.lang.Object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiCheckHelper
public StiCheckHelper()
getErrorsCount
public int getErrorsCount()
- Returns:
- the errorsCount
getWarningsCount
public int getWarningsCount()
- Returns:
- the warningsCount
getInformationMessagesCount
public int getInformationMessagesCount()
- Returns:
- the informationMessagesCount
getReportRenderingMessagesCount
public int getReportRenderingMessagesCount()
- Returns:
- the reportRenderingMessagesCount
getChecks
public java.util.List<StiCheck> getChecks()
- Returns:
- the checks
getReportRenderingMessagesChecks
public java.util.List<StiCheck> getReportRenderingMessagesChecks()
- Returns:
- the reportRenderingMessagesChecks
isMessagesPresent
public boolean isMessagesPresent()
buildChecks
public void buildChecks(StiReport report)
throws StiException
- Throws:
StiException
buildReportRenderingMessages
public void buildReportRenderingMessages(StiReport report)