Package com.microstrategy.web.objects
Interface WebProjectStatus
- 
public interface WebProjectStatusinterface to manage the project status information- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStatus()booleanisStatusShown()booleanisStatusShownAtTop()voidsetShowStatusAtTop(boolean showAtTop)voidsetStatus(java.lang.String status)voidsetStatusVisibility(boolean show) 
 - 
 
- 
- 
Method Detail
- 
getStatus
java.lang.String getStatus()
- Returns:
 - a String indicating the current description of the status as specified by the administrator
 
 
- 
isStatusShown
boolean isStatusShown()
- Returns:
 - a boolean indicating whether the administrator has chosen to display the description of the project status
 
 
- 
isStatusShownAtTop
boolean isStatusShownAtTop()
- Returns:
 - a boolean indicating whether the project description should be displayed at the top of the page.
 
 
- 
setStatus
void setStatus(java.lang.String status) throws WebObjectsException- Throws:
 WebObjectsException
 
- 
setStatusVisibility
void setStatusVisibility(boolean show) throws WebObjectsException- Throws:
 WebObjectsException
 
- 
setShowStatusAtTop
void setShowStatusAtTop(boolean showAtTop) throws WebObjectsException- Throws:
 WebObjectsException
 
 - 
 
 -