Package com.storedobject.core
Interface JSONParameter
- All Known Implementing Classes:
AccountStatement,FileCirculationStatus,FileExpiryReport,ItemMovementReport,JournalReport,ObjectList,ObjectListExcel,TrialBalance
public interface JSONParameter
Interface to denote that a
ContentProducer instance such as a report supports
JSON parameter.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetParameters(JSON json) If implemented, this method is typically invoked by the tools before aContentProduceris asked to produce its output.
-
Method Details
-
setParameters
If implemented, this method is typically invoked by the tools before aContentProduceris asked to produce its output. It can extract its required parameter values from theJSONstructure.- Parameters:
json-JSONcontaining parameter values.
-