public class ViewGroup extends BaseAction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
description |
protected Directory |
directory |
protected long |
directoryID |
protected String |
directoryName |
protected Group |
group |
protected boolean |
hasSubGroups |
protected org.slf4j.Logger |
logger |
protected String |
name |
protected boolean |
supportsNestedGroups |
actionHelper, actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, directoryManager, initialLoad, propertyManager, SMALL_AVATAR_SIZE, smallAvatarUrl, tab, tokenAuthenticationManager| Constructor and Description |
|---|
ViewGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
String |
getDescription() |
Directory |
getDirectory() |
long |
getDirectoryID() |
String |
getDirectoryImplementationDescriptiveName() |
String |
getDirectoryName() |
String |
getLocationKey() |
String |
getName() |
protected void |
initFormFieldValues() |
boolean |
isActive() |
boolean |
isHasSubGroups() |
boolean |
isSupportsNestedGroups() |
protected void |
processGeneral() |
void |
setActive(boolean active) |
void |
setCachedUserGroupResolver(CachedUserGroupResolver cachedUserGroupResolver) |
void |
setDescription(String description) |
void |
setDirectoryID(long directoryID) |
void |
setDirectoryInstanceLoader(DirectoryInstanceLoader directoryInstanceLoader) |
void |
setDirectoryName(String directoryName) |
void |
setGroupID(Long groupID) |
void |
setName(String name) |
addActionError, addActionMessage, applyFieldError, applyFieldErrors, authorisedToAccessCrowdAdminConsole, authorisedToAccessCrowdConsole, containsActionMessages, containsErrorMessages, directory, findAvatarUrl, getActionMessageAlertColor, getBootstrapManager, getCrowdApplication, getCurrentLicenseResourceTotal, getDisplayableLink, getHttpRequest, getImageLocation, getImageTitle, getLicense, getLink, getLocaleProvider, getPasswordComplexityMessage, getRemoteUser, getSession, getSitemeshPageProperties, getSmallAvatarUrl, getTab, getText, getText, getTextProvider, getUserName, getWebFragmentsContextMap, getWebInterfaceManager, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, getXsrfToken, getXsrfTokenName, isAtResourceLimit, isAuthenticated, isEvaluation, isInitialLoad, isLicenseExpired, isRestartRequiredToEnableClustering, isSubscription, isSysAdmin, isWithinGracePeriod, renderFreemarkerTemplate, resolveAvatarUri, setActionHelper, setApplicationManager, setApplicationService, setClientProperties, setClusterService, setCrowdApplication, setCrowdLicenseManager, setDirectoryManager, setPropertyManager, setTab, setTokenAuthenticationManager, setWebInterfaceManager, setWebResourceManager, setXsrfTokenGeneratoraddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected final org.slf4j.Logger logger
protected Group group
protected Directory directory
protected long directoryID
protected String name
protected String description
protected boolean active
protected String directoryName
protected boolean hasSubGroups
protected boolean supportsNestedGroups
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class BaseActionprotected void processGeneral()
throws OperationFailedException,
RemoteException,
DirectoryNotFoundException,
GroupNotFoundException
protected void initFormFieldValues()
public Directory getDirectory()
public long getDirectoryID()
public void setDirectoryID(long directoryID)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean isActive()
public void setActive(boolean active)
public boolean isHasSubGroups()
public String getDirectoryName()
public void setDirectoryName(String directoryName)
public boolean isSupportsNestedGroups()
public void setDirectoryInstanceLoader(DirectoryInstanceLoader directoryInstanceLoader)
public String getLocationKey()
public String getDirectoryImplementationDescriptiveName()
public void setGroupID(Long groupID)
public void setCachedUserGroupResolver(CachedUserGroupResolver cachedUserGroupResolver)
Copyright © 2018 Atlassian. All rights reserved.