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 TypeMethodDescriptionvoid
setParameters
(JSON json) If implemented, this method is typically invoked by the tools before aContentProducer
is asked to produce its output.
-
Method Details
-
setParameters
If implemented, this method is typically invoked by the tools before aContentProducer
is asked to produce its output. It can extract its required parameter values from theJSON
structure.- Parameters:
json
-JSON
containing parameter values.
-