public class ShoppingItemFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.shopping.model.ShoppingItem>
implements com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_G_C |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
ShoppingItemFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByFeatured(long groupId,
long[] categoryIds) |
int |
countByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds) |
int |
countByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords) |
int |
countBySale(long groupId,
long[] categoryIds) |
protected int |
doCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds,
boolean inlineSQLHelper) |
int |
filterCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds) |
java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> |
findByFeatured(long groupId,
long[] categoryIds,
int numOfItems) |
java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> |
findByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords,
int start,
int end) |
java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> |
findBySale(long groupId,
long[] categoryIds,
int numOfItems) |
protected java.lang.String |
getCategoryIds(java.util.List<java.lang.Long> categoryIds) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic int countByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds)
throws com.liferay.portal.kernel.exception.SystemException
countByG_C in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByFeatured(long groupId,
long[] categoryIds)
throws com.liferay.portal.kernel.exception.SystemException
countByFeatured in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.SystemException
countByKeywords in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int countBySale(long groupId,
long[] categoryIds)
throws com.liferay.portal.kernel.exception.SystemException
countBySale in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic int filterCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_C in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
throws com.liferay.portal.kernel.exception.SystemException
findByFeatured in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
findByKeywords in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findBySale(long groupId,
long[] categoryIds,
int numOfItems)
throws com.liferay.portal.kernel.exception.SystemException
findBySale in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFindercom.liferay.portal.kernel.exception.SystemExceptionprotected int doCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds,
boolean inlineSQLHelper)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.lang.String getCategoryIds(java.util.List<java.lang.Long> categoryIds)