|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShoppingCoupon | |
---|---|
com.liferay.portlet.shopping.model | |
com.liferay.portlet.shopping.service | |
com.liferay.portlet.shopping.service.persistence |
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.getWrappedModel()
|
ShoppingCoupon |
ShoppingCouponWrapper.getWrappedShoppingCoupon()
Deprecated. As of 6.1.0, replaced by ShoppingCouponWrapper.getWrappedModel() |
ShoppingCoupon |
ShoppingCouponWrapper.toEscapedModel()
|
ShoppingCoupon |
ShoppingCouponModel.toEscapedModel()
|
ShoppingCoupon |
ShoppingCouponWrapper.toUnescapedModel()
|
ShoppingCoupon |
ShoppingCouponModel.toUnescapedModel()
|
Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCoupon | |
---|---|
CacheModel<ShoppingCoupon> |
ShoppingCouponWrapper.toCacheModel()
|
CacheModel<ShoppingCoupon> |
ShoppingCouponModel.toCacheModel()
|
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.service |
---|
Methods in com.liferay.portlet.shopping.service that return ShoppingCoupon | |
---|---|
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)
|
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 |
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)
|
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)
|
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)
|
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 |
ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
ShoppingCoupon |
ShoppingCouponLocalService.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 |
ShoppingCouponLocalServiceWrapper.createShoppingCoupon(long couponId)
Creates a new shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.fetchShoppingCoupon(long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.getCoupon(long groupId,
long couponId)
|
ShoppingCoupon |
ShoppingCouponService.getCoupon(long groupId,
long couponId)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.getCoupon(long groupId,
long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(String code)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(String code)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(String code)
|
ShoppingCoupon |
ShoppingCouponLocalService.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
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)
|
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 |
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)
|
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)
|
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)
|
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 |
ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCoupon | |
---|---|
List<ShoppingCoupon> |
ShoppingCouponLocalService.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
static List<ShoppingCoupon> |
ShoppingCouponLocalServiceUtil.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponLocalServiceWrapper.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponLocalService.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> |
ShoppingCouponServiceWrapper.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)
|
static List<ShoppingCoupon> |
ShoppingCouponServiceUtil.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)
|
Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCoupon | |
---|---|
ShoppingCoupon |
ShoppingCouponLocalService.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
void |
ShoppingCouponLocalService.deleteCoupon(ShoppingCoupon coupon)
|
static void |
ShoppingCouponLocalServiceUtil.deleteCoupon(ShoppingCoupon coupon)
|
void |
ShoppingCouponLocalServiceWrapper.deleteCoupon(ShoppingCoupon coupon)
|
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
Uses of ShoppingCoupon in com.liferay.portlet.shopping.service.persistence |
---|
Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCoupon | |
---|---|
ShoppingCoupon |
ShoppingCouponPersistence.create(long couponId)
Creates a new shopping coupon with the primary key. |
static ShoppingCoupon |
ShoppingCouponUtil.create(long couponId)
Creates a new shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByCode(String code,
boolean retrieveFromCache)
Returns the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByCode(String code,
boolean retrieveFromCache)
Returns the shopping coupon where code = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon[] |
ShoppingCouponPersistence.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
static ShoppingCoupon[] |
ShoppingCouponUtil.findByGroupId_PrevAndNext(long couponId,
long groupId,
OrderByComparator orderByComparator)
Returns the shopping coupons before and after the current shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.remove(long couponId)
Removes the shopping coupon with the primary key from the database. |
static ShoppingCoupon |
ShoppingCouponUtil.remove(long couponId)
Removes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponPersistence.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
static ShoppingCoupon |
ShoppingCouponUtil.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponPersistence.updateImpl(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.updateImpl(ShoppingCoupon shoppingCoupon)
|
Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCoupon | |
---|---|
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll()
Returns all the shopping coupons. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll()
Returns all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll(int start,
int end)
Returns a range of all the shopping coupons. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponFinder.findByG_C_C_A_DT(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
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> |
ShoppingCouponPersistence.findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping coupons where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons where groupId = ?. |
static List<ShoppingCoupon> |
ShoppingCouponUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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 | |
---|---|
void |
ShoppingCouponPersistence.cacheResult(ShoppingCoupon shoppingCoupon)
Caches the shopping coupon in the entity cache if it is enabled. |
static void |
ShoppingCouponUtil.cacheResult(ShoppingCoupon shoppingCoupon)
Caches the shopping coupon in the entity cache if it is enabled. |
static void |
ShoppingCouponUtil.clearCache(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.update(ShoppingCoupon shoppingCoupon,
ServiceContext serviceContext)
|
ShoppingCoupon |
ShoppingCouponPersistence.updateImpl(ShoppingCoupon shoppingCoupon)
|
static ShoppingCoupon |
ShoppingCouponUtil.updateImpl(ShoppingCoupon shoppingCoupon)
|
Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingCoupon | |
---|---|
void |
ShoppingCouponPersistence.cacheResult(List<ShoppingCoupon> shoppingCoupons)
Caches the shopping coupons in the entity cache if it is enabled. |
static void |
ShoppingCouponUtil.cacheResult(List<ShoppingCoupon> shoppingCoupons)
Caches the shopping coupons in the entity cache if it is enabled. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |