public interface Seller
| Modifier and Type | Method and Description |
|---|---|
AuctionItem |
getItem(long id) |
long |
sellProduct(String sellerId,
AuctionItem item) |
long sellProduct(String sellerId, AuctionItem item) throws MarketException
MarketExceptionAuctionItem getItem(long id) throws MarketException
MarketExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.