Search
Preparing search index...
The search index is not available
@antbat/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/offer/OfferRepositoryImpl"
OfferRepositoryImpl
Class OfferRepositoryImpl
Hierarchy
OfferRepositoryImpl
Implements
OfferRepository
Index
Constructors
constructor
Methods
create
delete
ById
get
All
Offer
get
Offer
ByOwner
get
Offer
ByOwner
And
Id
update
Constructors
constructor
new
Offer
Repository
Impl
(
transport
:
HttpTransport
)
:
OfferRepositoryImpl
Parameters
transport:
HttpTransport
Returns
OfferRepositoryImpl
Methods
create
create
(
owner
:
string
, offer
:
Offer
)
:
Promise
<
Offer
>
Parameters
owner:
string
offer:
Offer
Returns
Promise
<
Offer
>
delete
ById
delete
ById
(
owner
:
string
, id
:
number
)
:
Promise
<
number
>
Parameters
owner:
string
id:
number
Returns
Promise
<
number
>
get
All
Offer
get
All
Offer
(
)
:
Promise
<
Array
<
Offer
>
>
Returns
Promise
<
Array
<
Offer
>
>
get
Offer
ByOwner
get
Offer
ByOwner
(
owner
:
string
)
:
Promise
<
Array
<
Offer
>
>
Parameters
owner:
string
Returns
Promise
<
Array
<
Offer
>
>
get
Offer
ByOwner
And
Id
get
Offer
ByOwner
And
Id
(
owner
:
string
, id
:
number
)
:
Promise
<
Array
<
Offer
>
>
Parameters
owner:
string
id:
number
Returns
Promise
<
Array
<
Offer
>
>
update
update
(
owner
:
string
, id
:
number
, offer
:
Offer
)
:
Promise
<
Offer
>
Parameters
owner:
string
id:
number
offer:
Offer
Returns
Promise
<
Offer
>
Globals
"repository/offer/
Offer
Repository
Impl"
Offer
Repository
Impl
constructor
create
delete
ById
get
All
Offer
get
Offer
ByOwner
get
Offer
ByOwner
And
Id
update
Generated using
TypeDoc