it.eng.spagobi.analiticalmodel.document.service
Class GetPublicSubobjectsInfo
java.lang.Object
it.eng.spago.dispatching.service.DefaultRequestContext
it.eng.spago.dispatching.service.DefaultHttpRequestContext
it.eng.spago.dispatching.action.AbstractHttpAction
it.eng.spagobi.analiticalmodel.document.service.GetPublicSubobjectsInfo
- All Implemented Interfaces:
- it.eng.spago.dispatching.action.ActionIFace, it.eng.spago.dispatching.service.HttpRequestContextIFace, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable
public class GetPublicSubobjectsInfo
- extends it.eng.spago.dispatching.action.AbstractHttpAction
Retrieves information about all public suobjects of the document identified on request with attribute SpagoBIConstants.OBJECT_ID.
The response is something like this (suitable for javascript evaluation):
{id: suobject1_id, name: 'suobject1_name', description: 'suobject1_description'};;{id: suobject2_id, name: 'suobject2_name', description: 'suobject2_description'};;...
If the document has no public subobjects, an empty string is returned.
- Author:
- Zerbetto (davide.zerbetto@eng.it)
- See Also:
- Serialized Form
Method Summary |
void |
service(it.eng.spago.base.SourceBean serviceRequest,
it.eng.spago.base.SourceBean serviceResponse)
|
Methods inherited from class it.eng.spago.dispatching.action.AbstractHttpAction |
getActionMethod, getActionName, getConfig, init, 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 |
GetPublicSubobjectsInfo
public GetPublicSubobjectsInfo()
service
public void service(it.eng.spago.base.SourceBean serviceRequest,
it.eng.spago.base.SourceBean serviceResponse)
throws java.lang.Exception
- Throws:
java.lang.Exception