com.liferay.portlet.shopping.service
Class ShoppingItemFieldLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.shopping.service.ShoppingItemFieldLocalServiceWrapper
All Implemented Interfaces:
ShoppingItemFieldLocalService

public class ShoppingItemFieldLocalServiceWrapper
extends java.lang.Object
implements ShoppingItemFieldLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ShoppingItemFieldLocalService.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemFieldLocalService
Generated:

Constructor Summary
ShoppingItemFieldLocalServiceWrapper(ShoppingItemFieldLocalService shoppingItemFieldLocalService)
           
 
Method Summary
 ShoppingItemField addShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField createShoppingItemField(long itemFieldId)
           
 void deleteShoppingItemField(long itemFieldId)
           
 void deleteShoppingItemField(ShoppingItemField shoppingItemField)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<ShoppingItemField> getItemFields(long itemId)
           
 ShoppingItemField getShoppingItemField(long itemFieldId)
           
 java.util.List<ShoppingItemField> getShoppingItemFields(int start, int end)
           
 int getShoppingItemFieldsCount()
           
 ShoppingItemFieldLocalService getWrappedShoppingItemFieldLocalService()
           
 ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField)
           
 ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemFieldLocalServiceWrapper

public ShoppingItemFieldLocalServiceWrapper(ShoppingItemFieldLocalService shoppingItemFieldLocalService)
Method Detail

addShoppingItemField

public ShoppingItemField addShoppingItemField(ShoppingItemField shoppingItemField)
                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createShoppingItemField

public ShoppingItemField createShoppingItemField(long itemFieldId)
Specified by:
createShoppingItemField in interface ShoppingItemFieldLocalService

deleteShoppingItemField

public void deleteShoppingItemField(long itemFieldId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteShoppingItemField

public void deleteShoppingItemField(ShoppingItemField shoppingItemField)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShoppingItemField

public ShoppingItemField getShoppingItemField(long itemFieldId)
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getShoppingItemFields

public java.util.List<ShoppingItemField> getShoppingItemFields(int start,
                                                               int end)
                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemFields in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getShoppingItemFieldsCount

public int getShoppingItemFieldsCount()
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getShoppingItemFieldsCount in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShoppingItemField

public ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateShoppingItemField

public ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField,
                                                 boolean merge)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateShoppingItemField in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getItemFields

public java.util.List<ShoppingItemField> getItemFields(long itemId)
                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getItemFields in interface ShoppingItemFieldLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWrappedShoppingItemFieldLocalService

public ShoppingItemFieldLocalService getWrappedShoppingItemFieldLocalService()