import DynamicGroupRepository from 'pvbid-sdk/src/repositories/DynamicGroupRepository.js'DynamicGroupRepository
Extends:
Constructor Summary
| Public Constructor | ||
| public | 
      
       | 
    |
Method Summary
| Public Methods | ||
| public | 
      
       Persists a new entity  | 
    |
| public | 
      
       Persists a new entity  | 
    |
| public | 
      
       Finds a Dynamic Group by it's Bid and ID  | 
    |
| public | 
      
       Get all the Dynamic Groups for a Bid  | 
    |
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(entity: BidEntity): Promise<BidEntity> source
Persists a new entity
Override:
BaseRepository#createParams:
| Name | Type | Attribute | Description | 
| entity | BidEntity | An entity object to persist  | 
    
public async delete(id: string): Promise<Object> source
Persists a new entity
Override:
BaseRepository#deleteParams:
| Name | Type | Attribute | Description | 
| id | string | An entity object to persist  |