|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Renamed to 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.model.impl |
---|
Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCoupon | |
---|---|
class |
ShoppingCouponBaseImpl
The extended model base implementation for the ShoppingCoupon service. |
class |
ShoppingCouponImpl
|
Methods in com.liferay.portlet.shopping.model.impl that return ShoppingCoupon | |
---|---|
ShoppingCoupon |
ShoppingCartImpl.getCoupon()
|
ShoppingCoupon |
ShoppingCouponCacheModel.toEntityModel()
|
ShoppingCoupon |
ShoppingCouponModelImpl.toEscapedModel()
|
static ShoppingCoupon |
ShoppingCouponModelImpl.toModel(ShoppingCouponSoap soapModel)
Converts the soap model instance into a normal model instance. |
ShoppingCoupon |
ShoppingCouponModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingCoupon | |
---|---|
CacheModel<ShoppingCoupon> |
ShoppingCouponModelImpl.toCacheModel()
|
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 | |
---|---|
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 |
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 |
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 |
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 |
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.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
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.createShoppingCoupon(long couponId)
Creates a new shopping coupon with the primary key. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.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. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.fetchShoppingCoupon(long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponService.getCoupon(long groupId,
long couponId)
|
static ShoppingCoupon |
ShoppingCouponServiceUtil.getCoupon(long groupId,
long couponId)
|
ShoppingCoupon |
ShoppingCouponServiceWrapper.getCoupon(long groupId,
long couponId)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getCoupon(String code)
|
ShoppingCoupon |
ShoppingCouponLocalService.getCoupon(String code)
|
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getCoupon(String code)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalService.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
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 |
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 |
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 |
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 |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalService.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. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
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 | |
---|---|
static List<ShoppingCoupon> |
ShoppingCouponLocalServiceUtil.getShoppingCoupons(int start,
int end)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponLocalService.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. |
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)
|
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)
|
List<ShoppingCoupon> |
ShoppingCouponServiceWrapper.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 | |
---|---|
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.addShoppingCoupon(ShoppingCoupon shoppingCoupon)
Adds the shopping coupon to the database. |
static void |
ShoppingCouponLocalServiceUtil.deleteCoupon(ShoppingCoupon coupon)
|
void |
ShoppingCouponLocalService.deleteCoupon(ShoppingCoupon coupon)
|
void |
ShoppingCouponLocalServiceWrapper.deleteCoupon(ShoppingCoupon coupon)
|
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalService.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalService.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. |
static ShoppingCoupon |
ShoppingCouponLocalServiceUtil.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalService.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceWrapper.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
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.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.deleteShoppingCoupon(long couponId)
Deletes the shopping coupon with the primary key from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.fetchShoppingCoupon(long couponId)
|
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.getShoppingCoupon(long couponId)
Returns the shopping coupon with the primary key. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingCoupon | |
---|---|
List<ShoppingCoupon> |
ShoppingCouponLocalServiceBaseImpl.getShoppingCoupons(int start,
int end)
Returns 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. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.deleteShoppingCoupon(ShoppingCoupon shoppingCoupon)
Deletes the shopping coupon from the database. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon)
Updates the shopping coupon in the database or adds it if it does not yet exist. |
ShoppingCoupon |
ShoppingCouponLocalServiceBaseImpl.updateShoppingCoupon(ShoppingCoupon shoppingCoupon,
boolean merge)
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.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)
|
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)
|
Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingCoupon | |
---|---|
void |
ShoppingCouponLocalServiceImpl.deleteCoupon(ShoppingCoupon coupon)
|
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)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.fetchByCode(String code)
Returns the shopping coupon where code = ? or returns null if it could not be found. |
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.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 |
ShoppingCouponPersistenceImpl.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.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first 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.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
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.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.fetchByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or returns null if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the shopping coupon with the primary key or returns null 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.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.findByCode(String code)
Returns the shopping coupon where code = ? or throws a NoSuchCouponException if it could not be found. |
static ShoppingCoupon |
ShoppingCouponUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last shopping coupon in the ordered set where groupId = ?. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last 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.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[] |
ShoppingCouponPersistenceImpl.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.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistence.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.findByPrimaryKey(long couponId)
Returns the shopping coupon with the primary key or throws a NoSuchCouponException if it could not be found. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns 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.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
ShoppingCoupon |
ShoppingCouponPersistence.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
ShoppingCoupon |
ShoppingCouponPersistenceImpl.removeByCode(String code)
Removes the shopping coupon where code = ? from the database. |
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()
Returns all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findAll()
Returns all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.findAll()
Returns 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)
Returns a range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.findAll(int start,
int end)
Returns a 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> |
ShoppingCouponPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the shopping coupons. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns 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)
Returns all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistence.findByGroupId(long groupId)
Returns all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.findByGroupId(long groupId)
Returns 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)
Returns a range of all the shopping coupons where groupId = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered 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 = ?. |
List<ShoppingCoupon> |
ShoppingCouponPersistenceImpl.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 | |
---|---|
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. |
protected void |
ShoppingCouponPersistenceImpl.cacheUniqueFindersCache(ShoppingCoupon shoppingCoupon)
|
static void |
ShoppingCouponUtil.clearCache(ShoppingCoupon shoppingCoupon)
|
void |
ShoppingCouponPersistenceImpl.clearCache(ShoppingCoupon shoppingCoupon)
Clears the cache for the shopping coupon. |
protected void |
ShoppingCouponPersistenceImpl.clearUniqueFindersCache(ShoppingCoupon shoppingCoupon)
|
protected ShoppingCoupon |
ShoppingCouponPersistenceImpl.getByGroupId_PrevAndNext(Session session,
ShoppingCoupon shoppingCoupon,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
void |
ShoppingCouponPersistenceImpl.clearCache(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.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |