Class AbstractRootCrudController<T>
- java.lang.Object
-
- org.duracloud.account.app.controller.AbstractController
-
- org.duracloud.account.app.controller.AbstractCrudController<T>
-
- org.duracloud.account.app.controller.AbstractRootCrudController<T>
-
public abstract class AbstractRootCrudController<T> extends AbstractCrudController<T>
- Author:
- Daniel Bernstein Date: Feb 27, 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 AbstractRootCrudController(Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseView()RootAccountManagerServicegetRootAccountManagerService()protected voidsetRootAccountManagerService(RootAccountManagerService rootAccountManagerService)-
Methods inherited from class org.duracloud.account.app.controller.AbstractCrudController
create, create, createSuccessMessage, delete, delete, deleteSuccessMessage, edit, form, get, getBaseViewId, getEditViewId, getEntity, getFormById, getNew, getNewViewId, loadForm, update, update, updateSuccessMessage
-
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()
-
-