Package com.microstrategy.web.beans
Interface RequestPersistable
- 
- All Superinterfaces:
- EnumWebPersistableState,- Persistable
 - All Known Subinterfaces:
- AddressListBean,- AlertsEditorBean,- AnnotationBean,- AppSchemaBean,- AssociatedSchedulesBean,- AttributeBean,- AttributeFormsEditorBean,- AttributeFormsQualificationBean,- ChangePasswordBean,- ColorGradientEditorBean,- ColorPickerEditorBean,- ConstantPromptBean,- ContactsBrowserBean,- ControlToolbarBean,- CustomGroupBean,- DataExplorerBean,- DerivedElementBean,- DerivedElementFormatEditorBean,- DerivedElementsEditorBean,- DiagnosticsBean,- DimtyPromptBean,- DocumentBean,- DocumentFrameBean,- DocumentFrameElement,- DrillEditorBean,- DrillFilterEditorBean,- EditableObjectAppBean,- EditableObjectBean,- ElementPromptBean,- ExportBean,- ExportOptionsEditorBean,- ExpressionBean,- ExpressionDisplayBean,- ExpressionPromptBean,- FilterAppBean,- FilterBean,- FilterEditorBean,- FilterElementBean,- FilterFrameBean,- FolderBean,- FormatTabManagerBean,- FormatToolbarBean,- FormulaBarBean,- FrameBean,- FrameElement,- GraphBean,- GraphColorGradientEditorBean,- GraphFormatEditorBean,- GraphFormatToolbarBean,- GridColorGradientEditorBean,- GridFormatBean,- GridFormatEditorBean,- GridFormatToolbarBean,- GroupPathBean,- ImportWizardBean,- InboxBean,- LimitExpressionBean,- LoginBean,- ObjectBean,- ObjectBrowserBean,- ObjectBrowserManagerBean,- ObjectPromptBean,- ObjectSelectionBean,- OptionsBean,- PageByBean,- PageSetupHTMLEditorBean,- PerformanceMonitorBean,- PreferencesBean,- ProjectBrowser,- PromptAnswerBean,- PromptAppBean,- PromptBean,- PromptConstantAppBean,- PromptDefinitionAppBean,- PromptDefinitionBean,- PromptDimtyAppBean,- PromptElementsAppBean,- PromptExpressionAppBean,- PromptHierarchyAppBean,- PromptObject,- PromptObjectAppBean,- PromptsBean,- ReportBean,- ReportFrameBean,- ReportFrameElement,- ResizeEditorBean,- ResultSetBean,- RWActionControlEditorBean,- RWBean,- RWDColorGradientEditorBean,- RWFrameBean,- RWViewBean,- RWViewExpressionBean,- SaveAsBean,- ScheduleBean,- SearchBean,- SecondaryDataSourcesEditorBean,- SecurityFilterBean,- SecurityRoleBean,- SecurityRoleUserEntitiesSelectorBean,- SortEditorBean,- SubscriptionBean,- SubscriptionContactsBrowserBean,- SubscriptionEditorBean,- SubscriptionFolderBean,- SubsetUnitLimitBean,- SubsetUnitLimitElementBean,- SubtotalsEditorBean,- TabManagerBean,- ThresholdEditorBean,- ThresholdExpressionBean,- ToolbarBean,- ToolbarSetBean,- UserBean,- UserContactsBrowserBean,- UserEntitiesBean,- UserEntitiesBrowserBean,- UserEntitiesSelectorBean,- UserEntityBean,- UserGroupBean,- UserSearchBean,- ViewBean,- ViewFilterElementPanelBean,- VisualizationPropertiesEditorBean,- VisualizationsEditorBean,- WebAppSessionManager,- WebBean,- WebSessionManager,- WizardBean
 - All Known Implementing Classes:
- AbstractColorGradientEditorBeanImpl,- AbstractFrameEditorBean,- AbstractLimitExpressionBean,- AbstractObjectBrowserTabBean,- AbstractObjectExplorerBean,- AbstractPersistableAppComponent,- AbstractPersistableFrameElement,- AbstractTemplateElementsBean,- AbstractViewBeanParserBean,- AccordionTabManagerBeanImpl,- AllObjectBrowserBeanImpl,- AssociatedSchedulesBeanImpl,- AttributeFormsQualificationBeanImpl,- ColorGradientEditorBeanImpl,- ControlToolbarBeanImpl,- CSRFConfirmationPageComponentImpl,- DatasetObjectExplorerBeanImpl,- DerivedElementBeanImpl,- DerivedElementsBrowserBeanImpl,- DesktopPageComponentImpl,- DocumentPageComponentImpl,- DrillEditorBeanImpl,- EditPromptPageComponentImpl,- ElementPickerBeanImpl,- FilterDetailsFormattingEditorBeanImpl,- FolderObjectExplorerBeanImpl,- FolderPageComponentImpl,- GraphColorGradientEditorBeanImpl,- GraphTitleTabBeanImpl,- GridColorGradientEditorBeanImpl,- HistoryListPageComponentImpl,- IOSSmartBannerBeanImpl,- MySubscriptionsPageComponentImpl,- NewWindowPageComponentImpl,- OptimizedTabBeanImpl,- OptionsBeanImpl,- PageSetupHTMLEditorBeanImpl,- PageSubscriptionsEdit,- PathBeanImpl,- PreferencesBeanImpl,- PreferenceSettingPageComponentImpl,- PreferencesPageComponentImpl,- ProjectBrowserBeanImpl,- PromptDetailsBeanImpl,- ReportDetailsBeanImpl,- ReportFrameBeanImpl,- ReportPageComponentImpl,- ResultSetPageComponentImpl,- RibbonBeanImpl,- RWDColorGradientEditorBeanImpl,- RWGraphDropZonesEditorBeanImpl,- RWOIVMPageComponent,- RWPageComponentImpl,- RWPromptsPageComponent,- RWSaveAsPageComponentImpl,- SearchPageComponentImpl,- SecondaryDataSourcesEditorBeanImpl,- SecurityRoleUserEntitiesSelectorBeanImpl,- ServerAdminSessionManager,- ServletWebComponent,- SharingConfirmationPageComponentImpl,- SimplePageComponentImpl,- ThresholdExpressionBeanImpl,- ViewFilterElementPanelBeanImpl,- VisualizationPropertiesEditorBeanImpl,- VisualizationsEditorBeanImpl,- WebAppSessionManagerImpl,- WebSessionManagerImpl,- XDADataExplorerBeanImpl
 
 public interface RequestPersistable extends Persistable This interface provides extra functionalities that allow restoration of state from aRequestKeysobject.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Field Summary- 
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableStateBARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrestoreStateFromRequest(RequestKeys rk)Restores aWebComponentbased on theRequestKeysinstance.booleanrestoreStateFromRequest(RequestKeys rk, java.lang.String keyName)Restores aWebComponentbased on theRequestKeysinstance.- 
Methods inherited from interface com.microstrategy.utils.serialization.PersistablerestoreState, restoreState, saveState, saveState, saveState, saveState
 
- 
 
- 
- 
- 
Method Detail- 
restoreStateFromRequestboolean restoreStateFromRequest(RequestKeys rk) Restores aWebComponentbased on theRequestKeysinstance. This method retrieves the saved state of a component based on the component's name.- Parameters:
- rk- a- RequestKeysinstance.
- Returns:
- true if restoration succeeds.
 
 - 
restoreStateFromRequestboolean restoreStateFromRequest(RequestKeys rk, java.lang.String keyName) Restores aWebComponentbased on theRequestKeysinstance. This method retrieves the saved state of a component based on the parameter keyName.- Parameters:
- rk- a- RequestKeysinstance.
- keyName- the key to the state of a component.
- Returns:
- true if restoration succeeds.
 
 
- 
 
-