com.liferay.portlet.shopping.service
Class ShoppingItemFieldLocalServiceWrapper
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingItemFieldLocalServiceWrapper
- All Implemented Interfaces:
- ShoppingItemFieldLocalService
public class ShoppingItemFieldLocalServiceWrapper
- extends Object
- implements ShoppingItemFieldLocalService
This class is a wrapper for ShoppingItemFieldLocalService.
- See Also:
ShoppingItemFieldLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 SystemException
- Specified by:
addShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
SystemException
createShoppingItemField
public ShoppingItemField createShoppingItemField(long itemFieldId)
- Specified by:
createShoppingItemField in interface ShoppingItemFieldLocalService
deleteShoppingItemField
public void deleteShoppingItemField(long itemFieldId)
throws PortalException,
SystemException
- Specified by:
deleteShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
PortalException
SystemException
deleteShoppingItemField
public void deleteShoppingItemField(ShoppingItemField shoppingItemField)
throws SystemException
- Specified by:
deleteShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemFieldLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemFieldLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ShoppingItemFieldLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ShoppingItemFieldLocalService
- Throws:
SystemException
getShoppingItemField
public ShoppingItemField getShoppingItemField(long itemFieldId)
throws PortalException,
SystemException
- Specified by:
getShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
PortalException
SystemException
getShoppingItemFields
public List<ShoppingItemField> getShoppingItemFields(int start,
int end)
throws SystemException
- Specified by:
getShoppingItemFields in interface ShoppingItemFieldLocalService
- Throws:
SystemException
getShoppingItemFieldsCount
public int getShoppingItemFieldsCount()
throws SystemException
- Specified by:
getShoppingItemFieldsCount in interface ShoppingItemFieldLocalService
- Throws:
SystemException
updateShoppingItemField
public ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField)
throws SystemException
- Specified by:
updateShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
SystemException
updateShoppingItemField
public ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField,
boolean merge)
throws SystemException
- Specified by:
updateShoppingItemField in interface ShoppingItemFieldLocalService
- Throws:
SystemException
getItemFields
public List<ShoppingItemField> getItemFields(long itemId)
throws SystemException
- Specified by:
getItemFields in interface ShoppingItemFieldLocalService
- Throws:
SystemException
getWrappedShoppingItemFieldLocalService
public ShoppingItemFieldLocalService getWrappedShoppingItemFieldLocalService()