Liferay 6.0.3

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)
           
 ListType ListTypePersistence.findByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistenceImpl.findByPrimaryKey(int listTypeId)
           
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator orderByComparator)
           
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator orderByComparator)
           
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
 ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
 ListType[] ListTypePersistenceImpl.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
static ListType ListTypeUtil.remove(int listTypeId)
           
 ListType ListTypePersistence.remove(int listTypeId)
           
 ListType ListTypePersistenceImpl.remove(int listTypeId)
           
 


Liferay 6.0.3