Package com.microstrategy.web.beans
Interface AssociatedSchedulesBean
-
- All Superinterfaces:
EnumWebPersistableState
,Persistable
,RequestPersistable
,Transformable
,WebBean
,WebComponent
- All Known Implementing Classes:
AssociatedSchedulesBeanImpl
public interface AssociatedSchedulesBean extends WebBean
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAssociatedSchedules
getAssociatedSchedulesForObject()
retrieve the associated schedules with report or RWDWebAssociatedSchedules
getProjectAssociatedSchedules()
retrieve the associated schedules with project in the Preference pageWebAssociatedSchedules
getProjectLevelSchedules()
retrieve the associated schedules with project in report or RWD option pagevoid
setXMLStatus(int status)
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.beans.RequestPersistable
restoreStateFromRequest, restoreStateFromRequest
-
Methods inherited from interface com.microstrategy.web.beans.Transformable
addTransform, addTransformByClass, addTransformByStyle, addTransformByStyle, clearTransforms, getBeanContext, getMessageString, getMyTransformInstances, getTransformInstance, getTransformInstance, getTransformInstances, getType, hasTransform, hasTransform, invalidateTransformCache, setBeanContext, transform, transform
-
Methods inherited from interface com.microstrategy.web.beans.WebBean
getDocument, getErrorInfo, getSessionInfo, isStale, setSessionInfo, setStale
-
Methods inherited from interface com.microstrategy.web.beans.WebComponent
addChild, addChildStateInfo, addChildStateInfo, collectData, collectMinimalData, generateOutput, getBeanContext, getChild, getChild, getChildByClass, getChildByType, getChildCount, getChildrenByClass, getDefaultStateLevel, getFeaturesManager, getMaximumStateLevel, getName, getOutputFormat, getParent, getPath, getPersistMode, getRenderingFilter, getRoot, getTargetBean, getTargetBeanPath, getWebEvent, getWebEvent, getWebEventHandler, getXMLStatus, handleRequest, hasChanged, hasJustOpened, initBean, invalidateChildrenState, isBeanContextEmpty, isFeatureAvailable, prepareForReuse, removeChild, removeChild, searchChild, setBeanContext, setBeanContext, setChanged, setChanged, setDefaultStateLevel, setFeaturesManager, setName, setOutputFormat, setParent, setPersistMode, setRenderingFilter, setTargetBean, setTargetBeanPath, setWebEventHandler
-
-
-
-
Method Detail
-
getProjectAssociatedSchedules
WebAssociatedSchedules getProjectAssociatedSchedules()
retrieve the associated schedules with project in the Preference page- Returns:
- WebAssociatedSchedules representing the associated schedule
-
getAssociatedSchedulesForObject
WebAssociatedSchedules getAssociatedSchedulesForObject()
retrieve the associated schedules with report or RWD- Returns:
- WebAssociatedSchedules representing the associated schedule
-
getProjectLevelSchedules
WebAssociatedSchedules getProjectLevelSchedules()
retrieve the associated schedules with project in report or RWD option page- Returns:
- WebAssociatedSchedules representing the associated schedule
-
setXMLStatus
void setXMLStatus(int status)
-
-