Package com.microstrategy.web.beans
Interface EnumBeanPersistMode
-
public interface EnumBeanPersistMode
Possible values for bean persistence mode- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
BeanPersistModeDefault
Do not save the beanstatic int
BeanPersistModePreferences
Saves the bean based on the User Preferencesstatic int
BeanPersistModeRequest
Saves the bean in the request objectstatic int
BeanPersistModeSession
Saves the bean in the session object
-
-
-
Field Detail
-
BeanPersistModeDefault
static final int BeanPersistModeDefault
Do not save the bean- See Also:
- Constant Field Values
-
BeanPersistModeRequest
static final int BeanPersistModeRequest
Saves the bean in the request object- See Also:
- Constant Field Values
-
BeanPersistModePreferences
static final int BeanPersistModePreferences
Saves the bean based on the User Preferences- See Also:
- Constant Field Values
-
BeanPersistModeSession
static final int BeanPersistModeSession
Saves the bean in the session object- See Also:
- Constant Field Values
-
-