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
MarketException
AuctionItem getItem(long id) throws MarketException
MarketException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.