|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.shopping.service.ShoppingCouponServiceWrapper
@ProviderType public class ShoppingCouponServiceWrapper
Provides 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. As of 6.1.0, replaced by 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. As of 6.1.0, replaced by 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 ShoppingCouponService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ShoppingCouponService
beanIdentifier
- the Spring bean ID for this beanpublic 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 ShoppingCouponService
PortalException
SystemException
public void deleteCoupon(long groupId, long couponId) throws PortalException, SystemException
deleteCoupon
in interface ShoppingCouponService
PortalException
SystemException
public ShoppingCoupon getCoupon(long groupId, long couponId) throws PortalException, SystemException
getCoupon
in interface ShoppingCouponService
PortalException
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 ShoppingCouponService
PortalException
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 ShoppingCouponService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |