import ProjectStatusRepository from 'pvbid-sdk/src/repositories/ProjectStatusRepository.js'ProjectStatusRepository
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
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 |
|
| From class CacheRepository | ||
| public |
params: {} |
|
| public |
Creates a single entity and invalidates the cached data |
|
| public |
Deletes resource and removes resource from cache. |
|
| public |
Retrieves a single domain object by its id. |
|
| public |
Retrieves an array of results for the endpoint |
|
| public |
Saves resource and stores response to cache by resource id. |
|
Public Constructors
public constructor() source
Creates an instance of BaseRepository.