CLRA 0.1.2

Uses of Class
com.clra.rowing.BoatView

Packages that use BoatView
com.clra.rowing   
com.clra.web   
 

Uses of BoatView in com.clra.rowing
 

Methods in com.clra.rowing with parameters of type BoatView
 IBoating IBoatingHome.create(IRowingSession session, BoatView boat)
           
 IBoating IBoatingHome.create(IRowingSession session, BoatView boat, OarsetView oarset)
           
 BoatingView IBoatingMgr.createBoating(BoatView boat, OarsetView oarset)
           
 

Uses of BoatView in com.clra.web
 

Methods in com.clra.web that return BoatView
static BoatView BoatSet.findBoatById(int id)
          Finds the boat that has the given id.
static BoatView BoatSet.findBoatByName(String name)
          Finds the boat that has the given name.
 


CLRA 0.1.2