public class BaseballCardCollectionServiceImpl extends Object implements BaseballCardCollectionService
BaseballCardCollectionService| Constructor and Description | 
|---|
| BaseballCardCollectionServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | add(BaseballCard card)Add a card to the collection. | 
| void | delete(Integer id)delete the card with the given identifier. | 
| BaseballCard | get(Integer id)gets a card by it's (arbitrary) identifier | 
| List<BaseballCard> | get(String playerName)gets all the cards in the collection with the given player name | 
| List<BaseballCard> | getAll() | 
| void | unannotatedMethod()This method lacks JAX-RS annotations in the  BaseballCardCollectionServiceinterface | 
| void | update(Integer id,
            BaseballCard card)update the card for the given identifier. | 
public BaseballCardCollectionServiceImpl()
public Integer add(BaseballCard card)
BaseballCardCollectionServiceadd in interface BaseballCardCollectionServiceBaseballCardCollectionService.add(org.kuali.rice.ksb.messaging.remotedservices.BaseballCard)public void delete(Integer id)
BaseballCardCollectionServicedelete in interface BaseballCardCollectionServiceBaseballCardCollectionService.delete(java.lang.Integer)public BaseballCard get(Integer id)
BaseballCardCollectionServiceget in interface BaseballCardCollectionServiceBaseballCardCollectionService.get(java.lang.Integer)public List<BaseballCard> get(String playerName)
BaseballCardCollectionServiceget in interface BaseballCardCollectionServiceBaseballCardCollectionService.get(java.lang.String)public List<BaseballCard> getAll()
getAll in interface BaseballCardCollectionServiceBaseballCardCollectionService.getAll()public void update(Integer id, BaseballCard card)
BaseballCardCollectionServiceupdate in interface BaseballCardCollectionServiceBaseballCardCollectionService.update(java.lang.Integer, org.kuali.rice.ksb.messaging.remotedservices.BaseballCard)public void unannotatedMethod()
BaseballCardCollectionService interfaceunannotatedMethod in interface BaseballCardCollectionServiceBaseballCardCollectionService.unannotatedMethod()Copyright © 2005–2015 The Kuali Foundation. All rights reserved.