T - public interface ClassificationParseTarget<T extends uk.ac.ed.epcc.webapp.model.data.DataObject & PropertyContainer> extends PropertyContainerParseTarget<T>
| Modifier and Type | Method and Description |
|---|---|
PropertyMap |
getGlobals(java.util.Map<java.lang.String,java.lang.Object> params)
extract global properties from post parameters.
|
T |
make(PropertyContainer value)
Returns an uncommitted object updated to match the input container.
|
endParse, getFinder, parse, splitRecords, startParseT make(PropertyContainer value) throws AccountingParseException
AccountingParseExceptionvalue - PropertyMap getGlobals(java.util.Map<java.lang.String,java.lang.Object> params)
params -