com.liferay.portlet.shopping.service.persistence
Interface ShoppingItemFinder
- All Known Implementing Classes:
- ShoppingItemFinderImpl
public interface ShoppingItemFinder
Method Summary |
int |
countByFeatured(long groupId,
long[] categoryIds)
|
int |
countByG_C(long groupId,
List<Long> categoryIds)
|
int |
countByKeywords(long groupId,
long[] categoryIds,
String keywords)
|
int |
countBySale(long groupId,
long[] categoryIds)
|
List<ShoppingItem> |
findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
|
List<ShoppingItem> |
findByKeywords(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
|
List<ShoppingItem> |
findBySale(long groupId,
long[] categoryIds,
int numOfItems)
|
countByG_C
int countByG_C(long groupId,
List<Long> categoryIds)
throws SystemException
- Throws:
SystemException
countByFeatured
int countByFeatured(long groupId,
long[] categoryIds)
throws SystemException
- Throws:
SystemException
countByKeywords
int countByKeywords(long groupId,
long[] categoryIds,
String keywords)
throws SystemException
- Throws:
SystemException
countBySale
int countBySale(long groupId,
long[] categoryIds)
throws SystemException
- Throws:
SystemException
findByFeatured
List<ShoppingItem> findByFeatured(long groupId,
long[] categoryIds,
int numOfItems)
throws SystemException
- Throws:
SystemException
findByKeywords
List<ShoppingItem> findByKeywords(long groupId,
long[] categoryIds,
String keywords,
int start,
int end)
throws SystemException
- Throws:
SystemException
findBySale
List<ShoppingItem> findBySale(long groupId,
long[] categoryIds,
int numOfItems)
throws SystemException
- Throws:
SystemException