Liferay 6.2.0

com.liferay.portlet.messageboards.service.persistence
Interface MBBanPersistence

All Superinterfaces:
BasePersistence<MBBan>
All Known Implementing Classes:
MBBanPersistenceImpl

@ProviderType
public interface MBBanPersistence
extends BasePersistence<MBBan>

The persistence interface for the message boards ban service.

Caching information and settings can be found in portal.properties

See Also:
MBBanPersistenceImpl, MBBanUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
abstract  void cacheResult(List<MBBan> mbBans)
          Caches the message boards bans in the entity cache if it is enabled.
abstract  void cacheResult(MBBan mbBan)
          Caches the message boards ban in the entity cache if it is enabled.
abstract  int countAll()
          Returns the number of message boards bans.
abstract  int countByBanUserId(long banUserId)
          Returns the number of message boards bans where banUserId = ?.
abstract  int countByG_B(long groupId, long banUserId)
          Returns the number of message boards bans where groupId = ? and banUserId = ?.
abstract  int countByGroupId(long groupId)
          Returns the number of message boards bans where groupId = ?.
abstract  int countByUserId(long userId)
          Returns the number of message boards bans where userId = ?.
abstract  int countByUuid_C(String uuid, long companyId)
          Returns the number of message boards bans where uuid = ? and companyId = ?.
abstract  int countByUUID_G(String uuid, long groupId)
          Returns the number of message boards bans where uuid = ? and groupId = ?.
abstract  int countByUuid(String uuid)
          Returns the number of message boards bans where uuid = ?.
abstract  MBBan create(long banId)
          Creates a new message boards ban with the primary key.
abstract  MBBan fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
abstract  MBBan fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
abstract  MBBan fetchByG_B(long groupId, long banUserId)
          Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found.
abstract  MBBan fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache)
          Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  MBBan fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
abstract  MBBan fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
abstract  MBBan fetchByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or returns null if it could not be found.
abstract  MBBan fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
abstract  MBBan fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
abstract  MBBan fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
abstract  MBBan fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
abstract  MBBan fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
abstract  MBBan fetchByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  MBBan fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  MBBan fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
abstract  List<MBBan> findAll()
          Returns all the message boards bans.
abstract  List<MBBan> findAll(int start, int end)
          Returns a range of all the message boards bans.
abstract  List<MBBan> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
abstract  MBBan findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
abstract  MBBan findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
abstract  MBBan[] 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 = ?.
abstract  List<MBBan> findByBanUserId(long banUserId)
          Returns all the message boards bans where banUserId = ?.
abstract  List<MBBan> findByBanUserId(long banUserId, int start, int end)
          Returns a range of all the message boards bans where banUserId = ?.
abstract  List<MBBan> findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
abstract  MBBan 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.
abstract  MBBan findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
abstract  MBBan findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
abstract  MBBan[] 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 = ?.
abstract  List<MBBan> findByGroupId(long groupId)
          Returns all the message boards bans where groupId = ?.
abstract  List<MBBan> findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards bans where groupId = ?.
abstract  List<MBBan> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
abstract  MBBan findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
abstract  MBBan findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
abstract  MBBan findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
abstract  MBBan[] 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 = ?.
abstract  List<MBBan> findByUserId(long userId)
          Returns all the message boards bans where userId = ?.
abstract  List<MBBan> findByUserId(long userId, int start, int end)
          Returns a range of all the message boards bans where userId = ?.
abstract  List<MBBan> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
abstract  MBBan findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
abstract  MBBan findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
abstract  MBBan[] 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 = ?.
abstract  List<MBBan> findByUuid_C(String uuid, long companyId)
          Returns all the message boards bans where uuid = ? and companyId = ?.
abstract  List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards bans where uuid = ? and companyId = ?.
abstract  List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
abstract  MBBan findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
abstract  MBBan 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.
abstract  MBBan findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
abstract  MBBan[] 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 = ?.
abstract  List<MBBan> findByUuid(String uuid)
          Returns all the message boards bans where uuid = ?.
