Class AbstractRootController
- java.lang.Object
-
- org.duracloud.account.app.controller.AbstractController
-
- org.duracloud.account.app.controller.AbstractRootController
-
- Direct Known Subclasses:
AccountsController,RootUsersController,UsersController
public abstract class AbstractRootController extends AbstractController
- Author:
- Daniel Bernstein Date: Feb 17, 2012
-
-
Field Summary
-
Fields inherited from class org.duracloud.account.app.controller.AbstractController
BY_ID_DELETE_MAPPING, BY_ID_EDIT_MAPPING, BY_ID_MAPPING, EDIT_MAPPING, log, NEW_MAPPING, USER_MAPPING, USERS_MAPPING
-
-
Constructor Summary
Constructors Constructor Description AbstractRootController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountManagerServicegetAccountManagerService()StringgetBaseView()RootAccountManagerServicegetRootAccountManagerService()voidsetAccountManagerService(AccountManagerService accountManagerService)protected voidsetRootAccountManagerService(RootAccountManagerService rootAccountManagerService)-
Methods inherited from class org.duracloud.account.app.controller.AbstractController
accountHasMoreThanOneOwner, createRedirectMav, destroy, formatUserUrl, getAdminRole, getOwnerRole, getRecaptchaSecret, getRecaptchaSiteKey, getUserRole, handleException, init, isRecaptchaEnabled, setError, setError, setFailureFeedback, setSuccessFeedback, setUserRights, validateRecaptcha
-
-
-
-
Method Detail
-
getRootAccountManagerService
public RootAccountManagerService getRootAccountManagerService()
-
setRootAccountManagerService
protected void setRootAccountManagerService(RootAccountManagerService rootAccountManagerService)
-
getBaseView
public String getBaseView()
-
getAccountManagerService
public AccountManagerService getAccountManagerService()
-
setAccountManagerService
public void setAccountManagerService(AccountManagerService accountManagerService)
-
-