Liferay 7.0-ce-m3

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

All Known Implementing Classes:
ShoppingItemFinderImpl

@ProviderType
public interface ShoppingItemFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)

countByFeatured

int countByFeatured(long groupId,
                    long[] categoryIds)

countByKeywords

int countByKeywords(long groupId,
                    long[] categoryIds,
                    String keywords)

countBySale

int countBySale(long groupId,
                long[] categoryIds)

filterCountByG_C

int filterCountByG_C(long groupId,
                     List<Long> categoryIds)

findByFeatured

List<ShoppingItem> findByFeatured(long groupId,
                                  long[] categoryIds,
                                  int numOfItems)

findByKeywords

List<ShoppingItem> findByKeywords(long groupId,
                                  long[] categoryIds,
                                  String keywords,
                                  int start,
                                  int end)

findBySale

List<ShoppingItem> findBySale(long groupId,
                              long[] categoryIds,
                              int numOfItems)

Liferay 7.0-ce-m3