|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingCouponServiceWrapper
public class ShoppingCouponServiceWrapper
This class is a wrapper for ShoppingCouponService.
ShoppingCouponService| Constructor Summary | |
|---|---|
ShoppingCouponServiceWrapper(ShoppingCouponService shoppingCouponService)
|
|
| Method Summary | |
|---|---|
ShoppingCoupon |
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)
|
void |
deleteCoupon(long groupId,
long couponId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
ShoppingCoupon |
getCoupon(long groupId,
long couponId)
|
ShoppingCouponService |
getWrappedService()
|
ShoppingCouponService |
getWrappedShoppingCouponService()
Deprecated. Renamed to getWrappedService() |
List<ShoppingCoupon> |
search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(ShoppingCouponService shoppingCouponService)
|
void |
setWrappedShoppingCouponService(ShoppingCouponService shoppingCouponService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.shopping.service.ShoppingCouponService) |
ShoppingCoupon |
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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingCouponServiceWrapper(ShoppingCouponService shoppingCouponService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCouponServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingCouponServicebeanIdentifier - the Spring bean ID for this bean
public ShoppingCoupon 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)
throws PortalException,
SystemException
addCoupon in interface ShoppingCouponServicePortalException
SystemException
public void deleteCoupon(long groupId,
long couponId)
throws PortalException,
SystemException
deleteCoupon in interface ShoppingCouponServicePortalException
SystemException
public ShoppingCoupon getCoupon(long groupId,
long couponId)
throws PortalException,
SystemException
getCoupon in interface ShoppingCouponServicePortalException
SystemException
public List<ShoppingCoupon> search(long groupId,
long companyId,
String code,
boolean active,
String discountType,
boolean andOperator,
int start,
int end)
throws PortalException,
SystemException
search in interface ShoppingCouponServicePortalException
SystemException
public ShoppingCoupon 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)
throws PortalException,
SystemException
updateCoupon in interface ShoppingCouponServicePortalException
SystemExceptionpublic ShoppingCouponService getWrappedShoppingCouponService()
getWrappedService()
public void setWrappedShoppingCouponService(ShoppingCouponService shoppingCouponService)
setWrappedService(com.liferay.portlet.shopping.service.ShoppingCouponService)
public ShoppingCouponService getWrappedService()
getWrappedService in interface ServiceWrapper<ShoppingCouponService>public void setWrappedService(ShoppingCouponService shoppingCouponService)
setWrappedService in interface ServiceWrapper<ShoppingCouponService>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||