Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.shopping.util.ShoppingPreferences

Packages that use ShoppingPreferences
com.liferay.portlet.shopping.action   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingPreferences in com.liferay.portlet.shopping.action
 

Methods in com.liferay.portlet.shopping.action with parameters of type ShoppingPreferences
protected  void ConfigurationActionImpl.updateEmailFrom(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void ConfigurationActionImpl.updateEmailOrderConfirmation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void ConfigurationActionImpl.updateEmailOrderShipping(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void ConfigurationActionImpl.updateInsuranceCalculation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void ConfigurationActionImpl.updatePayment(ActionRequest actionRequest, ShoppingPreferences preferences)
           
protected  void ConfigurationActionImpl.updateShippingCalculation(ActionRequest actionRequest, ShoppingPreferences preferences)
           
 

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

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingPreferences
protected  void ShoppingOrderLocalServiceImpl.validate(ShoppingPreferences shoppingPrefs, 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 ShoppingPreferences in com.liferay.portlet.shopping.util
 

Methods in com.liferay.portlet.shopping.util that return ShoppingPreferences
static ShoppingPreferences ShoppingPreferences.getInstance(long companyId, long groupId)
           
 

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


Liferay 6.1.2-ce-ga3