Liferay 6.0.5

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()
          Gets a copy of this shopping coupon as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Converts the soap model instance into a normal model instance.
 

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

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)
          Adds the shopping coupon to the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 ShoppingCoupon ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.createShoppingCoupon(long couponId)
          Creates a new shopping coupon with the primary key.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.createShoppingCoupon(long couponId)
          Creates a new shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponLocalService.createShoppingCoupon(long couponId)
          Creates a new shopping coupon with the primary key.
 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)
          Gets the shopping coupon with the primary key.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
          Gets the shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponLocalService.getShoppingCoupon(long couponId)
          Gets the shopping coupon with the primary key.
 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)
          Updates the shopping coupon in the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCoupon
 List<ShoppingCoupon> ShoppingCouponLocalServiceWrapper.getShoppingCoupons(int start, int end)
          Gets a range of all the shopping coupons.
static List<ShoppingCoupon> ShoppingCouponLocalServiceUtil.getShoppingCoupons(int start, int end)
          Gets a range of all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponLocalService.getShoppingCoupons(int start, int end)
          Gets a range of all the shopping coupons.
 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)
          Adds the shopping coupon to the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 ShoppingCoupon ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 void ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
static void ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
 void ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
static ShoppingCoupon ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 

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)
          Adds the shopping coupon to the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.createShoppingCoupon(long couponId)
          Creates a new shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.getShoppingCoupon(long couponId)
          Gets the shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCoupon
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Adds the shopping coupon to the database.
 void ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Deletes the shopping coupon from the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
          Updates the shopping coupon in the database.
 ShoppingCoupon ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon, boolean merge)
          Updates the shopping coupon in the database.
 

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)
          Creates a new shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponPersistence.create(long couponId)
          Creates a new shopping coupon with the primary key.
 ShoppingCoupon ShoppingCouponPersistenceImpl.create(long couponId)
          Creates a new shopping coupon with the primary key.
static ShoppingCoupon ShoppingCouponUtil.fetchByCode(String code)
          Finds the shopping coupon where code = ? or returns null if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.fetchByCode(String code)
          Finds the shopping coupon where code = ? or returns null if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByCode(String code)
          Finds the shopping coupon where code = ? or returns null if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.fetchByCode(String code, boolean retrieveFromCache)
          Finds the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingCoupon ShoppingCouponPersistence.fetchByCode(String code, boolean retrieveFromCache)
          Finds the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache.
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByCode(String code, boolean retrieveFromCache)
          Finds the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache.
static ShoppingCoupon ShoppingCouponUtil.fetchByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or returns null if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.fetchByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or returns null if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or returns null if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping coupon with the primary key or returns null if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByCode(String code)
          Finds the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon[] ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
 ShoppingCoupon[] ShoppingCouponPersistenceImpl.findByGroupId_PrevAndNext(long couponId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?.
static ShoppingCoupon ShoppingCouponUtil.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistence.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(long couponId)
          Finds the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found.
 ShoppingCoupon ShoppingCouponPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping coupon with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingCoupon ShoppingCouponPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCoupon shoppingCoupon, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCoupon ShoppingCouponUtil.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistence.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(long couponId)
          Removes the shopping coupon with the primary key from the database.
 ShoppingCoupon ShoppingCouponPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping coupon with the primary key from the database.
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()
          Finds all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll()
          Finds all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll()
          Finds all the shopping coupons.
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end)
          Finds a range of all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end)
          Finds a range of all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping coupons.
static List<ShoppingCoupon> ShoppingCouponUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons.
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)
          Finds all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId)
          Finds all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId)
          Finds all the shopping coupons where groupId = ?.
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping coupons where groupId = ?.
static List<ShoppingCoupon> ShoppingCouponUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons where groupId = ?.
 List<ShoppingCoupon> ShoppingCouponPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping coupons where groupId = ?.
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)
          Caches the shopping coupon in the entity cache if it is enabled.
 void ShoppingCouponPersistence.cacheResult(ShoppingCoupon shoppingCoupon)
          Caches the shopping coupon in the entity cache if it is enabled.
 void ShoppingCouponPersistenceImpl.cacheResult(ShoppingCoupon shoppingCoupon)
          Caches the shopping coupon in the entity cache if it is enabled.
static void ShoppingCouponUtil.clearCache(ShoppingCoupon shoppingCoupon)
           
 void ShoppingCouponPersistenceImpl.clearCache(ShoppingCoupon shoppingCoupon)
          Clears the cache for the shopping coupon.
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)
          Caches the shopping coupons in the entity cache if it is enabled.
 void ShoppingCouponPersistence.cacheResult(List<ShoppingCoupon> shoppingCoupons)
          Caches the shopping coupons in the entity cache if it is enabled.
 void ShoppingCouponPersistenceImpl.cacheResult(List<ShoppingCoupon> shoppingCoupons)
          Caches the shopping coupons in the entity cache if it is enabled.
 

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.5