Liferay 7.0-ce-m6

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

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

@ProviderType
public class ShoppingOrderFinderUtil
extends Object

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

Constructor Summary
ShoppingOrderFinderUtil()
           
 
Method Summary
static int countByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator)
           
static List<ShoppingOrder> findByG_C_U_N_PPPS(long groupId, long companyId, long userId, String number, String billingFirstName, String billingLastName, String billingEmailAddress, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String ppPaymentStatus, boolean andOperator, int start, int end, OrderByComparator<ShoppingOrder> obc)
           
static ShoppingOrderFinder getFinder()
           
 void setFinder(ShoppingOrderFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingOrderFinderUtil

public ShoppingOrderFinderUtil()
Method Detail

countByG_C_U_N_PPPS

public static int countByG_C_U_N_PPPS(long groupId,
                                      long companyId,
                                      long userId,
                                      String number,
                                      String billingFirstName,
                                      String billingLastName,
                                      String billingEmailAddress,
                                      String shippingFirstName,
                                      String shippingLastName,
                                      String shippingEmailAddress,
                                      String ppPaymentStatus,
                                      boolean andOperator)

findByG_C_U_N_PPPS

public static List<ShoppingOrder> findByG_C_U_N_PPPS(long groupId,
                                                     long companyId,
                                                     long userId,
                                                     String number,
                                                     String billingFirstName,
                                                     String billingLastName,
                                                     String billingEmailAddress,
                                                     String shippingFirstName,
                                                     String shippingLastName,
                                                     String shippingEmailAddress,
                                                     String ppPaymentStatus,
                                                     boolean andOperator,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<ShoppingOrder> obc)

getFinder

public static ShoppingOrderFinder getFinder()

setFinder

public void setFinder(ShoppingOrderFinder finder)

Liferay 7.0-ce-m6