Liferay 7.0-ce-m6

com.liferay.portlet.shopping.service.persistence
Class ShoppingItemFinderUtil

java.lang.Object
  extended by com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderUtil

@ProviderType
public class ShoppingItemFinderUtil
extends Object

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

Constructor Summary
ShoppingItemFinderUtil()
           
 
Method Summary
static int countByFeatured(long groupId, long[] categoryIds)
           
static int countByG_C(long groupId, List<Long> categoryIds)
           
static int countByKeywords(long groupId, long[] categoryIds, String keywords)
           
static int countBySale(long groupId, long[] categoryIds)
           
static int filterCountByG_C(long groupId, List<Long> categoryIds)
           
static List<ShoppingItem> findByFeatured(long groupId, long[] categoryIds, int numOfItems)
           
static List<ShoppingItem> findByKeywords(long groupId, long[] categoryIds, String keywords, int start, int end)
           
static List<ShoppingItem> findBySale(long groupId, long[] categoryIds, int numOfItems)
           
static ShoppingItemFinder getFinder()
           
 void setFinder(ShoppingItemFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemFinderUtil

public ShoppingItemFinderUtil()
Method Detail

countByG_C

public static int countByG_C(long groupId,
                             List<Long> categoryIds)

countByFeatured

public static int countByFeatured(long groupId,
                                  long[] categoryIds)

countByKeywords

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

countBySale

public static int countBySale(long groupId,
                              long[] categoryIds)

filterCountByG_C

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

findByFeatured

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

findByKeywords

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

findBySale

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

getFinder

public static ShoppingItemFinder getFinder()

setFinder

public void setFinder(ShoppingItemFinder finder)

Liferay 7.0-ce-m6