com.liferay.portlet.shopping.service
Class ShoppingItemFieldLocalServiceUtil
java.lang.Object
com.liferay.portlet.shopping.service.ShoppingItemFieldLocalServiceUtil
public class ShoppingItemFieldLocalServiceUtil
- extends Object
This class provides static methods for the
ShoppingItemFieldLocalService bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- 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 |
ShoppingItemFieldLocalServiceUtil
public ShoppingItemFieldLocalServiceUtil()
addShoppingItemField
public static ShoppingItemField addShoppingItemField(ShoppingItemField shoppingItemField)
throws SystemException
- Throws:
SystemException
createShoppingItemField
public static ShoppingItemField createShoppingItemField(long itemFieldId)
deleteShoppingItemField
public static void deleteShoppingItemField(long itemFieldId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteShoppingItemField
public static void deleteShoppingItemField(ShoppingItemField shoppingItemField)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getShoppingItemField
public static ShoppingItemField getShoppingItemField(long itemFieldId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getShoppingItemFields
public static List<ShoppingItemField> getShoppingItemFields(int start,
int end)
throws SystemException
- Throws:
SystemException
getShoppingItemFieldsCount
public static int getShoppingItemFieldsCount()
throws SystemException
- Throws:
SystemException
updateShoppingItemField
public static ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField)
throws SystemException
- Throws:
SystemException
updateShoppingItemField
public static ShoppingItemField updateShoppingItemField(ShoppingItemField shoppingItemField,
boolean merge)
throws SystemException
- Throws:
SystemException
getItemFields
public static List<ShoppingItemField> getItemFields(long itemId)
throws SystemException
- Throws:
SystemException
getService
public static ShoppingItemFieldLocalService getService()
setService
public void setService(ShoppingItemFieldLocalService service)