it.eng.spagobi.engines.worksheet.serializer.json.decorator
Class FiltersOrderTypeJSONDecorator

java.lang.Object
  extended by it.eng.spagobi.utilities.json.AbstractJSONDecorator
      extended by it.eng.spagobi.engines.worksheet.serializer.json.decorator.FiltersOrderTypeJSONDecorator

public class FiltersOrderTypeJSONDecorator
extends it.eng.spagobi.utilities.json.AbstractJSONDecorator

Author:
Davide Zerbetto (davide.zerbetto@eng.it)

Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
FiltersOrderTypeJSONDecorator(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet)
           
 
Method Summary
protected  void doDecoration(org.json.JSONObject json)
           
 
Methods inherited from class it.eng.spagobi.utilities.json.AbstractJSONDecorator
decorate, getNextDecorator, setNextDecorator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Constructor Detail

FiltersOrderTypeJSONDecorator

public FiltersOrderTypeJSONDecorator(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet)
Method Detail

doDecoration

protected void doDecoration(org.json.JSONObject json)
Specified by:
doDecoration in class it.eng.spagobi.utilities.json.AbstractJSONDecorator