Liferay 6.0.5

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)
          Finds the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByPrimaryKey(long categoryId)
          Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByPrimaryKey(long categoryId)
          Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
          Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUUID_G(String uuid, long groupId)
          Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByUUID_G(String uuid, long groupId)
          Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistence.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistenceImpl.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
static void MBCategoryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
 void MBCategoryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
 void MBCategoryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5