import AssemblyRepository from 'pvbid-sdk/src/repositories/AssemblyRepository.js'AssemblyRepository
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
async create() Inherited function has been disabled. |
|
| public |
async delete(bidId: *, assemblyId: *): * |
|
| public |
async findById(bidId: *, assemblyId: *): * |
|
| public |
async get(bidId: *, params: *, forceReload: *): * |
|
| public |
async implement(bidId: *, assemblyId: *): * |
|
Inherited Summary
| From class BaseRepository | ||
| public |
endpoint: * |
|
| public |
http: * |
|
| public |
httpConfig: * |
|
| public |
map: {"single": *, "multi": *} |
|
| public |
metaData: * |
|
| public |
params: {} |
|
| public |
Persists a new entity |
|
| public |
Deletes a single entity by its id |
|
| public |
Retrieves a single domain object by its id. |
|
| public |
Retrieves an array of results for the endpoint |
|
| public |
Persists an update to the entity |
|
Public Constructors
public constructor() source
Creates an instance of BaseRepository.
Override:
BaseRepository#constructorPublic Members
Public Methods
public async create() source
Inherited function has been disabled. Use AssemblyRepository.implement
Override:
BaseRepository#createThrow:
error |
Throws exception when accessed. |
public async delete(bidId: *, assemblyId: *): * source
Deletes a single entity by its id
Override:
BaseRepository#deleteParams:
| Name | Type | Attribute | Description |
| bidId | * | ||
| assemblyId | * |
Return:
| * |
public async findById(bidId: *, assemblyId: *): * source
Retrieves a single domain object by its id.
Override:
BaseRepository#findByIdParams:
| Name | Type | Attribute | Description |
| bidId | * | ||
| assemblyId | * |
Return:
| * |
public async get(bidId: *, params: *, forceReload: *): * source
Retrieves an array of results for the endpoint
Override:
BaseRepository#getParams:
| Name | Type | Attribute | Description |
| bidId | * | ||
| params | * | ||
| forceReload | * |
Return:
| * |
public async implement(bidId: *, assemblyId: *): * source
Params:
| Name | Type | Attribute | Description |
| bidId | * | ||
| assemblyId | * |
Return:
| * |