it.eng.spagobi.commons.serializer
Class DocumentsJSONDecorator

java.lang.Object
  extended by it.eng.spagobi.commons.serializer.DocumentsJSONDecorator

public class DocumentsJSONDecorator
extends java.lang.Object


Field Summary
static java.lang.String DECORATORS
           
static java.lang.String IS_SAVABLE
           
 
Constructor Summary
DocumentsJSONDecorator()
           
 
Method Summary
static org.json.JSONObject decoreDocument(org.json.JSONObject document, it.eng.spago.security.IEngUserProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECORATORS

public static final java.lang.String DECORATORS
See Also:
Constant Field Values

IS_SAVABLE

public static final java.lang.String IS_SAVABLE
See Also:
Constant Field Values
Constructor Detail

DocumentsJSONDecorator

public DocumentsJSONDecorator()
Method Detail

decoreDocument

public static org.json.JSONObject decoreDocument(org.json.JSONObject document,
                                                 it.eng.spago.security.IEngUserProfile profile)
                                          throws org.json.JSONException
Throws:
org.json.JSONException