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 decorateDocument(org.json.JSONObject document, it.eng.spago.security.IEngUserProfile profile, LowFunctionality folder)
           
static org.json.JSONArray decorateDocuments(org.json.JSONArray documents, it.eng.spago.security.IEngUserProfile profile, LowFunctionality folder)
           
 
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

decorateDocuments

public static org.json.JSONArray decorateDocuments(org.json.JSONArray documents,
                                                   it.eng.spago.security.IEngUserProfile profile,
                                                   LowFunctionality folder)

decorateDocument

public static org.json.JSONObject decorateDocument(org.json.JSONObject document,
                                                   it.eng.spago.security.IEngUserProfile profile,
                                                   LowFunctionality folder)