|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.service.DefaultHttpRequestContext
it.eng.spago.dispatching.action.AbstractHttpAction
it.eng.spagobi.utilities.service.AbstractBaseHttpAction
it.eng.spagobi.commons.services.AbstractSpagoBIAction
it.eng.spagobi.profiling.services.ManageUserAction
public class ManageUserAction
Field Summary | |
---|---|
static java.lang.String |
FILTERS
|
static java.lang.String |
LIMIT
|
static java.lang.Integer |
LIMIT_DEFAULT
|
static java.lang.String |
START
|
static java.lang.Integer |
START_DEFAULT
|
Fields inherited from class it.eng.spagobi.commons.services.AbstractSpagoBIAction |
---|
SERVICE_NAME |
Constructor Summary | |
---|---|
ManageUserAction()
|
Method Summary | |
---|---|
protected void |
checkIfCurrentUserIsAbleToSaveOrModifyUser(SbiUser user)
|
protected void |
checkUserId(java.lang.String userId,
java.lang.Integer id)
|
protected void |
deleteUser(ISbiUserDAO userDao)
|
void |
doService()
|
protected void |
getUsersList(ISbiUserDAO userDao)
|
protected void |
saveUser(ISbiUserDAO userDao)
|
protected void |
setAttributesAndRolesInResponse()
|
Methods inherited from class it.eng.spagobi.commons.services.AbstractSpagoBIAction |
---|
checkError, createContext, getContext, getLocale, getTheme, getUserProfile, handleException, init, localize, service, writeErrorsBackToClient |
Methods inherited from class it.eng.spagobi.utilities.service.AbstractBaseHttpAction |
---|
delAttributeFromHttpSession, delAttributeFromSession, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsCsvStringList, getAttributeAsInteger, getAttributeAsJSONArray, getAttributeAsJSONObject, getAttributeAsList, getAttributeAsString, getAttributeFromHttpSession, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsBoolean, getAttributeFromHttpSessionAsString, getAttributeFromSession, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsBoolean, getAttributeFromSessionAsString, getAttributesAsLinkedMap, getAttributesAsMap, getHttpSession, getSessionContainer, getSpagoBIHttpSessionContainer, getSpagoBIRequestContainer, getSpagoBIResponseContainer, getSpagoBISessionContainer, httpSessionContainsAttribute, requestContainsAttribute, requestContainsAttribute, sessionContainsAttribute, setAttribute, setAttributeInHttpSession, setAttributeInSession, setSpagoBIRequestContainer, setSpagoBIResponseContainer, tryToWriteBackToClient, writeBackToClient, writeBackToClient, writeBackToClient, writeBackToClient, writeBackToClient, writeBackToClient |
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction |
---|
getActionMethod, getActionName, getConfig, setActionMethod, setActionName |
Methods inherited from class it.eng.spago.dispatching.service.DefaultHttpRequestContext |
---|
freezeHttpResponse, getHttpRequest, getHttpResponse, getServletConfig, isHttpResponseFreezed, setRequestContext, unfreezeHttpResponse |
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext |
---|
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spago.dispatching.service.RequestContextIFace |
---|
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse |
Field Detail |
---|
public static java.lang.String START
public static java.lang.String LIMIT
public static java.lang.Integer START_DEFAULT
public static java.lang.Integer LIMIT_DEFAULT
public static java.lang.String FILTERS
Constructor Detail |
---|
public ManageUserAction()
Method Detail |
---|
public void doService()
doService
in class AbstractSpagoBIAction
protected void getUsersList(ISbiUserDAO userDao)
protected void saveUser(ISbiUserDAO userDao)
protected void checkIfCurrentUserIsAbleToSaveOrModifyUser(SbiUser user) throws it.eng.spago.error.EMFUserError, it.eng.spago.error.EMFInternalError
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError
protected void deleteUser(ISbiUserDAO userDao)
protected void setAttributesAndRolesInResponse()
protected void checkUserId(java.lang.String userId, java.lang.Integer id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |