com.liferay.portlet.shopping.service.base
Class ShoppingOrderLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.shopping.service.base.ShoppingOrderLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.shopping.service.ShoppingOrderLocalService
- Direct Known Subclasses:
- ShoppingOrderLocalServiceImpl
- public abstract class ShoppingOrderLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.shopping.service.ShoppingOrderLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.shopping.model.ShoppingOrder |
addShoppingOrder(com.liferay.portlet.shopping.model.ShoppingOrder 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.ShoppingOrder |
updateShoppingOrder(com.liferay.portlet.shopping.model.ShoppingOrder 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.ShoppingOrderLocalService |
completeOrder, deleteOrder, deleteOrder, getLatestOrder, getOrder, getOrder, saveLatestOrder, search, searchCount, sendEmail, sendEmail, updateLatestOrder, updateOrder, updateOrder |
ShoppingOrderLocalServiceBaseImpl
public ShoppingOrderLocalServiceBaseImpl()
addShoppingOrder
public com.liferay.portlet.shopping.model.ShoppingOrder addShoppingOrder(com.liferay.portlet.shopping.model.ShoppingOrder model)
throws com.liferay.portal.SystemException
- Specified by:
addShoppingOrder
in interface com.liferay.portlet.shopping.service.ShoppingOrderLocalService
- 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.ShoppingOrderLocalService
- 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.ShoppingOrderLocalService
- Throws:
com.liferay.portal.SystemException
updateShoppingOrder
public com.liferay.portlet.shopping.model.ShoppingOrder updateShoppingOrder(com.liferay.portlet.shopping.model.ShoppingOrder model)
throws com.liferay.portal.SystemException
- Specified by:
updateShoppingOrder
in interface com.liferay.portlet.shopping.service.ShoppingOrderLocalService
- Throws:
com.liferay.portal.SystemException