Liferay 6.2.0

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

All Superinterfaces:
BasePersistence<MBMailingList>
All Known Implementing Classes:
MBMailingListPersistenceImpl

@ProviderType
public interface MBMailingListPersistence
extends BasePersistence<MBMailingList>

The persistence interface for the message boards mailing list service.

Caching information and settings can be found in portal.properties

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

Method Summary
abstract  void cacheResult(List<MBMailingList> mbMailingLists)
          Caches the message boards mailing lists in the entity cache if it is enabled.
abstract  void cacheResult(MBMailingList mbMailingList)
          Caches the message boards mailing list in the entity cache if it is enabled.
abstract  int countAll()
          Returns the number of message boards mailing lists.
abstract  int countByActive(boolean active)
          Returns the number of message boards mailing lists where active = ?.
abstract  int countByG_C(long groupId, long categoryId)
          Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.
abstract  int countByUuid_C(String uuid, long companyId)
          Returns the number of message boards mailing lists where uuid = ? and companyId = ?.
abstract  int countByUUID_G(String uuid, long groupId)
          Returns the number of message boards mailing lists where uuid = ? and groupId = ?.
abstract  int countByUuid(String uuid)
          Returns the number of message boards mailing lists where uuid = ?.
abstract  MBMailingList create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
abstract  MBMailingList fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
abstract  MBMailingList fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
abstract  MBMailingList fetchByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found.
abstract  MBMailingList fetchByG_C(long groupId, long categoryId, boolean retrieveFromCache)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  MBMailingList fetchByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or returns null if it could not be found.
abstract  MBMailingList fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
abstract  MBMailingList fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
abstract  MBMailingList fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
abstract  MBMailingList fetchByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  MBMailingList fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  MBMailingList fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
abstract  List<MBMailingList> findAll()
          Returns all the message boards mailing lists.
abstract  List<MBMailingList> findAll(int start, int end)
          Returns a range of all the message boards mailing lists.
abstract  List<MBMailingList> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
abstract  MBMailingList findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
abstract  MBMailingList findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
abstract  MBMailingList[] 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 = ?.
abstract  List<MBMailingList> findByActive(boolean active)
          Returns all the message boards mailing lists where active = ?.
abstract  List<MBMailingList> findByActive(boolean active, int start, int end)
          Returns a range of all the message boards mailing lists where active = ?.
abstract  List<MBMailingList> findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
abstract  MBMailingList 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.
abstract  MBMailingList findByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
abstract  MBMailingList findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
abstract  MBMailingList findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
abstract  MBMailingList[] findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
abstract  List<MBMailingList> findByUuid_C(String uuid, long companyId)
          Returns all the message boards mailing lists where uuid = ? and companyId = ?.
abstract  List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?.
abstract  List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
abstract  MBMailingList findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
abstract  MBMailingList 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.
abstract  MBMailingList findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
abstract  MBMailingList[] 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 = ?.
abstract  List<MBMailingList> findByUuid(String uuid)
          Returns all the message boards mailing lists where uuid = ?.
abstract  List<MBMailingList> findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ?.
abstract  List<MBMailingList> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
abstract  MBMailingList remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
abstract  void removeAll()
          Removes all the message boards mailing lists from the database.
abstract  void removeByActive(boolean active)
          Removes all the message boards mailing lists where active = ? from the database.
abstract  MBMailingList removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
abstract  void removeByUuid_C(String uuid, long companyId)
          Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database.
abstract  MBMailingList removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
abstract  void removeByUuid(String uuid)
          Removes all the message boards mailing lists where uuid = ? from the database.
abstract  MBMailingList updateImpl(MBMailingList mbMailingList)
           
 
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<MBMailingList> findByUuid(String uuid)
                               throws SystemException
Returns all the message boards mailing lists where uuid = ?.

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

findByUuid

List<MBMailingList> findByUuid(String uuid,
                               int start,
                               int end)
                               throws SystemException
Returns a range of all the message boards mailing lists 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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
Returns:
the range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByUuid

