Liferay 6.0.3

Uses of Class
com.liferay.portlet.messageboards.NoSuchCategoryException

Packages that use NoSuchCategoryException
com.liferay.portlet.messageboards.service.persistence   
 

Uses of NoSuchCategoryException in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchCategoryException
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistence.findByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
           
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistence.findByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.remove(long categoryId)
           
 MBCategory MBCategoryPersistence.remove(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.remove(long categoryId)
           
static void MBCategoryUtil.removeByUUID_G(String uuid, long groupId)
           
 void MBCategoryPersistence.removeByUUID_G(String uuid, long groupId)
           
 void MBCategoryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
           
 


Liferay 6.0.3