Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.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.findByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found.
static ListType ListTypeUtil.findByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByPrimaryKey(long 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<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first 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_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(long 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.findByType_PrevAndNext(long 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.remove(long listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistence.remove(long listTypeId)
          Removes the list type with the primary key from the database.
static ListType ListTypeUtil.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
 ListType ListTypePersistence.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
 


Liferay 7.0-ce-b4