Liferay 6.0.3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingCoupon

Packages that use ShoppingCoupon
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.model
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingCoupon
 class ShoppingCouponWrapper
           This class is a wrapper for ShoppingCoupon.
 

Methods in com.liferay.portlet.shopping.model that return ShoppingCoupon
 ShoppingCoupon ShoppingCartWrapper.getCoupon()
           
 ShoppingCoupon ShoppingCart.getCoupon()
           
 ShoppingCoupon ShoppingCouponWrapper.getWrappedShoppingCoupon()
           
 ShoppingCoupon ShoppingCouponWrapper.toEscapedModel()
           
 ShoppingCoupon ShoppingCouponModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCoupon
 int ShoppingCouponWrapper.compareTo(ShoppingCoupon shoppingCoupon)
           
 int ShoppingCouponModel.compareTo(ShoppingCoupon shoppingCoupon)
           
static ShoppingCouponSoap ShoppingCouponSoap.toSoapModel(ShoppingCoupon model)
           
static ShoppingCouponSoap[] ShoppingCouponSoap.toSoapModels(ShoppingCoupon[] models)
           
static ShoppingCouponSoap[][] ShoppingCouponSoap.toSoapModels(ShoppingCoupon[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingCoupon
static ShoppingCouponSoap[] ShoppingCouponSoap.toSoapModels(List<ShoppingCoupon> models)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingCoupon
ShoppingCouponWrapper(ShoppingCoupon shoppingCoupon)
           
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCoupon
 class ShoppingCouponImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingCoupon
 ShoppingCoupon ShoppingCartImpl.getCoupon()
           
 ShoppingCoupon ShoppingCouponModelImpl.toEscapedModel()
           
static ShoppingCoupon ShoppingCouponModelImpl.toModel(ShoppingCouponSoap soapModel)
           
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingCoupon
static List<ShoppingCoupon> ShoppingCouponModelImpl.toModels(ShoppingCouponSoap[] soapModels)
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingCoupon
 int ShoppingCouponModelImpl.compareTo(ShoppingCoupon shoppingCoupon)
           
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalService.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponServiceUtil.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponService.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.createShoppingCoupon(long couponId)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.createShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalService.createShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getCoupon(long couponId)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.getCoupon(long groupId, long couponId)
           
static ShoppingCoupon ShoppingCouponServiceUtil.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponService.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getCoupon(String code)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getCoupon(String code)
           
 ShoppingCoupon ShoppingCouponLocalService.getCoupon(String code)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.getShoppingCoupon(long couponId)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalService.getShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalService.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceWrapper.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponServiceUtil.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponService.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCoupon
 List<ShoppingCoupon> ShoppingCouponLocalServiceWrapper.getShoppingCoupons(int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponLocalServiceUtil.getShoppingCoupons(int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponLocalService.getShoppingCoupons(int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponServiceWrapper.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponServiceUtil.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponService.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponLocalServiceWrapper.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponLocalServiceUtil.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponLocalService.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
static void ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.service.base
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.createShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.getShoppingCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingCoupon
 List<ShoppingCoupon> ShoppingCouponLocalServiceBaseImpl.getShoppingCoupons(int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
           
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.service.http
 

Methods in com.liferay.portlet.shopping.service.http that return ShoppingCoupon
static ShoppingCoupon ShoppingCouponServiceHttp.addCoupon(HttpPrincipal httpPrincipal, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponServiceHttp.getCoupon(HttpPrincipal httpPrincipal, long groupId, long couponId)
           
static ShoppingCoupon ShoppingCouponServiceHttp.updateCoupon(HttpPrincipal httpPrincipal, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.shopping.service.http that return types with arguments of type ShoppingCoupon
static List<ShoppingCoupon> ShoppingCouponServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 

Methods in com.liferay.portlet.shopping.service.http with parameters of type ShoppingCoupon
static JSONArray ShoppingCouponJSONSerializer.toJSONArray(ShoppingCoupon[] models)
           
static JSONArray ShoppingCouponJSONSerializer.toJSONArray(ShoppingCoupon[][] models)
           
static JSONObject ShoppingCouponJSONSerializer.toJSONObject(ShoppingCoupon model)
           
 

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingCoupon
static JSONArray ShoppingCouponJSONSerializer.toJSONArray(List<ShoppingCoupon> models)
           
 

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

Methods in com.liferay.portlet.shopping.service.impl that return ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceImpl.addCoupon(long userId, String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceImpl.addCoupon(String code, boolean autoCode, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponLocalServiceImpl.getCoupon(long couponId)
           
 ShoppingCoupon ShoppingCouponServiceImpl.getCoupon(long groupId, long couponId)
           
 ShoppingCoupon ShoppingCouponLocalServiceImpl.getCoupon(String code)
           
 ShoppingCoupon ShoppingCouponLocalServiceImpl.updateCoupon(long userId, long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 ShoppingCoupon ShoppingCouponServiceImpl.updateCoupon(long couponId, String name, String description, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverExpire, boolean active, String limitCategories, String limitSkus, double minOrder, double discount, String discountType, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingCoupon
 List<ShoppingCoupon> ShoppingCouponServiceImpl.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponLocalServiceImpl.search(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 

Uses of ShoppingCoupon in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCoupon
static ShoppingCoupon ShoppingCouponUtil.create(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.create(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.create(long couponId)
           
static ShoppingCoupon ShoppingCouponUtil.fetchByCode(String code)
           
 ShoppingCoupon ShoppingCouponPersistence.fetchByCode(String code)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByCode(String code)
           
static ShoppingCoupon ShoppingCouponUtil.fetchByCode(String code, boolean retrieveFromCache)
           
 ShoppingCoupon ShoppingCouponPersistence.fetchByCode(String code, boolean retrieveFromCache)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByCode(String code, boolean retrieveFromCache)
           
static ShoppingCoupon ShoppingCouponUtil.fetchByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.fetchByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ShoppingCoupon ShoppingCouponUtil.findByCode(String code)
           
 ShoppingCoupon ShoppingCouponPersistence.findByCode(String code)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByCode(String code)
           
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
 ShoppingCoupon[] ShoppingCouponPersistenceImpl.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
           
static ShoppingCoupon ShoppingCouponUtil.findByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.findByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCoupon shoppingCoupon, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCoupon ShoppingCouponUtil.remove(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistence.remove(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(long couponId)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(Serializable primaryKey)
           
static ShoppingCoupon ShoppingCouponUtil.remove(ShoppingCoupon shoppingCoupon)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.removeImpl(ShoppingCoupon shoppingCoupon)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.toUnwrappedModel(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon, boolean merge)
           
static ShoppingCoupon ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon, boolean merge, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponUtil.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponPersistence.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCoupon
static List<ShoppingCoupon> ShoppingCouponUtil.findAll()
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll()
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll()
           
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll(int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCoupon> ShoppingCouponFinderUtil.findByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponFinder.findByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponFinderImpl.findByG_C_C_A_DT(long groupId, long companyId, String code, boolean active, String discountType, boolean andOperator, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId)
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId)
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId, int start, int end)
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingCoupon> ShoppingCouponUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCoupon
static void ShoppingCouponUtil.cacheResult(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponPersistence.cacheResult(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponPersistenceImpl.cacheResult(ShoppingCoupon shoppingCoupon)
           
static void ShoppingCouponUtil.clearCache(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponPersistenceImpl.clearCache(ShoppingCoupon shoppingCoupon)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCoupon shoppingCoupon, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCoupon ShoppingCouponUtil.remove(ShoppingCoupon shoppingCoupon)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.removeImpl(ShoppingCoupon shoppingCoupon)
           
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.toUnwrappedModel(ShoppingCoupon shoppingCoupon)
           
static ShoppingCoupon ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon, boolean merge)
           
static ShoppingCoupon ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon, boolean merge, ServiceContext serviceContext)
           
static ShoppingCoupon ShoppingCouponUtil.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponPersistence.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 ShoppingCoupon ShoppingCouponPersistenceImpl.updateImpl(ShoppingCoupon shoppingCoupon, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingCoupon
static void ShoppingCouponUtil.cacheResult(List<ShoppingCoupon> shoppingCoupons)
           
 void ShoppingCouponPersistence.cacheResult(List<ShoppingCoupon> shoppingCoupons)
           
 void ShoppingCouponPersistenceImpl.cacheResult(List<ShoppingCoupon> shoppingCoupons)
           
 

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

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingCoupon
static double ShoppingUtil.calculateCouponDiscount(Map<ShoppingCartItem,Integer> items, ShoppingCoupon coupon)
           
static double ShoppingUtil.calculateCouponDiscount(Map<ShoppingCartItem,Integer> items, String stateId, ShoppingCoupon coupon)
           
static double ShoppingUtil.calculateTotal(Map<ShoppingCartItem,Integer> items, String stateId, ShoppingCoupon coupon, int altShipping, boolean insure)
           
 


Liferay 6.0.3