public class ViewSpaceSummaryAction extends AbstractSpaceAction implements SpaceLabelAware
key, notificationManager, space, spaceManager, themeManager, wikiStyleRenderer
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
Constructor and Description |
---|
ViewSpaceSummaryAction() |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
ContentEntityManager |
getContentEntityManager() |
String |
getDescription() |
List |
getLabelsOnThisSpace()
Returns the labels for the space (excluding team labels) for rendering in the UI
|
int |
getMaxRecentChangesSize() |
String |
getName() |
List |
getRecentlyUpdatedContent() |
List<com.atlassian.user.User> |
getSpaceAdmins() |
SpaceLabelManager |
getSpaceLabelManager() |
List |
getTeamLabelsOnThisSpace()
Returns the teams labels for the space for rendering in the UI
|
void |
setCommentManager(CommentManager commentManager) |
void |
setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
setDescription(String description) |
void |
setMaxRecentChangesSize(int i) |
void |
setName(String name) |
void |
setShowAllAdmins(boolean showAllAdmins) |
void |
setSpaceLabelManager(SpaceLabelManager spaceLabelManager) |
boolean |
thereAreMoreAdmins() |
getKey, getPermissionTypes, getSpace, getSpaceKey, getSubscribableName, getThemeManager, hasSpaceIA, isAdminUser, isPermitted, isPersonalSpace, isSuperUser, isUserWatchingSpace, isValidSpaceKey, setKey, setNotificationManager, setSpace, setSpaceManager, setThemeManager, setWikiStyleRenderer
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getCancel, getCancelResult, getContext, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserByName, getUserFullName, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setApiDateFormatService, setBootstrapManager, setCancel, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public String execute() throws Exception
execute
in interface com.opensymphony.xwork.Action
execute
in class com.opensymphony.xwork.ActionSupport
Exception
public List getRecentlyUpdatedContent()
public List getTeamLabelsOnThisSpace()
SpaceLabelAware
getTeamLabelsOnThisSpace
in interface SpaceLabelAware
public List getLabelsOnThisSpace()
SpaceLabelAware
getLabelsOnThisSpace
in interface SpaceLabelAware
public int getMaxRecentChangesSize()
public void setMaxRecentChangesSize(int i)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public ContentEntityManager getContentEntityManager()
public void setContentEntityManager(ContentEntityManager contentEntityManager)
public void setCommentManager(CommentManager commentManager)
public SpaceLabelManager getSpaceLabelManager()
public void setSpaceLabelManager(SpaceLabelManager spaceLabelManager)
public List<com.atlassian.user.User> getSpaceAdmins()
public void setShowAllAdmins(boolean showAllAdmins)
public boolean thereAreMoreAdmins()
Copyright © 2003–2015 Atlassian. All rights reserved.