Class Queue

All Implemented Interfaces:
Serializable, Id<Integer>, IdTitle<Integer>, Title

public class Queue extends IdTitle
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • Queue Link icon

      public Queue()
    • Queue Link icon

      public Queue(int id, String title)
  • Method Details Link icon

    • getConfig Link icon

      public String getConfig()
    • clone Link icon

      public Queue clone()
      Overrides:
      clone in class Object
    • getMediaColumnList Link icon

      public List<MediaColumn> getMediaColumnList(String media) throws javassist.NotFoundException
      Throws:
      javassist.NotFoundException
    • getMediaColumnList Link icon

      public List<MediaColumn> getMediaColumnList(List<String> columnIds) throws javassist.NotFoundException
      Throws:
      javassist.NotFoundException
    • replaceRowsForMedia Link icon

      public void replaceRowsForMedia(DynActionForm form, String media, List<Object[]> list) throws SQLException, javassist.NotFoundException
      Throws:
      SQLException
      javassist.NotFoundException
    • replaceRowsForMediaColumns Link icon

      public void replaceRowsForMediaColumns(DynActionForm form, List<Object[]> list, List<MediaColumn> mediaColumns, boolean isHtmlMedia) throws SQLException
      Replaces initial rows with cells ordered by configured columns to rows ordered by media columns. During that also extracted additional cell data for some cases.
      Parameters:
      form - user HTTP request form.
      list - initial rows, ordered by configured columns.
      mediaColumns - media columns, ordered by displaying.
      isHtmlMedia - is the target media HTML.
      Throws:
      SQLException
    • getConfigMap Link icon

      public ConfigMap getConfigMap()
    • setConfig Link icon

      public void setConfig(String config)
    • getProcessTypeIds Link icon

      public Set<Integer> getProcessTypeIds()
    • setProcessTypeIds Link icon

      public void setProcessTypeIds(Set<Integer> processTypes)
    • getColumnList Link icon

      public List<Column> getColumnList()
    • getColumnMap Link icon

      public Map<Integer,Column> getColumnMap()
    • getFilterList Link icon

      public FilterList getFilterList()
    • getProcessor Link icon

      public Processor getProcessor(int id)
      Selects a processor by ID.
      Parameters:
      id - the ID.
      Returns:
      the found processor or null.
    • getProcessors Link icon

      public List<Processor> getProcessors(String iface)
      Processors for interface.
      Parameters:
      iface - value from Interface.
      Returns:
      list of processors.
    • getProcessorByPageUrl Link icon

      public Processor getProcessorByPageUrl(String url)
      Selects a processor by a page URL.
      Parameters:
      url - the page URL.
      Returns:
      the found processor or null.
    • getSortSet Link icon

      public SortSet getSortSet()
    • getActionList Link icon

      public List<Action> getActionList()
    • getCreateAllowedProcessList Link icon

      public List<IdTitle> getCreateAllowedProcessList()
      Returns:
      list of process types, allowed to be created in 'usermob' interface.
    • getLastModify Link icon

      public LastModify getLastModify()
    • setLastModify Link icon

      public void setLastModify(LastModify lastModify)
    • getOpenUrl Link icon

      public String getOpenUrl()
    • extractFiltersAndSorts Link icon

      public void extractFiltersAndSorts() throws Exception
      Throws:
      Exception