Class BerichtenActionBean

java.lang.Object
nl.b3p.brmo.service.stripes.BerichtenActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

public class BerichtenActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
Author:
Boy de Wit
  • Constructor Details

    • BerichtenActionBean

      public BerichtenActionBean()
  • Method Details

    • list

      @DefaultHandler public net.sourceforge.stripes.action.Resolution list()
    • getGridData

      public net.sourceforge.stripes.action.Resolution getGridData() throws BrmoException
      Throws:
      BrmoException
    • saveRecord

      public net.sourceforge.stripes.action.Resolution saveRecord()
    • log

      public net.sourceforge.stripes.action.Resolution log() throws BrmoException
      Throws:
      BrmoException
    • getContext

      public net.sourceforge.stripes.action.ActionBeanContext getContext()
      Specified by:
      getContext in interface net.sourceforge.stripes.action.ActionBean
    • setContext

      public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
      Specified by:
      setContext in interface net.sourceforge.stripes.action.ActionBean
    • getBerichten

      public List<Bericht> getBerichten()
    • setBerichten

      public void setBerichten(List<Bericht> berichten)
    • getSelectedIds

      public long[] getSelectedIds()
    • setSelectedIds

      public void setSelectedIds(long[] selectedIds)
    • getPage

      public int getPage()
    • setPage

      public void setPage(int page)
    • getStart

      public int getStart()
    • setStart

      public void setStart(int start)
    • getLimit

      public int getLimit()
    • setLimit

      public void setLimit(int limit)
    • getSort

      public String getSort()
    • setSort

      public void setSort(String sort)
    • getDir

      public String getDir()
    • setDir

      public void setDir(String dir)
    • getFilter

      public org.json.JSONArray getFilter()
    • setFilter

      public void setFilter(org.json.JSONArray filter)
    • getChangedItem

      public org.json.JSONObject getChangedItem()
    • setChangedItem

      public void setChangedItem(org.json.JSONObject changedItem)