Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.messageboards.NoSuchBanException

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

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

Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchBanException
static MBBan MBBanUtil.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBBan[] MBBanUtil.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
 MBBan[] MBBanPersistence.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByG_B(long groupId, long banUserId)
          Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByG_B(long groupId, long banUserId)
          Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
static MBBan MBBanUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
static MBBan[] MBBanUtil.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 MBBan[] MBBanPersistence.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
static MBBan MBBanUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
static MBBan[] MBBanUtil.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 MBBan[] MBBanPersistence.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan[] MBBanUtil.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan[] MBBanPersistence.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
static MBBan MBBanUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
static MBBan MBBanUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
static MBBan[] MBBanUtil.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 MBBan[] MBBanPersistence.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
static MBBan MBBanUtil.remove(long banId)
          Removes the message boards ban with the primary key from the database.
 MBBan MBBanPersistence.remove(long banId)
          Removes the message boards ban with the primary key from the database.
static MBBan MBBanUtil.removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? from the database.
 MBBan MBBanPersistence.removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? from the database.
static MBBan MBBanUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
 MBBan MBBanPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5