Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.messageboards.exception.NoSuchMailingListException

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

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

Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchMailingListException
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_First(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator<MBMailingList> orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
static MBMailingList MBMailingListUtil.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListPersistence.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
static MBMailingList MBMailingListUtil.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
 MBMailingList MBMailingListPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
static MBMailingList MBMailingListUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-b4