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   
 

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 ContactDao.get(long id)
           
 Contact ContactDaoImpl.get(long id)
          find contact by id
 

Methods in org.apache.wicket.spring.common that return types with arguments of type Contact
 Iterator<Contact> ContactDaoImpl.find(QueryParam qp)
          select contacts and apply sort
protected  List<Contact> ContactDaoImpl.getIndex(String prop, boolean asc)
           
 

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)
           
 



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