Liferay 6.0.5

Uses of Class
com.liferay.portlet.shopping.NoSuchItemFieldException

Packages that use NoSuchItemFieldException
com.liferay.portlet.shopping.service.persistence   
 

Uses of NoSuchItemFieldException in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that throw NoSuchItemFieldException
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Finds the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Finds the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField[] ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistenceImpl.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Finds the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(long itemFieldId)
          Finds the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
static ShoppingItemField ShoppingItemFieldUtil.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistence.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
 


Liferay 6.0.5