Class StiCheckHelper

java.lang.Object
com.stimulsoft.report.check.StiCheckHelper

public class StiCheckHelper extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiCheckHelper

      public StiCheckHelper()
  • Method Details

    • 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 List<StiCheck> getChecks()
      Returns:
      the checks
    • getReportRenderingMessagesChecks

      public 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)