Package com.microstrategy.web.app.beans
Class SubscriptionEditorNCCacheBean
- java.lang.Object
 - 
- com.microstrategy.web.app.beans.SubscriptionEditorNCCacheBean
 
 
- 
public class SubscriptionEditorNCCacheBean extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_EXPAND_ALL_PAGESstatic java.lang.StringPROPERTY_EXPAND_USE_SEPARATE_SHEETSstatic java.lang.StringPROPERTYSET_EXPORT_ADVANCED_PROPERTIESstatic java.lang.StringPROPERTYSET_EXPORT_PROPERTIES 
- 
Constructor Summary
Constructors Constructor Description SubscriptionEditorNCCacheBean() 
- 
Method Summary
 
 - 
 
- 
- 
Field Detail
- 
PROPERTYSET_EXPORT_PROPERTIES
public static final java.lang.String PROPERTYSET_EXPORT_PROPERTIES
- See Also:
 - Constant Field Values
 
 
- 
PROPERTYSET_EXPORT_ADVANCED_PROPERTIES
public static final java.lang.String PROPERTYSET_EXPORT_ADVANCED_PROPERTIES
- See Also:
 - Constant Field Values
 
 
- 
PROPERTY_EXPAND_ALL_PAGES
public static final java.lang.String PROPERTY_EXPAND_ALL_PAGES
- See Also:
 - Constant Field Values
 
 
- 
PROPERTY_EXPAND_USE_SEPARATE_SHEETS
public static final java.lang.String PROPERTY_EXPAND_USE_SEPARATE_SHEETS
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
isEnabled
protected boolean isEnabled(SubscriptionEditorBean subsEditorBean)
 
- 
isCreationPriviliegeGranted
protected boolean isCreationPriviliegeGranted(SubscriptionEditorBean subsEditorBean)
 
- 
doCollectData
protected void doCollectData(SubscriptionEditorBean subsEditorBean) throws WebObjectsException, WebBeanException
- Throws:
 WebObjectsExceptionWebBeanException
 
- 
getErrorMessage
protected java.lang.String getErrorMessage()
 
- 
setErrorMessage
protected void setErrorMessage(java.lang.String value)
 
- 
getIsCustomMessageAvailable
protected boolean getIsCustomMessageAvailable()
 
- 
setIsCustomMessageAvailable
protected void setIsCustomMessageAvailable(boolean value)
 
- 
getSubscriptionsCount
protected int getSubscriptionsCount()
 
- 
setSubscriptionsCount
protected void setSubscriptionsCount(int value)
 
- 
getSubscriptionTriggers
protected SimpleList getSubscriptionTriggers()
 
- 
setSubscriptionTriggers
protected void setSubscriptionTriggers(SimpleList value)
 
- 
setSubscriptionNonSchedulable
protected void setSubscriptionNonSchedulable(boolean nonSchedulable)
 
- 
setAllowSubscribe
protected void setAllowSubscribe(boolean isAllowSubscribe)
 
- 
isUserAllowedToSubscribe
protected boolean isUserAllowedToSubscribe()
 
- 
isNonSchedulable
protected boolean isNonSchedulable()
 
- 
getAddresses
protected SimpleList getAddresses()
 
- 
setAddresses
protected void setAddresses(SimpleList value)
 
- 
getDevices
protected SimpleList getDevices()
 
- 
setDevices
protected void setDevices(SimpleList value)
 
- 
getAvailableFormats
protected SimpleList getAvailableFormats()
 
- 
setAvailableFormats
protected void setAvailableFormats(SimpleList value)
 
- 
setExpandPageByOptions
protected void setExpandPageByOptions(RWBean rwb)
 
- 
setExpandPageByOptions
protected void setExpandPageByOptions(SubscriptionEditorBean subsEditorBean)
 
- 
getReportProperty
public static int getReportProperty(AppComponent subsEditorBean, ReportBean rb, java.lang.String propSet, java.lang.String propName, java.lang.String prefName) throws java.lang.NumberFormatException
- Throws:
 java.lang.NumberFormatException
 
- 
setExpandUseSeparateSheetsOptions
protected void setExpandUseSeparateSheetsOptions(SubscriptionEditorBean subsEditorBean)
- Since:
 - MicroStrategy Web 8.0.1
 
 
- 
getExpandPageBy
protected int getExpandPageBy(SubscriptionEditorBean subsEditor)
 
- 
getExpandUseSeparateSheets
protected int getExpandUseSeparateSheets(SubscriptionEditorBean subsEditor)
- Since:
 - MicroStrategy Web 8.0.1
 
 
- 
getIsExpandPageByAvailable
protected boolean getIsExpandPageByAvailable(SubscriptionEditorBean subsEditor)
 
- 
getTriggers
protected SimpleListObj getTriggers()
 
- 
setTriggers
protected void setTriggers(SimpleListObj value)
 
- 
appendTrigger
protected void appendTrigger(WebObjectInfo value)
 
- 
getFileName
protected java.lang.String getFileName()
 
- 
setFileName
protected void setFileName(java.lang.String value)
 
- 
getAvailableLocations
protected SimpleList getAvailableLocations()
 
- 
setAvailableLocations
protected void setAvailableLocations(SimpleList value)
 
- 
getIsDeliveryNotificationAvailable
protected boolean getIsDeliveryNotificationAvailable()
 
- 
setIsDeliveryNotificationAvailable
protected void setIsDeliveryNotificationAvailable(boolean value)
 
- 
getNotificationAddresses
protected SimpleList getNotificationAddresses()
 
- 
setNotificationAddresses
protected void setNotificationAddresses(SimpleList value)
 
- 
getNotificationDevices
protected SimpleList getNotificationDevices()
 
- 
setNotificationDevices
protected void setNotificationDevices(SimpleList value)
 
 - 
 
 -