Liferay 6.2-ce-ga5

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. 
 

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

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


Liferay 6.2-ce-ga5