Package com.microstrategy.web.objects
Interface WebSubscriptionDeliveryModeCacheProperties
-
- All Superinterfaces:
EnumWebPersistableState
,EnumWebSubscriptionDeliveryMode
,Persistable
,WebSubscriptionDeliveryModeProperties
public interface WebSubscriptionDeliveryModeCacheProperties extends WebSubscriptionDeliveryModeProperties
- Since:
- MicroStrategy Web 10.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WebSubscriptionDeliveryModeCacheProperties.CacheType
static class
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat
-
Field Summary
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
Fields inherited from interface com.microstrategy.web.objects.EnumWebSubscriptionDeliveryMode
SUBSCRIPTION_DELIVERY_MODE_EMAIL, SUBSCRIPTION_DELIVERY_MODE_FILE, SUBSCRIPTION_DELIVERY_MODE_INBOX, SUBSCRIPTION_DELIVERY_MODE_PRINT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSubscriptionDeliveryModeCacheProperties.CacheType
getCacheType()
int
getIsAllConsumers()
int
getMobileClientType()
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat
getShortcutCacheFormat()
int
getShortcutCacheFormatJsonSelectedFlag()
boolean
isShortcutCacheType()
void
setCacheType(int type)
void
setCacheType(WebSubscriptionDeliveryModeCacheProperties.CacheType type)
void
setIsAllConsumers(int isAllConsumers)
void
setMessageTitle(java.lang.String messageTitle)
void
setMobileClientType(int mobileClientType)
void
setShortcutCacheFormat(int format)
void
setShortcutCacheFormat(WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)
void
setShortcutCacheFormatJsonSelectedFlag(int selectedFlag)
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionDeliveryModeProperties
clone, getContactSecurity, getExecutionFlags, getExpiration, getMode, setContactSecurity, setExecutionFlags, setExpiration
-
-
-
-
Method Detail
-
getMobileClientType
int getMobileClientType()
-
setMobileClientType
void setMobileClientType(int mobileClientType)
-
setMessageTitle
void setMessageTitle(java.lang.String messageTitle)
-
getCacheType
WebSubscriptionDeliveryModeCacheProperties.CacheType getCacheType()
-
isShortcutCacheType
boolean isShortcutCacheType()
-
setCacheType
void setCacheType(WebSubscriptionDeliveryModeCacheProperties.CacheType type)
-
setCacheType
void setCacheType(int type)
-
getShortcutCacheFormat
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat getShortcutCacheFormat()
-
setShortcutCacheFormat
void setShortcutCacheFormat(WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)
-
setShortcutCacheFormat
void setShortcutCacheFormat(int format)
-
getShortcutCacheFormatJsonSelectedFlag
int getShortcutCacheFormatJsonSelectedFlag()
-
setShortcutCacheFormatJsonSelectedFlag
void setShortcutCacheFormatJsonSelectedFlag(int selectedFlag)
-
setIsAllConsumers
void setIsAllConsumers(int isAllConsumers)
-
getIsAllConsumers
int getIsAllConsumers()
-
-