Liferay 7.0-ce-m6

Uses of Class
com.liferay.portlet.shopping.ShoppingGroupServiceSettings

Packages that use ShoppingGroupServiceSettings
com.liferay.portlet.shopping   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingGroupServiceSettings in com.liferay.portlet.shopping
 

Methods in com.liferay.portlet.shopping that return ShoppingGroupServiceSettings
static ShoppingGroupServiceSettings ShoppingGroupServiceSettings.getInstance(long groupId)
           
static ShoppingGroupServiceSettings ShoppingGroupServiceSettings.getInstance(long groupId, Map<String,String[]> parameterMap)
           
 

Uses of ShoppingGroupServiceSettings in com.liferay.portlet.shopping.service.impl
 

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingGroupServiceSettings
protected  void ShoppingOrderLocalServiceImpl.notifyUser(ShoppingOrder order, String emailType, ShoppingGroupServiceSettings shoppingGroupServiceSettings, ServiceContext serviceContext)
           
protected  void ShoppingOrderLocalServiceImpl.validate(ShoppingGroupServiceSettings shoppingGroupServiceSettings, String billingFirstName, String billingLastName, String billingEmailAddress, String billingStreet, String billingCity, String billingState, String billingZip, String billingCountry, String billingPhone, boolean shipToBilling, String shippingFirstName, String shippingLastName, String shippingEmailAddress, String shippingStreet, String shippingCity, String shippingState, String shippingZip, String shippingCountry, String shippingPhone, String ccName, String ccType, String ccNumber, int ccExpMonth, int ccExpYear, String ccVerNumber)
           
 

Uses of ShoppingGroupServiceSettings in com.liferay.portlet.shopping.util
 

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingGroupServiceSettings
static String ShoppingUtil.getPayPalRedirectURL(ShoppingGroupServiceSettings shoppingGroupServiceSettings, ShoppingOrder order, double total, String returnURL, String notifyURL)
           
static boolean ShoppingUtil.meetsMinOrder(ShoppingGroupServiceSettings shoppingGroupServiceSettings, Map<ShoppingCartItem,Integer> items)
           
 


Liferay 7.0-ce-m6