| Package | Description |
|---|---|
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
Bidder |
BidderTypeService.getBidderByCode(String code)
This is to get Bidder object by passing code
|
Bidder |
BidderTypeService.getBidderById(Integer bidderId)
This is to get Bidder object by passing id
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Bidder> |
BidderTypeService.getAllActiveBidders()
To get the list of active bidders that will be used for bidding.
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.