Uses of Class
org.kuali.rice.ksb.messaging.remotedservices.BaseballCard

Packages that use BaseballCard
org.kuali.rice.ksb.messaging.remotedservices   
org.kuali.rice.ksb.testclient1   
 

Uses of BaseballCard in org.kuali.rice.ksb.messaging.remotedservices
 

Methods in org.kuali.rice.ksb.messaging.remotedservices that return BaseballCard
 BaseballCard BaseballCardCollectionService.get(Integer id)
          gets a card by it's (arbitrary) identifier
 

Methods in org.kuali.rice.ksb.messaging.remotedservices that return types with arguments of type BaseballCard
 List<BaseballCard> BaseballCardCollectionService.get(String playerName)
          gets all the cards in the collection with the given player name
 List<BaseballCard> BaseballCardCollectionService.getAll()
           
 

Methods in org.kuali.rice.ksb.messaging.remotedservices with parameters of type BaseballCard
 Integer BaseballCardCollectionService.add(BaseballCard card)
          Add a card to the collection.
 void BaseballCardCollectionService.update(Integer id, BaseballCard card)
          update the card for the given identifier.
 

Uses of BaseballCard in org.kuali.rice.ksb.testclient1
 

Methods in org.kuali.rice.ksb.testclient1 that return BaseballCard
 BaseballCard BaseballCardCollectionServiceImpl.get(Integer id)
           
 

Methods in org.kuali.rice.ksb.testclient1 that return types with arguments of type BaseballCard
 List<BaseballCard> BaseballCardCollectionServiceImpl.get(String playerName)
           
 List<BaseballCard> BaseballCardCollectionServiceImpl.getAll()
           
 

Methods in org.kuali.rice.ksb.testclient1 with parameters of type BaseballCard
 Integer BaseballCardCollectionServiceImpl.add(BaseballCard card)
           
 void BaseballCardCollectionServiceImpl.update(Integer id, BaseballCard card)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.