Package com.stimulsoft.web.helper
Class StiCacheHelper
java.lang.Object
com.stimulsoft.web.helper.StiCacheHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetObject(String guid, StiHttpServletRequest request) static ObjectgetObjectInternal(StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) static ObjectgetOptions(StiRequestParams params, StiHttpServletRequest request) static StiReportgetReport(String guid, StiHttpServletRequest request) Get the report object from cache.getReportInternal(StiRequestParams requestParams, boolean useDrillDownReportSnapshot, StiHttpServletRequest request) getReportInternal(StiRequestParams requestParams, StiHttpServletRequest request) static voidremoveObject(String guid, StiHttpServletRequest request) static voidremoveReport(String guid, StiHttpServletRequest request) voidremoveReportInternal(StiRequestParams requestParams, StiHttpServletRequest request) static voidsaveObject(Object obj, String guid, StiHttpServletRequest request) static voidsaveObjectInternal(Object obj, StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) static voidsaveOptions(Object options, String designerId, StiHttpServletRequest request) static voidsaveReport(StiReport report, String guid, StiHttpServletRequest request) Save the report object to cache.voidsaveReportInternal(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request)
-
Field Details
-
SESSION_OPTIONS_ID
- See Also:
-
GUID_ReportSnapshot
- See Also:
-
GUID_ReportTemplate
- See Also:
-
GUID_Clipboard
- See Also:
-
GUID_ComponentClone
- See Also:
-
GUID_ReportCheckers
- See Also:
-
GUID_UndoArray
- See Also:
-
-
Constructor Details
-
StiCacheHelper
public StiCacheHelper()
-
-
Method Details
-
getReport
Get the report object from cache.- Parameters:
guid-request-- Returns:
-
saveReport
Save the report object to cache.- Parameters:
report-guid-
-
getReportInternal
-
getReportInternal
public StiReport getReportInternal(StiRequestParams requestParams, boolean useDrillDownReportSnapshot, StiHttpServletRequest request) -
saveReportInternal
public void saveReportInternal(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) -
removeObject
-
removeReport
-
getObject
-
saveObject
-
getObjectInternal
public static Object getObjectInternal(StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) -
saveObjectInternal
public static void saveObjectInternal(Object obj, StiRequestParams requestParams, String objectGuid, StiHttpServletRequest request) -
saveOptions
-
getOptions
-
removeReportInternal
-