@Deprecated public class

BulkEditBeanSessionHelper

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

This class is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

Class Overview

Helper class for static session storage.

Summary

Public Constructors
BulkEditBeanSessionHelper()
Public Methods
@Deprecated BulkEditBean getFromSession()
This method is deprecated. Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
@Deprecated void removeFromSession()
This method is deprecated. Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
@Deprecated void storeToSession(BulkEditBean bulkEditBean)
This method is deprecated. Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BulkEditBeanSessionHelper ()

Public Methods

@Deprecated public BulkEditBean getFromSession ()

This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

@Deprecated public void removeFromSession ()

This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.

@Deprecated public void storeToSession (BulkEditBean bulkEditBean)

This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage.