Class ManageWatchers

All Implemented Interfaces:
ErrorCollection, I18nHelper, IssueSummaryAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware

public class ManageWatchers extends AbstractIssueSelectAction implements webwork.action.ParameterAware
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • getUserPickerHtml

      public String getUserPickerHtml() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • isWatchingEnabled

      public boolean isWatchingEnabled()
    • isWatching

      public boolean isWatching()
    • doStartWatching

      public String doStartWatching() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • doStopWatching

      public String doStopWatching() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • doStopWatchers

      public String doStopWatchers() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • doStartWatchers

      public String doStartWatchers() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getManageWatchersLayout

      public UserPickerLayoutBean getManageWatchersLayout()
    • getUserNames

      public String getUserNames()
    • setUserNames

      public void setUserNames(String userNames)
    • getCheckboxName

      public String getCheckboxName(ApplicationUser user)
    • setParameters

      public void setParameters(Map params)
      Specified by:
      setParameters in interface webwork.action.ParameterAware
    • getParams

      public Map getParams()
    • isCanEditWatcherList

      public boolean isCanEditWatcherList() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • isCanViewWatcherList

      public boolean isCanViewWatcherList() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • isCanStartWatching

      public boolean isCanStartWatching()
    • isCanStopWatching

      public boolean isCanStopWatching()