Search
Preparing search index...
The search index is not available
express-server-generator
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/daos/Product/ProductDao"
IProductDao
Interface IProductDao
Interface for defining methods to be implemented
Hierarchy
IProductDao
Implemented by
ProductDao
Index
Properties
add
delete
get
One
read
update
Properties
add
add
:
(
product
:
IProduct
)
=>
Promise
<
IProduct
>
Type declaration
(
product
:
IProduct
)
:
Promise
<
IProduct
>
Parameters
product:
IProduct
Returns
Promise
<
IProduct
>
delete
delete
:
(
_id
:
string
)
=>
Promise
<
void
>
Type declaration
(
_id
:
string
)
:
Promise
<
void
>
Parameters
_id:
string
Returns
Promise
<
void
>
get
One
get
One
:
(
_id
:
string
)
=>
Promise
<
IProduct
|
null
>
Type declaration
(
_id
:
string
)
:
Promise
<
IProduct
|
null
>
Parameters
_id:
string
Returns
Promise
<
IProduct
|
null
>
read
read
:
(
)
=>
Promise
<
IProduct
[]
>
Type declaration
(
)
:
Promise
<
IProduct
[]
>
Returns
Promise
<
IProduct
[]
>
update
update
:
(
_id
:
string
, product
:
IProduct
)
=>
Promise
<
IProduct
>
Type declaration
(
_id
:
string
, product
:
IProduct
)
:
Promise
<
IProduct
>
Parameters
_id:
string
product:
IProduct
Returns
Promise
<
IProduct
>
Globals
Internals
"src/
Load
Env"
"src/
Server"
"src/controllers/
Product"
"src/daos/
Product/
Product
Dao"
"src/daos/index"
"src/index"
"src/models/index"
"src/models/product"
"src/routes/
Product"
"src/routes/index"
Externals
"src/swagger"
Product
Dao
IProduct
Dao
add
delete
get
One
read
update
Generated using
TypeDoc
Interface for defining methods to be implemented