Package com.microstrategy.web.objects
Interface WebProjectStatus
-
public interface WebProjectStatus
interface 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.String
getStatus()
boolean
isStatusShown()
boolean
isStatusShownAtTop()
void
setShowStatusAtTop(boolean showAtTop)
void
setStatus(java.lang.String status)
void
setStatusVisibility(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
-
-