Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.service.persistence
Interface ShoppingItemFinder


@ProviderType
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)
           
 int filterCountByG_C(long groupId, List<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)
           
 

Method Detail

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

filterCountByG_C

int filterCountByG_C(long groupId,
                     List<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

Liferay 6.2-ce-ga5