com.liferay.portlet.shopping.service.base
Class ShoppingItemFieldLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.shopping.service.base.ShoppingItemFieldLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService
Direct Known Subclasses:
ShoppingItemFieldLocalServiceImpl

public abstract class ShoppingItemFieldLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ShoppingItemFieldLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItemField addShoppingItemField(com.liferay.portlet.shopping.model.ShoppingItemField 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.ShoppingItemField updateShoppingItemField(com.liferay.portlet.shopping.model.ShoppingItemField 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.ShoppingItemFieldLocalService
getItemFields
 

Constructor Detail

ShoppingItemFieldLocalServiceBaseImpl

public ShoppingItemFieldLocalServiceBaseImpl()
Method Detail

addShoppingItemField

public com.liferay.portlet.shopping.model.ShoppingItemField addShoppingItemField(com.liferay.portlet.shopping.model.ShoppingItemField model)
                                                                          throws com.liferay.portal.SystemException
Specified by:
addShoppingItemField in interface com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService
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.ShoppingItemFieldLocalService
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.ShoppingItemFieldLocalService
Throws:
com.liferay.portal.SystemException

updateShoppingItemField

public com.liferay.portlet.shopping.model.ShoppingItemField updateShoppingItemField(com.liferay.portlet.shopping.model.ShoppingItemField model)
                                                                             throws com.liferay.portal.SystemException
Specified by:
updateShoppingItemField in interface com.liferay.portlet.shopping.service.ShoppingItemFieldLocalService
Throws:
com.liferay.portal.SystemException