List<MBMailingList> findByUuid(String uuid,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByUuid_First

MBMailingList findByUuid_First(String uuid,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchMailingListException
Returns the first message boards mailing list 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 mailing list
Throws:
NoSuchMailingListException - if a matching message boards mailing list could not be found
SystemException - if a system exception occurred

fetchByUuid_First

MBMailingList fetchByUuid_First(String uuid,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns the first message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

MBMailingList findByUuid_Last(String uuid,
                              OrderByComparator orderByComparator)
                              throws SystemException,
                                     NoSuchMailingListException
Returns the last message boards mailing list 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 mailing list
Throws:
NoSuchMailingListException - if a matching message boards mailing list could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

MBMailingList fetchByUuid_Last(String uuid,
                               OrderByComparator orderByComparator)
                               throws SystemException
Returns the last message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

MBMailingList[] findByUuid_PrevAndNext(long mailingListId,
                                       String uuid,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchMailingListException
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.

Parameters:
mailingListId - the primary key of the current message boards mailing list
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards mailing list
Throws:
NoSuchMailingListException - if a message boards mailing list 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 mailing lists 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 mailing lists where uuid = ?.

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

findByUUID_G

MBMailingList findByUUID_G(String uuid,
                           long groupId)
                           throws SystemException,
                                  NoSuchMailingListException
Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.

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

fetchByUUID_G

MBMailingList fetchByUUID_G(String uuid,
                            long groupId)
                            throws SystemException
Returns the message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

MBMailingList fetchByUUID_G(String uuid,
                            long groupId,
                            boolean retrieveFromCache)
                            throws SystemException
Returns the message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

removeByUUID_G

MBMailingList removeByUUID_G(String uuid,
                             long groupId)
                             throws SystemException,
                                    NoSuchMailingListException
Removes the message boards mailing list where uuid = ? and groupId = ? from the database.

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

countByUUID_G

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

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

findByUuid_C

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

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

findByUuid_C

List<MBMailingList> findByUuid_C(String uuid,
                                 long companyId,
                                 int start,
                                 int end)
                                 throws SystemException
Returns a range of all the message boards mailing lists 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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
Returns:
the range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByUuid_C

List<MBMailingList> findByUuid_C(String uuid,
                                 long companyId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message boards mailing lists 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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

MBMailingList findByUuid_C_First(String uuid,
                                 long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMailingListException
Returns the first message boards mailing list 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 mailing list
Throws:
NoSuchMailingListException - if a matching message boards mailing list could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

MBMailingList fetchByUuid_C_First(String uuid,
                                  long companyId,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

MBMailingList findByUuid_C_Last(String uuid,
                                long companyId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMailingListException
Returns the last message boards mailing list 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 mailing list
Throws:
NoSuchMailingListException - if a matching message boards mailing list could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

MBMailingList fetchByUuid_C_Last(String uuid,
                                 long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message boards mailing list 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 mailing list, or null if a matching message boards mailing list could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

MBMailingList[] findByUuid_C_PrevAndNext(long mailingListId,
                                         String uuid,
                                         long companyId,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMailingListException
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.

Parameters:
mailingListId - the primary key of the current message boards mailing list
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 mailing list
Throws:
NoSuchMailingListException - if a message boards mailing list 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 mailing lists 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 mailing lists where uuid = ? and companyId = ?.

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

findByActive

List<MBMailingList> findByActive(boolean active)
                                 throws SystemException
Returns all the message boards mailing lists where active = ?.

Parameters:
active - the active
Returns:
the matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByActive

List<MBMailingList> findByActive(boolean active,
                                 int start,
                                 int end)
                                 throws SystemException
Returns a range of all the message boards mailing lists where active = ?.

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 MBMailingListModelImpl. 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:
active - the active
start - the lower bound of the range of message boards mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
Returns:
the range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByActive

List<MBMailingList> findByActive(boolean active,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the message boards mailing lists where active = ?.

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 MBMailingListModelImpl. 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:
active - the active
start - the lower bound of the range of message boards mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByActive_First

MBMailingList findByActive_First(boolean active,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchMailingListException
Returns the first message boards mailing list in the ordered set where active = ?.

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

fetchByActive_First

MBMailingList fetchByActive_First(boolean active,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first message boards mailing list in the ordered set where active = ?.

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

findByActive_Last

MBMailingList findByActive_Last(boolean active,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchMailingListException
Returns the last message boards mailing list in the ordered set where active = ?.

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

fetchByActive_Last

MBMailingList fetchByActive_Last(boolean active,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last message boards mailing list in the ordered set where active = ?.

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

findByActive_PrevAndNext

MBMailingList[] findByActive_PrevAndNext(long mailingListId,
                                         boolean active,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchMailingListException
Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.

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

removeByActive

void removeByActive(boolean active)
                    throws SystemException
Removes all the message boards mailing lists where active = ? from the database.

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

countByActive

int countByActive(boolean active)
                  throws SystemException
Returns the number of message boards mailing lists where active = ?.

Parameters:
active - the active
Returns:
the number of matching message boards mailing lists
Throws:
SystemException - if a system exception occurred

findByG_C

MBMailingList findByG_C(long groupId,
                        long categoryId)
                        throws SystemException,
                               NoSuchMailingListException
Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the matching message boards mailing list
Throws:
NoSuchMailingListException - if a matching message boards mailing list could not be found
SystemException - if a system exception occurred

fetchByG_C

MBMailingList fetchByG_C(long groupId,
                         long categoryId)
                         throws SystemException
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found. Uses the finder cache.

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

fetchByG_C

MBMailingList fetchByG_C(long groupId,
                         long categoryId,
                         boolean retrieveFromCache)
                         throws SystemException
Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.

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

removeByG_C

MBMailingList removeByG_C(long groupId,
                          long categoryId)
                          throws SystemException,
                                 NoSuchMailingListException
Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.

Parameters:
groupId - the group ID
categoryId - the category ID
Returns:
the message boards mailing list that was removed
Throws:
SystemException - if a system exception occurred
NoSuchMailingListException

countByG_C

int countByG_C(long groupId,
               long categoryId)
               throws SystemException
Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.

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

cacheResult

void cacheResult(MBMailingList mbMailingList)
Caches the message boards mailing list in the entity cache if it is enabled.

Parameters:
mbMailingList - the message boards mailing list

cacheResult

void cacheResult(List<MBMailingList> mbMailingLists)
Caches the message boards mailing lists in the entity cache if it is enabled.

Parameters:
mbMailingLists - the message boards mailing lists

create

MBMailingList create(long mailingListId)
Creates a new message boards mailing list with the primary key. Does not add the message boards mailing list to the database.

Parameters:
mailingListId - the primary key for the new message boards mailing list
Returns:
the new message boards mailing list

remove

MBMailingList remove(long mailingListId)
                     throws SystemException,
                            NoSuchMailingListException
Removes the message boards mailing list with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
mailingListId - the primary key of the message boards mailing list
Returns:
the message boards mailing list that was removed
Throws:
NoSuchMailingListException - if a message boards mailing list with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

MBMailingList updateImpl(MBMailingList mbMailingList)
                         throws SystemException
Throws:
SystemException

findByPrimaryKey

MBMailingList findByPrimaryKey(long mailingListId)
                               throws SystemException,
                                      NoSuchMailingListException
Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.

Parameters:
mailingListId - the primary key of the message boards mailing list
Returns:
the message boards mailing list
Throws:
NoSuchMailingListException - if a message boards mailing list with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

MBMailingList fetchByPrimaryKey(long mailingListId)
                                throws SystemException
Returns the message boards mailing list with the primary key or returns null if it could not be found.

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

findAll

List<MBMailingList> findAll()
                            throws SystemException
Returns all the message boards mailing lists.

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

findAll

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

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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
Returns:
the range of message boards mailing lists
Throws:
SystemException - if a system exception occurred

findAll

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

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 MBMailingListModelImpl. 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 mailing lists
end - the upper bound of the range of message boards mailing lists (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of message boards mailing lists
Throws:
SystemException - if a system exception occurred

removeAll

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

Throws:
SystemException - if a system exception occurred

countAll

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

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

Liferay 6.2.0