com.liferay.portlet.shopping.service.base
Class ShoppingCouponLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.shopping.service.base.ShoppingCouponLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.shopping.service.ShoppingCouponLocalService
- Direct Known Subclasses:
- ShoppingCouponLocalServiceImpl
- public abstract class ShoppingCouponLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.shopping.service.ShoppingCouponLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.shopping.model.ShoppingCoupon |
addShoppingCoupon(com.liferay.portlet.shopping.model.ShoppingCoupon model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portlet.shopping.model.ShoppingCoupon |
updateShoppingCoupon(com.liferay.portlet.shopping.model.ShoppingCoupon model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.shopping.service.ShoppingCouponLocalService |
addCoupon, deleteCoupon, deleteCoupons, getCoupon, getCoupon, search, searchCount, updateCoupon |
ShoppingCouponLocalServiceBaseImpl
public ShoppingCouponLocalServiceBaseImpl()
addShoppingCoupon
public com.liferay.portlet.shopping.model.ShoppingCoupon addShoppingCoupon(com.liferay.portlet.shopping.model.ShoppingCoupon model)
throws com.liferay.portal.SystemException
- Specified by:
addShoppingCoupon
in interface com.liferay.portlet.shopping.service.ShoppingCouponLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.shopping.service.ShoppingCouponLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.shopping.service.ShoppingCouponLocalService
- Throws:
com.liferay.portal.SystemException
updateShoppingCoupon
public com.liferay.portlet.shopping.model.ShoppingCoupon updateShoppingCoupon(com.liferay.portlet.shopping.model.ShoppingCoupon model)
throws com.liferay.portal.SystemException
- Specified by:
updateShoppingCoupon
in interface com.liferay.portlet.shopping.service.ShoppingCouponLocalService
- Throws:
com.liferay.portal.SystemException