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. 
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
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.
 

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

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchListTypeException
 ListType ListTypePersistenceImpl.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 ListTypePersistenceImpl.findByPrimaryKey(long 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(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 ListTypePersistenceImpl.remove(long 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.
 ListType ListTypePersistenceImpl.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
 


Liferay 7.0-ce-b4