Uses of Class
wicket.spring.common.Contact

Packages that use Contact
wicket.spring.common   
wicket.spring.common.web   
wicket.spring.direct.web   
wicket.spring.proxy.web   
 

Uses of Contact in wicket.spring.common
 

Methods in wicket.spring.common that return Contact
 Contact ContactGenerator.generate()
          generates a new contact
 Contact ContactDaoImpl.get(long id)
          find contact by id
 Contact ContactDao.get(long id)
           
 

Methods in wicket.spring.common with parameters of type Contact
protected  void ContactDaoImpl.add(Contact contact)
           
 void ContactDaoImpl.save(Contact contact)
          add contact to the database
 void ContactDaoImpl.delete(Contact contact)
          delete contact from the database
 

Uses of Contact in wicket.spring.common.web
 

Constructors in wicket.spring.common.web with parameters of type Contact
ContactDetachableModel(Contact contact)
           
 

Uses of Contact in wicket.spring.direct.web
 

Constructors in wicket.spring.direct.web with parameters of type Contact
DirectModel(Contact contact)
           
 

Uses of Contact in wicket.spring.proxy.web
 

Constructors in wicket.spring.proxy.web with parameters of type Contact
ProxyModel(Contact contact, ContactDao dao)
           
 



Copyright © 2005-2007 Wicket developers. All Rights Reserved.