public interface

WebSubscriptionDeliveryModeCacheProperties

implements WebSubscriptionDeliveryModeProperties
com.microstrategy.web.objects.WebSubscriptionDeliveryModeCacheProperties

Summary

Nested Classes
enum WebSubscriptionDeliveryModeCacheProperties.CacheType  
enum WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat  
[Expand]
Inherited Constants
From interface com.microstrategy.utils.serialization.EnumWebPersistableState
From interface com.microstrategy.web.objects.EnumWebSubscriptionDeliveryMode
Public Methods
abstract WebSubscriptionDeliveryModeCacheProperties.CacheType getCacheType()
abstract int getIsAllConsumers()
abstract int getMobileClientType()
abstract WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat getShortcutCacheFormat()
abstract int getShortcutCacheFormatJsonSelectedFlag()
abstract boolean isShortcutCacheType()
abstract void setCacheType(int type)
abstract void setCacheType(WebSubscriptionDeliveryModeCacheProperties.CacheType type)
abstract void setIsAllConsumers(int isAllConsumers)
abstract void setMessageTitle(String messageTitle)
abstract void setMobileClientType(int mobileClientType)
abstract void setShortcutCacheFormat(int format)
abstract void setShortcutCacheFormat(WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)
abstract void setShortcutCacheFormatJsonSelectedFlag(int selectedFlag)
[Expand]
Inherited Methods
From interface com.microstrategy.utils.serialization.Persistable
From interface com.microstrategy.web.objects.WebSubscriptionDeliveryModeProperties

Public Methods

public abstract int getIsAllConsumers ()

public abstract int getMobileClientType ()

public abstract WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat getShortcutCacheFormat ()

public abstract int getShortcutCacheFormatJsonSelectedFlag ()

public abstract boolean isShortcutCacheType ()

public abstract void setCacheType (int type)

public abstract void setCacheType (WebSubscriptionDeliveryModeCacheProperties.CacheType type)

public abstract void setIsAllConsumers (int isAllConsumers)

public abstract void setMessageTitle (String messageTitle)

public abstract void setMobileClientType (int mobileClientType)

public abstract void setShortcutCacheFormat (int format)

public abstract void setShortcutCacheFormat (WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)

public abstract void setShortcutCacheFormatJsonSelectedFlag (int selectedFlag)