Liferay 6.0.5

Uses of Class
com.liferay.portlet.messageboards.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
static MBMailingList MBMailingListUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistenceImpl.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByG_C(long groupId, long categoryId)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByG_C(long groupId, long categoryId)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByG_C(long groupId, long categoryId)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUUID_G(String uuid, long groupId)
          Finds the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByUUID_G(String uuid, long groupId)
          Finds the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistenceImpl.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListPersistence.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListPersistenceImpl.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
static void MBMailingListUtil.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
 void MBMailingListPersistence.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
 void MBMailingListPersistenceImpl.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
static void MBMailingListUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 void MBMailingListPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 void MBMailingListPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5