Liferay 7.0-ce-m3

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

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

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<ShoppingItemField> orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_First(long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistence.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
static ShoppingItemField ShoppingItemFieldUtil.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistence.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator<ShoppingItemField> 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<ShoppingItemField> 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 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.
 

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

Methods in com.liferay.portlet.shopping.service.persistence.impl that throw NoSuchItemFieldException
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_First(long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the first shopping item field in the ordered set where itemId = ?.
 ShoppingItemField ShoppingItemFieldPersistenceImpl.findByItemId_Last(long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the last shopping item field in the ordered set where itemId = ?.
 ShoppingItemField[] ShoppingItemFieldPersistenceImpl.findByItemId_PrevAndNext(long itemFieldId, long itemId, OrderByComparator<ShoppingItemField> orderByComparator)
          Returns the shopping item fields before and after the current shopping item field in the ordered set where itemId = ?.
 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 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 7.0-ce-m3