Uses of Class
wicket.contrib.phonebook.Contact
-
Packages that use Contact Package Description wicket.contrib.phonebook wicket.contrib.phonebook.web Application level classes. -
-
Uses of Contact in wicket.contrib.phonebook
Methods in wicket.contrib.phonebook that return Contact Modifier and Type Method Description ContactContactDao. load(long id)Load aContactfrom the DB, given it's id.ContactHibernateContactDao. load(long id)Load aContactfrom the DB, given it's id .ContactShadesContactDao. load(long id)ContactContactDao. save(Contact contact)Save the contact to the DBContactHibernateContactDao. save(Contact contact)Save the contact to the DBContactShadesContactDao. save(Contact contact)Methods in wicket.contrib.phonebook that return types with arguments of type Contact Modifier and Type Method Description Iterator<Contact>ContactDao. find(QueryParam qp, Contact filter)Query the DB, using the supplied query details.Iterator<Contact>HibernateContactDao. find(QueryParam qp, Contact filter)Query the DB, using the supplied query details.Iterator<Contact>ShadesContactDao. find(QueryParam qp, Contact filter)Methods in wicket.contrib.phonebook with parameters of type Contact Modifier and Type Method Description protected org.hibernate.QueryHibernateContactDao. buildFindQuery(QueryParam qp, Contact filter, boolean count)builds a query object to satisfy the provided parametersintContactDao. count(Contact filter)Return the number of Contacts in the DB.intHibernateContactDao. count(Contact filter)Return the number of Contacts in the DB.intShadesContactDao. count(Contact filter)Iterator<Contact>ContactDao. find(QueryParam qp, Contact filter)Query the DB, using the supplied query details.Iterator<Contact>HibernateContactDao. find(QueryParam qp, Contact filter)Query the DB, using the supplied query details.Iterator<Contact>ShadesContactDao. find(QueryParam qp, Contact filter)ContactContactDao. save(Contact contact)Save the contact to the DBContactHibernateContactDao. save(Contact contact)Save the contact to the DBContactShadesContactDao. save(Contact contact)voidHibernateContactFinderQueryBuilder. setFilter(Contact filter) -
Uses of Contact in wicket.contrib.phonebook.web
Methods in wicket.contrib.phonebook.web that return Contact Modifier and Type Method Description ContactContactsDataProvider. getFilterState()protected ContactDetachableContactModel. load()Loads the contact from the databaseMethods in wicket.contrib.phonebook.web that return types with arguments of type Contact Modifier and Type Method Description Iterator<Contact>ContactsDataProvider. iterator(long first, long count)Gets an iterator for the subset of contacts.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 Modifier and Type Method Description IModel<Contact>ContactsDataProvider. model(Contact object)Converts the object in the collection to its model representation.voidContactsDataProvider. setFilterState(Contact state)Constructors in wicket.contrib.phonebook.web with parameters of type Contact Constructor Description DetachableContactModel(Contact contact, ContactDao dao)Constructor
-