Liferay 6.2-ce-ga5

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
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_First(long itemId, OrderByComparator orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_Last(long itemId, OrderByComparator orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
static ShoppingItemField[] ShoppingItemFieldUtil.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
static ShoppingItemField ShoppingItemFieldUtil.findByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(long itemFieldId)
          Returns the shopping item field with the primary key or throws a NoSuchItemFieldException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the shopping item field with the primary key or throws a NoSuchModelException if it could not be found.
 ShoppingItemField ShoppingItemFieldPersistence.remove(long itemFieldId)
          Removes the shopping item field with the primary key from the database.
static ShoppingItemField ShoppingItemFieldUtil.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.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping item field with the primary key from the database.
 


Liferay 6.2-ce-ga5