Uses of Class
org.apache.wicket.spring.common.Contact

Packages that use Contact
org.apache.wicket.spring.annot.web   
org.apache.wicket.spring.common   
org.apache.wicket.spring.common.web   
org.apache.wicket.spring.direct.web   
org.apache.wicket.spring.proxy.web   
 

Uses of Contact in org.apache.wicket.spring.annot.web
 

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

Uses of Contact in org.apache.wicket.spring.common
 

Methods in org.apache.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 org.apache.wicket.spring.common with parameters of type Contact
protected  void ContactDaoImpl.add(Contact contact)
           
 void ContactDaoImpl.delete(Contact contact)
          delete contact from the database
 void ContactDaoImpl.save(Contact contact)
          add contact to the database
 

Uses of Contact in org.apache.wicket.spring.common.web
 

Methods in org.apache.wicket.spring.common.web that return Contact
protected  Contact ContactDetachableModel.load()
           
 

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

Uses of Contact in org.apache.wicket.spring.direct.web
 

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

Uses of Contact in org.apache.wicket.spring.proxy.web
 

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



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.