Uses of Class
org.strutsme.wishlist.client.adapter.AdapterException

Packages that use AdapterException
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 AdapterException in org.strutsme.wishlist.client.adapter
 

Methods in org.strutsme.wishlist.client.adapter that throw AdapterException
 void WishAdapter.deleteWish(java.lang.String wishKey)
          deletes the wish with the key wishKey.
 void WishOnlineAdapter.deleteWish(java.lang.String wishKey)
          deletes the wish with the key wishKey.
 WishDtoImpl WishAdapter.getLoadedWish()
           
 WishDtoImpl WishOnlineAdapter.getLoadedWish()
          
 UserDtoImpl WishAdapter.getLoadedWishAuthor()
           
 UserDtoImpl WishOnlineAdapter.getLoadedWishAuthor()
          
 void WishAdapter.loadWish(java.lang.String wishKey)
          loads the wish and the author of the wish.
 void WishOnlineAdapter.loadWish(java.lang.String wishId)
          loads the wish and the author of the wish.
 void WishAdapter.loadWishes()
          gets the wishlist.
 void WishOnlineAdapter.loadWishes()
          gets the wishlist.
 void WishAdapter.login(java.lang.String username, java.lang.String password)
          performs the login to the server.
 void WishOnlineAdapter.login(java.lang.String username, java.lang.String password)
          performs the login to the server.
 void WishAdapter.saveWish(WishDtoImpl wish)
          saves the wish.
 void WishOnlineAdapter.saveWish(WishDtoImpl wish)
          saves the wish.
 

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

Methods in org.strutsme.wishlist.client.control that throw AdapterException
 void WishEditor.deleteWish(java.lang.String wishKey)
          deletes the wish with the id wishKey.
 void WishEditor.fetchWish()
          fetches the wish into the editor.
 int WishEditor.getSize()
          determines the count of the currently cached wishlist.
 UserDtoImpl WishEditor.getUser(java.lang.String loginname, java.lang.String passwort)
          searches for the user with the username loginname and checks the password.
 void WishEditor.loadWish(java.lang.String wishKey)
          loads the wish with the key.
 void WishEditor.loadWishes()
          loads the wishList from the adapter.
 void WishEditor.login(java.lang.String username, java.lang.String password)
          performs the login to the server.
 void WishEditor.saveWish(WishDtoImpl wish)
          saves the wish.