Uses of Class
ch.bouquet.jpa.domain.Search

Packages that use Search
ch.bouquet.jpa.data   
ch.bouquet.jpa.persistence   
 

Uses of Search in ch.bouquet.jpa.data
 

Fields in ch.bouquet.jpa.data with type parameters of type Search
(package private)  java.util.List<Search> DataLoader.searchList
          list of loaded searchs including the auto generated primary keys and transient fields
 

Methods in ch.bouquet.jpa.data that return Search
private  Search DataLoader.createSearchCaffeLatte()
          Create a search for the user
private  Search DataLoader.createSearchCarlsberg()
          Create a search for the manager
private  Search DataLoader.createSearchCola()
          Create a search for the admin
private  Search DataLoader.createSearchHeineke()
          Create a search for the manager
private  Search DataLoader.createSearchPepsi()
          Create a search for the admin
 

Methods in ch.bouquet.jpa.data that return types with arguments of type Search
private  java.util.List<Search> DataLoader.createSearchs()
          Create test data for the searchs
 

Uses of Search in ch.bouquet.jpa.persistence
 

Methods in ch.bouquet.jpa.persistence that return Search
 Search SearchBean.findSingle(java.lang.String sql)
          This method returns a data record on the basis the SQL instruction.
 Search SearchBean.save(Search search)
          Insert new or update existing search using the given entity and return the persistet fields of the search.
 

Methods in ch.bouquet.jpa.persistence that return types with arguments of type Search
 java.util.List<Search> SearchBean.findList(java.lang.String sql)
          This method returns all data records on the basis the SQL instruction.
 

Methods in ch.bouquet.jpa.persistence with parameters of type Search
 Search SearchBean.save(Search search)
          Insert new or update existing search using the given entity and return the persistet fields of the search.
 



Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.