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 |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, 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)
countByG_C in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic int countByFeatured(long groupId,
long[] categoryIds)
countByFeatured in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic int countByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords)
countByKeywords in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic int countBySale(long groupId,
long[] categoryIds)
countBySale in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic int filterCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds)
filterCountByG_C in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
findByFeatured in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findByKeywords(long groupId,
long[] categoryIds,
java.lang.String keywords,
int start,
int end)
findByKeywords in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderpublic java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> findBySale(long groupId,
long[] categoryIds,
int numOfItems)
findBySale in interface com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderprotected int doCountByG_C(long groupId,
java.util.List<java.lang.Long> categoryIds,
boolean inlineSQLHelper)
protected java.lang.String getCategoryIds(java.util.List<java.lang.Long> categoryIds)