(Object item, Object... optionalArgs)
| 5191 | } |
| 5192 | |
| 5193 | public Object parseLedgerEntry(Object item, Object... optionalArgs) |
| 5194 | { |
| 5195 | Object currency = Helpers.getArg(optionalArgs, 0, null); |
| 5196 | throw new NotSupported((String)Helpers.add(this.id, " parseLedgerEntry() is not supported yet")) ; |
| 5197 | } |
| 5198 | |
| 5199 | public Object parseOrder(Object order, Object... optionalArgs) |
| 5200 | { |
no test coverage detected