Uses of Class
wicket.contrib.phonebook.Contact

Packages that use Contact
wicket.contrib.phonebook Wicket-PhoneBook - An example of Spring & Hibernate usage in a Wicket web-app. 
wicket.contrib.phonebook.web Application level classes. 
 

Uses of Contact in wicket.contrib.phonebook
 

Methods in wicket.contrib.phonebook that return Contact
 Contact IbatisContactDao.load(long id)
          Load a Contact from the DB, given it's id .
 Contact ContactDao.load(long id)
          Load a Contact from the DB, given it's id.
 Contact ShadesContactDao.load(long id)
           
 Contact HibernateContactDao.load(long id)
          Load a Contact from the DB, given it's id .
 Contact IbatisContactDao.save(Contact contact)
          Save the contact to the DB
 Contact ContactDao.save(Contact contact)
          Save the contact to the DB
 Contact ShadesContactDao.save(Contact contact)
           
 Contact HibernateContactDao.save(Contact contact)
          Save the contact to the DB
 

Methods in wicket.contrib.phonebook that return types with arguments of type Contact
 Iterator<Contact> IbatisContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 Iterator<Contact> ContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 Iterator<Contact> ShadesContactDao.find(QueryParam qp, Contact filter)
           
 Iterator<Contact> HibernateContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 

Methods in wicket.contrib.phonebook with parameters of type Contact
protected  org.hibernate.Query HibernateContactDao.buildFindQuery(QueryParam qp, Contact filter, boolean count)
          builds a query object to satisfy the provided parameters
 int IbatisContactDao.count(Contact filter)
          Return the number of Configs in the DB.
 int ContactDao.count(Contact filter)
          Return the number of Contacts in the DB.
 int ShadesContactDao.count(Contact filter)
           
 int HibernateContactDao.count(Contact filter)
          Return the number of Contacts in the DB.
 Iterator<Contact> IbatisContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 Iterator<Contact> ContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 Iterator<Contact> ShadesContactDao.find(QueryParam qp, Contact filter)
           
 Iterator<Contact> HibernateContactDao.find(QueryParam qp, Contact filter)
          Query the DB, using the supplied query details.
 Contact IbatisContactDao.save(Contact contact)
          Save the contact to the DB
 Contact ContactDao.save(Contact contact)
          Save the contact to the DB
 Contact ShadesContactDao.save(Contact contact)
           
 Contact HibernateContactDao.save(Contact contact)
          Save the contact to the DB
 void HibernateContactFinderQueryBuilder.setFilter(Contact filter)
           
 

Uses of Contact in wicket.contrib.phonebook.web
 

Methods in wicket.contrib.phonebook.web that return Contact
protected  Contact DetachableContactModel.load()
          Loads the contact from the database
 

Methods in wicket.contrib.phonebook.web that return types with arguments of type Contact
 Iterator<Contact> ContactsDataProvider.iterator(int first, int count)
          Gets an iterator for the subset of contacts.
 org.apache.wicket.model.IModel<Contact> ContactsDataProvider.model(Contact object)
          Converts the object in the collection to its model representation.
 

Methods in wicket.contrib.phonebook.web with parameters of type Contact
 org.apache.wicket.model.IModel<Contact> ContactsDataProvider.model(Contact object)
          Converts the object in the collection to its model representation.
 

Constructors in wicket.contrib.phonebook.web with parameters of type Contact
DetachableContactModel(Contact contact, ContactDao dao)
          Constructor
 



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