Class ThreadBean

java.lang.Object
sk.iway.iwcm.system.datatable.ThreadBean

public class ThreadBean extends Object
Tento bean drzi udaje potrebne pre thread local, cize udaje ktore sa menia s kazdym requestom
  • Constructor Details

    • ThreadBean

      public ThreadBean()
  • Method Details

    • clear

      public void clear()
    • addNotify

      public void addNotify(NotifyBean notify)
    • clearNotifyList

      public void clearNotifyList()
    • isForceReload

      public boolean isForceReload()
    • isExporting

      public boolean isExporting()
    • isImporting

      public boolean isImporting()
    • getNotify

      public List<NotifyBean> getNotify()
    • getLastImportedRow

      public Integer getLastImportedRow()
    • getImportedColumns

      public Set<String> getImportedColumns()
    • getUpdateByColumn

      public String getUpdateByColumn()
    • getImportMode

      public String getImportMode()
    • getInvalidImportedRows

      public Set<Long> getInvalidImportedRows()
    • getInvalidImportedRowsErrors

      public TreeMap<Integer,String> getInvalidImportedRowsErrors()
    • isSkipWrongData

      public boolean isSkipWrongData()
    • setForceReload

      public void setForceReload(boolean forceReload)
    • setExporting

      public void setExporting(boolean exporting)
    • setImporting

      public void setImporting(boolean importing)
    • setNotify

      public void setNotify(List<NotifyBean> notify)
    • setLastImportedRow

      public void setLastImportedRow(Integer lastImportedRow)
    • setImportedColumns

      public void setImportedColumns(Set<String> importedColumns)
    • setUpdateByColumn

      public void setUpdateByColumn(String updateByColumn)
    • setImportMode

      public void setImportMode(String importMode)
    • setInvalidImportedRows

      public void setInvalidImportedRows(Set<Long> invalidImportedRows)
    • setInvalidImportedRowsErrors

      public void setInvalidImportedRowsErrors(TreeMap<Integer,String> invalidImportedRowsErrors)
    • setSkipWrongData

      public void setSkipWrongData(boolean skipWrongData)
    • toString

      public String toString()
      Overrides:
      toString in class Object