Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.NoSuchListTypeException

Packages that use NoSuchListTypeException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of NoSuchListTypeException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchListTypeException
 ListType ListTypePersistence.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
static ListType ListTypeUtil.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType ListTypePersistence.remove(int listTypeId)
          Removes the list type with the primary key from the database.
static ListType ListTypeUtil.remove(int listTypeId)
          Removes the list type with the primary key from the database.
 

Uses of NoSuchListTypeException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchListTypeException
 ListType ListTypePersistenceImpl.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or throws a NoSuchModelException if it could not be found.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType[] ListTypePersistenceImpl.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.remove(int listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the list type with the primary key from the database.
 


Liferay 7.0-ce-m3