Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchListTypeException

Packages that use NoSuchListTypeException
com.liferay.portal.service.persistence   
 

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


Liferay 6.0.5