public class GetAdminSitesAction extends GetSitesAction
Site
for administrative operations._ametysResolver, _groupDirectoryContextHelper, _groupDirectoryDAO, _populationContextHelper, _rightManager, _siteConfiguration, _siteManager, _siteTypeExtensionPoint, _userPopulationDAO, _userProvider
manager
EMPTY_MAP
Constructor and Description |
---|
GetAdminSitesAction() |
Modifier and Type | Method and Description |
---|---|
protected List<Map<String,Object>> |
_rootSite2json(Request request,
Site site,
String currentSiteName,
boolean recursive,
boolean readAccessOnly,
boolean sharedSitesOnly,
UserIdentity user)
Retrieves the JSON for a root site
|
_childSites2json, _getRootSites, _site2json, _site2json, act, canRead, service
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
public GetAdminSitesAction()
protected List<Map<String,Object>> _rootSite2json(Request request, Site site, String currentSiteName, boolean recursive, boolean readAccessOnly, boolean sharedSitesOnly, UserIdentity user)
GetSitesAction
_rootSite2json
in class GetSitesAction
request
- The requestsite
- The root sitecurrentSiteName
- The name of the current siterecursive
- True to handle child sitesreadAccessOnly
- Only read access sitesharedSitesOnly
- Only shared sitesuser
- The current user