Uses of Class
com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions

Packages that use RequestOptions
com.ebmwebsourcing.webcommons.persistence.dao   
com.ebmwebsourcing.webcommons.persistence.dao.util   
 

Uses of RequestOptions in com.ebmwebsourcing.webcommons.persistence.dao
 

Methods in com.ebmwebsourcing.webcommons.persistence.dao with parameters of type RequestOptions
 java.util.List<T> GenericORMDAO.getAll(java.util.List<PK> ids, RequestOptions requestOptions)
          Retrieve a List of entities matching given ids, sorted and paginated according to the given request options
 java.util.List<T> GenericHibernateDAOImpl.getAll(java.util.List<PK> ids, RequestOptions requestOptions)
          Retrieve a List of entities matching given ids, sorted and paginated according to the given request options
 java.util.List<T> GenericORMDAO.getAll(RequestOptions requestOptionsTO)
          Generic method used to get all objects of a particular type, sorted and paginated according to the given request options.
 java.util.List<T> GenericHibernateDAOImpl.getAll(RequestOptions requestOptions)
          Generic method used to get all objects of a particular type, sorted and paginated according to the given request options.
 java.util.List<T> GenericORMDAO.searchEquals(java.lang.String[] criteria, java.lang.String[] properties, RequestOptions requestOptionsTO)
          This method allows to search Objects on String properties, fitting search criteria.
 java.util.List<T> GenericHibernateDAOImpl.searchEquals(java.lang.String[] criteria, java.lang.String[] properties, RequestOptions requestOptions)
          This method allows to search Objects on String properties, fitting search criteria.
 java.util.List<T> GenericORMDAO.searchLike(java.lang.String[] criteria, java.lang.String[] properties, RequestOptions requestOptionsTO)
          This method allows to search Objects on String properties, fitting search criteria.
 java.util.List<T> GenericHibernateDAOImpl.searchLike(java.lang.String[] criteria, java.lang.String[] properties, RequestOptions requestOptions)
          This method allows to search Objects on String properties, fitting search criteria.
 java.util.List<T> GenericORMDAO.searchLucene(java.lang.String[] criteria, java.lang.String[] searchedProperties, RequestOptions requestOptions)
          This method allows to search Objects on String properties, fitting search criteria.
 java.util.List<T> GenericHibernateDAOImpl.searchLucene(java.lang.String[] criteria, java.lang.String[] searchedProperties, RequestOptions requestOptions)
          This method allows to search Objects on String properties, fitting search criteria.
 

Uses of RequestOptions in com.ebmwebsourcing.webcommons.persistence.dao.util
 

Methods in com.ebmwebsourcing.webcommons.persistence.dao.util with parameters of type RequestOptions
 HibernateQueryHelper HibernateQueryHelper.appendSortOption(RequestOptions requestOptions, java.lang.String clazzAlias)
          Append an "order by" sql clause to the inner sql string.
static void HibernateQueryHelper.applyRequestOptions(org.hibernate.search.FullTextQuery fullTextQuery, RequestOptions requestOptions, java.lang.Class clazz, org.hibernate.Session session)
           
static void HibernateQueryHelper.applyRequestOptions(com.trg.search.Search search, RequestOptions requestOptions)
           
 org.hibernate.Query HibernateQueryHelper.buildHibernatePaginatedQuery(org.hibernate.Session session, RequestOptions requestOptions)
          Build a JPA query from the inner sql statement and values.
static com.trg.search.ISearch HibernateQueryHelper.createSearchContext(java.lang.Class<?> clazz, java.lang.String[] criterii, java.lang.String[] properties, RequestOptions requestOptions, java.lang.String predicate)
           
static java.util.List HibernateQueryHelper.sortAndPaginateByCriteria(org.springframework.orm.hibernate3.HibernateTemplate template, RequestOptions requestOptions, org.hibernate.criterion.DetachedCriteria detachedCriteria)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.