Liferay 6.1.2-ce-ga3

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)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the message boards mailing list with the primary key 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.
 MBMailingList MBMailingListPersistenceImpl.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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
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_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 MBMailingListPersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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.
 MBMailingList MBMailingListPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards mailing list with the primary key 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.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
 MBMailingList MBMailingListPersistenceImpl.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? 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.
 MBMailingList MBMailingListPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 MBMailingList MBMailingListPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3