Constructor
# new Resolver(baseManager, service)
Parameters:
| Name | Type | Description |
|---|---|---|
baseManager |
BaseManager
|
|
service |
function
|
service for the Const DSU |
Methods
# getOne(key, readDSU, callback)
Resolves The keySSI and loads the DSI via the Service's get Method
.Resolves The keySSI and loads the DSI via the Service's get Method
Parameters:
| Name | Type | Description |
|---|---|---|
key |
string
|
the db primary key |
readDSU |
boolean
|
|
callback |
function
|