Constructor
# abstract new ShipmentManager(participantManager, tableName, indexes, callback)
Shipment Manager Class
Abstract class.
Shipment Manager Class
Abstract class. Use only concrete subclasses IssuedShipmentManager or ReceivedShipmentManager.
Parameters:
| Name | Type | Description |
|---|---|---|
participantManager |
ParticipantManager
|
the top-level manager for this participant, which knows other managers. |
tableName |
string
|
the default table name for this manager eg: MessageManager will write to the messages table |
indexes |
Array.<string>
|
the indexes to be applied to the table in the db. cannot be undefined |
callback |
function
|
Extends
- Manager