Uses of Package
org.strutsme.wishlist.common.dto

Packages that use org.strutsme.wishlist.common.dto
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. 
org.strutsme.wishlist.common.dto DTOs for the data exchange between server and client. 
 

Classes in org.strutsme.wishlist.common.dto used by org.strutsme.wishlist.client.adapter
UserDtoImpl
          used as a wrapperclass for org.strutsme.server.persistence.dto.UserDto in the Servermodule.
WishDtoImpl
           
 

Classes in org.strutsme.wishlist.common.dto used by org.strutsme.wishlist.client.control
BaseDtoImpl
          BaseDtoImpl is the base object of all wishlist DTOs.
UserDtoImpl
          used as a wrapperclass for org.strutsme.server.persistence.dto.UserDto in the Servermodule.
WishDtoImpl
           
 

Classes in org.strutsme.wishlist.common.dto used by org.strutsme.wishlist.common.dto
BaseDtoImpl
          BaseDtoImpl is the base object of all wishlist DTOs.