Class BulkEditBeanSessionHelper

java.lang.Object
com.atlassian.jira.web.bean.BulkEditBeanSessionHelper

@Deprecated public class BulkEditBeanSessionHelper extends Object
Deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
Helper class for static session storage.
Since:
v5.0
  • Constructor Details

    • BulkEditBeanSessionHelper

      public BulkEditBeanSessionHelper()
      Deprecated.
  • Method Details

    • storeToSession

      @Deprecated public void storeToSession(BulkEditBean bulkEditBean)
      Deprecated.
      Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
    • getFromSession

      @Deprecated public BulkEditBean getFromSession()
      Deprecated.
      Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
    • removeFromSession

      @Deprecated public void removeFromSession()
      Deprecated.
      Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.