abstract  List<MBBan> findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards bans where uuid = ?.
abstract  List<MBBan> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
abstract  MBBan remove(long banId)
          Removes the message boards ban with the primary key from the database.
abstract  void removeAll()
          Removes all the message boards bans from the database.
abstract  void removeByBanUserId(long banUserId)
          Removes all the message boards bans where banUserId = ? from the database.
abstract  MBBan removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? from the database.
abstract  void removeByGroupId(long groupId)
          Removes all the message boards bans where groupId = ? from the database.
abstract  void removeByUserId(long userId)
          Removes all the message boards bans where userId = ? from the database.
abstract  void removeByUuid_C(String uuid, long companyId)
          Removes all the message boards bans where uuid = ? and companyId = ? from the database.
abstract  MBBan removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
abstract  void removeByUuid(String uuid)
          Removes all the message boards bans where uuid = ? from the database.
abstract  MBBan updateImpl(MBBan mbBan)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<MBBan> findByUuid(String uuid)
                       throws SystemException
Returns all the message boards bans where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid

List<MBBan> findByUuid(String uuid,
                       int start,
                       int end)
                       throws SystemException
Returns a range of all the message boards bans where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid

List<MBBan> findByUuid(String uuid,
                       int start,
                       int end,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns an ordered range of all the message boards bans where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid_First

MBBan findByUuid_First(String uuid,
                       OrderByComparator orderByComparator)
                       throws SystemException,
                              NoSuchBanException
Returns the first message boards ban in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUuid_First

MBBan fetchByUuid_First(String uuid,
                        OrderByComparator orderByComparator)
                        throws SystemException
Returns the first message boards ban in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

MBBan findByUuid_Last(String uuid,
                      OrderByComparator orderByComparator)
                      throws SystemException,
                             NoSuchBanException
Returns the last message boards ban in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

MBBan fetchByUuid_Last(String uuid,
                       OrderByComparator orderByComparator)
                       throws SystemException
Returns the last message boards ban in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

MBBan[] findByUuid_PrevAndNext(long banId,
                               String uuid,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchBanException
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.

Parameters:
banId - the primary key of the current message boards ban
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Removes all the message boards bans where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Returns the number of message boards bans where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUUID_G

MBBan findByUUID_G(String uuid,
                   long groupId)
                   throws SystemException,
                          NoSuchBanException
Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUUID_G

MBBan fetchByUUID_G(String uuid,
                    long groupId)
                    throws SystemException
Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

MBBan fetchByUUID_G(String uuid,
                    long groupId,
                    boolean retrieveFromCache)
                    throws SystemException
Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

MBBan removeByUUID_G(String uuid,
                     long groupId)
                     throws SystemException,
                            NoSuchBanException
Removes the message boards ban where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the message boards ban that was removed
Throws:
SystemException - if a system exception occurred
NoSuchBanException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Returns the number of message boards bans where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<MBBan> findByUuid_C(String uuid,
                         long companyId)
                         throws SystemException
Returns all the message boards bans where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<MBBan> findByUuid_C(String uuid,
                         long companyId,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the message boards bans where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<MBBan> findByUuid_C(String uuid,
                         long companyId,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

MBBan findByUuid_C_First(String uuid,
                         long companyId,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchBanException
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

MBBan fetchByUuid_C_First(String uuid,
                          long companyId,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

MBBan findByUuid_C_Last(String uuid,
                        long companyId,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchBanException
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

MBBan fetchByUuid_C_Last(String uuid,
                         long companyId,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

MBBan[] findByUuid_C_PrevAndNext(long banId,
                                 String uuid,
                                 long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchBanException
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.

Parameters:
banId - the primary key of the current message boards ban
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
                    throws SystemException
Removes all the message boards bans where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
                  throws SystemException
Returns the number of message boards bans where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBBan> findByGroupId(long groupId)
                          throws SystemException
Returns all the message boards bans where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching message boards bans
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBBan> findByGroupId(long groupId,
                          int start,
                          int end)
                          throws SystemException
Returns a range of all the message boards bans where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBBan> findByGroupId(long groupId,
                          int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns an ordered range of all the message boards bans where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByGroupId_First

MBBan findByGroupId_First(long groupId,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchBanException
Returns the first message boards ban in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByGroupId_First

MBBan fetchByGroupId_First(long groupId,
                           OrderByComparator orderByComparator)
                           throws SystemException
Returns the first message boards ban in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

MBBan findByGroupId_Last(long groupId,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchBanException
Returns the last message boards ban in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByGroupId_Last

MBBan fetchByGroupId_Last(long groupId,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the last message boards ban in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

MBBan[] findByGroupId_PrevAndNext(long banId,
                                  long groupId,
                                  OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchBanException
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.

Parameters:
banId - the primary key of the current message boards ban
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

removeByGroupId

void removeByGroupId(long groupId)
                     throws SystemException
Removes all the message boards bans where groupId = ? from the database.

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Returns the number of message boards bans where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUserId

List<MBBan> findByUserId(long userId)
                         throws SystemException
Returns all the message boards bans where userId = ?.

Parameters:
userId - the user ID
Returns:
the matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUserId

List<MBBan> findByUserId(long userId,
                         int start,
                         int end)
                         throws SystemException
Returns a range of all the message boards bans where userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUserId

List<MBBan> findByUserId(long userId,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns an ordered range of all the message boards bans where userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userId - the user ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByUserId_First

MBBan findByUserId_First(long userId,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchBanException
Returns the first message boards ban in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUserId_First

MBBan fetchByUserId_First(long userId,
                          OrderByComparator orderByComparator)
                          throws SystemException
Returns the first message boards ban in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_Last

MBBan findByUserId_Last(long userId,
                        OrderByComparator orderByComparator)
                        throws SystemException,
                               NoSuchBanException
Returns the last message boards ban in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByUserId_Last

MBBan fetchByUserId_Last(long userId,
                         OrderByComparator orderByComparator)
                         throws SystemException
Returns the last message boards ban in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_PrevAndNext

MBBan[] findByUserId_PrevAndNext(long banId,
                                 long userId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchBanException
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.

Parameters:
banId - the primary key of the current message boards ban
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

removeByUserId

void removeByUserId(long userId)
                    throws SystemException
Removes all the message boards bans where userId = ? from the database.

Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByUserId

int countByUserId(long userId)
                  throws SystemException
Returns the number of message boards bans where userId = ?.

Parameters:
userId - the user ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByBanUserId

List<MBBan> findByBanUserId(long banUserId)
                            throws SystemException
Returns all the message boards bans where banUserId = ?.

Parameters:
banUserId - the ban user ID
Returns:
the matching message boards bans
Throws:
SystemException - if a system exception occurred

findByBanUserId

List<MBBan> findByBanUserId(long banUserId,
                            int start,
                            int end)
                            throws SystemException
Returns a range of all the message boards bans where banUserId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
banUserId - the ban user ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByBanUserId

List<MBBan> findByBanUserId(long banUserId,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns an ordered range of all the message boards bans where banUserId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
banUserId - the ban user ID
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByBanUserId_First

MBBan findByBanUserId_First(long banUserId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchBanException
Returns the first message boards ban in the ordered set where banUserId = ?.

Parameters:
banUserId - the ban user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByBanUserId_First

MBBan fetchByBanUserId_First(long banUserId,
                             OrderByComparator orderByComparator)
                             throws SystemException
Returns the first message boards ban in the ordered set where banUserId = ?.

Parameters:
banUserId - the ban user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByBanUserId_Last

MBBan findByBanUserId_Last(long banUserId,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchBanException
Returns the last message boards ban in the ordered set where banUserId = ?.

Parameters:
banUserId - the ban user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByBanUserId_Last

MBBan fetchByBanUserId_Last(long banUserId,
                            OrderByComparator orderByComparator)
                            throws SystemException
Returns the last message boards ban in the ordered set where banUserId = ?.

Parameters:
banUserId - the ban user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

findByBanUserId_PrevAndNext

MBBan[] findByBanUserId_PrevAndNext(long banId,
                                    long banUserId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchBanException
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.

Parameters:
banId - the primary key of the current message boards ban
banUserId - the ban user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

removeByBanUserId

void removeByBanUserId(long banUserId)
                       throws SystemException
Removes all the message boards bans where banUserId = ? from the database.

Parameters:
banUserId - the ban user ID
Throws:
SystemException - if a system exception occurred

countByBanUserId

int countByBanUserId(long banUserId)
                     throws SystemException
Returns the number of message boards bans where banUserId = ?.

Parameters:
banUserId - the ban user ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

findByG_B

MBBan findByG_B(long groupId,
                long banUserId)
                throws SystemException,
                       NoSuchBanException
Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.

Parameters:
groupId - the group ID
banUserId - the ban user ID
Returns:
the matching message boards ban
Throws:
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred

fetchByG_B

MBBan fetchByG_B(long groupId,
                 long banUserId)
                 throws SystemException
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
groupId - the group ID
banUserId - the ban user ID
Returns:
the matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_B

MBBan fetchByG_B(long groupId,
                 long banUserId,
                 boolean retrieveFromCache)
                 throws SystemException
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
groupId - the group ID
banUserId - the ban user ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching message boards ban, or null if a matching message boards ban could not be found
Throws:
SystemException - if a system exception occurred

removeByG_B

MBBan removeByG_B(long groupId,
                  long banUserId)
                  throws SystemException,
                         NoSuchBanException
Removes the message boards ban where groupId = ? and banUserId = ? from the database.

Parameters:
groupId - the group ID
banUserId - the ban user ID
Returns:
the message boards ban that was removed
Throws:
SystemException - if a system exception occurred
NoSuchBanException

countByG_B

int countByG_B(long groupId,
               long banUserId)
               throws SystemException
Returns the number of message boards bans where groupId = ? and banUserId = ?.

Parameters:
groupId - the group ID
banUserId - the ban user ID
Returns:
the number of matching message boards bans
Throws:
SystemException - if a system exception occurred

cacheResult

void cacheResult(MBBan mbBan)
Caches the message boards ban in the entity cache if it is enabled.

Parameters:
mbBan - the message boards ban

cacheResult

void cacheResult(List<MBBan> mbBans)
Caches the message boards bans in the entity cache if it is enabled.

Parameters:
mbBans - the message boards bans

create

MBBan create(long banId)
Creates a new message boards ban with the primary key. Does not add the message boards ban to the database.

Parameters:
banId - the primary key for the new message boards ban
Returns:
the new message boards ban

remove

MBBan remove(long banId)
             throws SystemException,
                    NoSuchBanException
Removes the message boards ban with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
banId - the primary key of the message boards ban
Returns:
the message boards ban that was removed
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

MBBan updateImpl(MBBan mbBan)
                 throws SystemException
Throws:
SystemException

findByPrimaryKey

MBBan findByPrimaryKey(long banId)
                       throws SystemException,
                              NoSuchBanException
Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.

Parameters:
banId - the primary key of the message boards ban
Returns:
the message boards ban
Throws:
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

MBBan fetchByPrimaryKey(long banId)
                        throws SystemException
Returns the message boards ban with the primary key or returns null if it could not be found.

Parameters:
banId - the primary key of the message boards ban
Returns:
the message boards ban, or null if a message boards ban with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<MBBan> findAll()
                    throws SystemException
Returns all the message boards bans.

Returns:
the message boards bans
Throws:
SystemException - if a system exception occurred

findAll

List<MBBan> findAll(int start,
                    int end)
                    throws SystemException
Returns a range of all the message boards bans.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
Returns:
the range of message boards bans
Throws:
SystemException - if a system exception occurred

findAll

List<MBBan> findAll(int start,
                    int end,
                    OrderByComparator orderByComparator)
                    throws SystemException
Returns an ordered range of all the message boards bans.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBBanModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of message boards bans
end - the upper bound of the range of message boards bans (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of message boards bans
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the message boards bans from the database.

Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of message boards bans.

Returns:
the number of message boards bans
Throws:
SystemException - if a system exception occurred

Liferay 6.2.0