Uses of Class
org.strutsme.wishlist.common.dto.WishDtoImpl

Packages that use WishDtoImpl
org.strutsme.wishlist.client.adapter Contains all classes around the adapters. 
org.strutsme.wishlist.client.control The classes of this package are responsible to control the workflow and the state of the application. 
 

Uses of WishDtoImpl in org.strutsme.wishlist.client.adapter
 

Methods in org.strutsme.wishlist.client.adapter that return WishDtoImpl
 WishDtoImpl WishAdapter.getLoadedWish()
           
 WishDtoImpl WishOnlineAdapter.getLoadedWish()
          
 

Methods in org.strutsme.wishlist.client.adapter with parameters of type WishDtoImpl
 void WishAdapter.saveWish(WishDtoImpl wish)
          saves the wish.
 void WishOnlineAdapter.saveWish(WishDtoImpl wish)
          saves the wish.
 

Uses of WishDtoImpl in org.strutsme.wishlist.client.control
 

Methods in org.strutsme.wishlist.client.control that return WishDtoImpl
 WishDtoImpl WishEditor.getNewWish()
          creates a new Wish.
 WishDtoImpl WishEditor.getWish()
          retrieves the data of the active wish.
 

Methods in org.strutsme.wishlist.client.control with parameters of type WishDtoImpl
 void WishEditor.saveWish(WishDtoImpl wish)
          saves the wish.
 void WishEditor.setCurrentWish(WishDtoImpl wish)
          sets the content of currently selected wish.