Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.messageboards.exception.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
 MBCategory[] MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
static MBCategory[] MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
 MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory[] MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
static MBCategory MBCategoryUtil.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
static MBCategory MBCategoryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-b4