com.liferay.portlet.shopping.service
Class ShoppingItemFieldLocalServiceWrapper
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingItemFieldLocalServiceWrapper
public ShoppingItemFieldLocalServiceWrapper(ShoppingItemFieldLocalService shoppingItemFieldLocalService)
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()