Uses of Class
org.apache.wicket.threadtest.apps.app1.Contact

Packages that use Contact
org.apache.wicket.threadtest.apps.app1   
 

Uses of Contact in org.apache.wicket.threadtest.apps.app1
 

Methods in org.apache.wicket.threadtest.apps.app1 that return Contact
 Contact ContactGenerator.generate()
          generates a new contact
 Contact ContactsDatabase.get(long id)
          find contact by id
protected  Contact DetachableContactModel.load()
           
 

Methods in org.apache.wicket.threadtest.apps.app1 that return types with arguments of type Contact
 List<Contact> ContactsDatabase.find(int first, int count, String sortProperty, boolean sortAsc)
          select contacts and apply sort
protected  List<Contact> ContactsDatabase.getIndex(String prop, boolean asc)
           
 Iterator<Contact> ContactDataProvider.iterator(int first, int count)
          retrieves contacts from database starting with index first and ending with first+count
 IModel<Contact> ContactDataProvider.model(Contact object)
          wraps retrieved contact pojo with a wicket model
 

Methods in org.apache.wicket.threadtest.apps.app1 with parameters of type Contact
protected  void ContactsDatabase.add(Contact contact)
           
 void ContactsDatabase.delete(Contact contact)
          delete contact from the database
 IModel<Contact> ContactDataProvider.model(Contact object)
          wraps retrieved contact pojo with a wicket model
 void ContactsDatabase.save(Contact contact)
          add contact to the database
 

Method parameters in org.apache.wicket.threadtest.apps.app1 with type arguments of type Contact
 void ContactGenerator.generate(Collection<Contact> collection, int count)
          generats count number contacts and puts them into collection collection
 

Constructors in org.apache.wicket.threadtest.apps.app1 with parameters of type Contact
DetachableContactModel(Contact c)
           
 



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