Class MBMailingListUtil
com.liferay.message.boards.service.persistence.impl.MBMailingListPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(MBMailingList mbMailingList) Caches the message boards mailing list in the entity cache if it is enabled.static voidcacheResult(List<MBMailingList> mbMailingLists) Caches the message boards mailing lists in the entity cache if it is enabled.static voidstatic voidclearCache(MBMailingList mbMailingList) static intcountAll()Returns the number of message boards mailing lists.static intcountByActive(boolean active) Returns the number of message boards mailing lists where active = ?.static intcountByG_C(long groupId, long categoryId) Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.static intcountByUuid(String uuid) Returns the number of message boards mailing lists where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of message boards mailing lists where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of message boards mailing lists where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static MBMailingListcreate(long mailingListId) Creates a new message boards mailing list with the primary key.static MBMailingListfetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where active = ?.static MBMailingListfetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where active = ?.static MBMailingListfetchByG_C(long groupId, long categoryId) Returns the message boards mailing list where groupId = ? and categoryId = ? or returnsnullif it could not be found.static MBMailingListfetchByG_C(long groupId, long categoryId, boolean useFinderCache) Returns the message boards mailing list where groupId = ? and categoryId = ? or returnsnullif it could not be found, optionally using the finder cache.static MBMailingListfetchByPrimaryKey(long mailingListId) Returns the message boards mailing list with the primary key or returnsnullif it could not be found.static Map<Serializable,MBMailingList> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static MBMailingListfetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.static MBMailingListfetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.static MBMailingListfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ?.static MBMailingListfetchByUUID_G(String uuid, long groupId) Returns the message boards mailing list where uuid = ? and groupId = ? or returnsnullif it could not be found.static MBMailingListfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the message boards mailing list where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static MBMailingListfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ?.static List<MBMailingList>findAll()Returns all the message boards mailing lists.static List<MBMailingList>findAll(int start, int end) Returns a range of all the message boards mailing lists.static List<MBMailingList>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists.static List<MBMailingList>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists.static List<MBMailingList>findByActive(boolean active) Returns all the message boards mailing lists where active = ?.static List<MBMailingList>findByActive(boolean active, int start, int end) Returns a range of all the message boards mailing lists where active = ?.static List<MBMailingList>findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where active = ?.static List<MBMailingList>findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where active = ?.static MBMailingListfindByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where active = ?.static MBMailingListfindByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where active = ?.static MBMailingList[]findByActive_PrevAndNext(long mailingListId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.static MBMailingListfindByG_C(long groupId, long categoryId) Returns the message boards mailing list where groupId = ? and categoryId = ? or throws aNoSuchMailingListExceptionif it could not be found.static MBMailingListfindByPrimaryKey(long mailingListId) Returns the message boards mailing list with the primary key or throws aNoSuchMailingListExceptionif it could not be found.static List<MBMailingList>findByUuid(String uuid) Returns all the message boards mailing lists where uuid = ?.static List<MBMailingList>findByUuid(String uuid, int start, int end) Returns a range of all the message boards mailing lists where uuid = ?.static List<MBMailingList>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where uuid = ?.static List<MBMailingList>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where uuid = ?.static List<MBMailingList>findByUuid_C(String uuid, long companyId) Returns all the message boards mailing lists where uuid = ? and companyId = ?.static 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 = ?.static List<MBMailingList>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.static List<MBMailingList>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.static MBMailingListfindByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.static MBMailingListfindByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.static MBMailingList[]findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.static MBMailingListfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ?.static MBMailingListfindByUUID_G(String uuid, long groupId) Returns the message boards mailing list where uuid = ? and groupId = ? or throws aNoSuchMailingListExceptionif it could not be found.static MBMailingListfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ?.static MBMailingList[]findByUuid_PrevAndNext(long mailingListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.static List<MBMailingList>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<MBMailingList>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<MBMailingList>findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) static MBMailingListPersistencestatic MBMailingListremove(long mailingListId) Removes the message boards mailing list with the primary key from the database.static voidRemoves all the message boards mailing lists from the database.static voidremoveByActive(boolean active) Removes all the message boards mailing lists where active = ? from the database.static MBMailingListremoveByG_C(long groupId, long categoryId) Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.static voidremoveByUuid(String uuid) Removes all the message boards mailing lists where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database.static MBMailingListremoveByUUID_G(String uuid, long groupId) Removes the message boards mailing list where uuid = ? and groupId = ? from the database.static voidsetPersistence(MBMailingListPersistence persistence) static MBMailingListupdate(MBMailingList mbMailingList) static MBMailingListupdate(MBMailingList mbMailingList, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MBMailingListupdateImpl(MBMailingList mbMailingList)
-
Constructor Details
-
MBMailingListUtil
public MBMailingListUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<MBMailingList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<MBMailingList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<MBMailingList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static MBMailingList update(MBMailingList mbMailingList, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the message boards mailing lists where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching message boards mailing lists
-
findByUuid
Returns a range of all the message boards mailing lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)- Returns:
- the range of matching message boards mailing lists
-
findByUuid
public static List<MBMailingList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching message boards mailing lists
-
findByUuid
public static List<MBMailingList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching message boards mailing lists
-
findByUuid_First
public static MBMailingList findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the first message boards mailing list in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByUuid_First
public static MBMailingList fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByUuid_Last
public static MBMailingList findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the last message boards mailing list in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByUuid_Last
public static MBMailingList fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByUuid_PrevAndNext
public static MBMailingList[] findByUuid_PrevAndNext(long mailingListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws 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 listuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 foundNoSuchMailingListException
-
removeByUuid
Removes all the message boards mailing lists where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of message boards mailing lists where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching message boards mailing lists
-
findByUUID_G
public static MBMailingList findByUUID_G(String uuid, long groupId) throws NoSuchMailingListException Returns the message boards mailing list where uuid = ? and groupId = ? or throws aNoSuchMailingListExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByUUID_G
Returns the message boards mailing list where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
fetchByUUID_G
Returns the message boards mailing list where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
removeByUUID_G
public static MBMailingList removeByUUID_G(String uuid, long groupId) throws NoSuchMailingListException Removes the message boards mailing list where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the message boards mailing list that was removed
- Throws:
NoSuchMailingListException
-
countByUUID_G
Returns the number of message boards mailing lists where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching message boards mailing lists
-
findByUuid_C
Returns all the message boards mailing lists where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching message boards mailing lists
-
findByUuid_C
Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)- Returns:
- the range of matching message boards mailing lists
-
findByUuid_C
public static List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching message boards mailing lists
-
findByUuid_C
public static List<MBMailingList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching message boards mailing lists
-
findByUuid_C_First
public static MBMailingList findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByUuid_C_First
public static MBMailingList fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByUuid_C_Last
public static MBMailingList findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByUuid_C_Last
public static MBMailingList fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByUuid_C_PrevAndNext
public static MBMailingList[] findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws 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 listuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 foundNoSuchMailingListException
-
removeByUuid_C
Removes all the message boards mailing lists where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of message boards mailing lists where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching message boards mailing lists
-
findByActive
Returns all the message boards mailing lists where active = ?.- Parameters:
active- the active- Returns:
- the matching message boards mailing lists
-
findByActive
Returns a range of all the message boards mailing lists where active = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
active- the activestart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)- Returns:
- the range of matching message boards mailing lists
-
findByActive
public static List<MBMailingList> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists where active = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
active- the activestart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching message boards mailing lists
-
findByActive
public static List<MBMailingList> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists where active = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
active- the activestart- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching message boards mailing lists
-
findByActive_First
public static MBMailingList findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the first message boards mailing list in the ordered set where active = ?.- Parameters:
active- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByActive_First
public static MBMailingList fetchByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the first message boards mailing list in the ordered set where active = ?.- Parameters:
active- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByActive_Last
public static MBMailingList findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws NoSuchMailingListException Returns the last message boards mailing list in the ordered set where active = ?.- Parameters:
active- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByActive_Last
public static MBMailingList fetchByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns the last message boards mailing list in the ordered set where active = ?.- Parameters:
active- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
findByActive_PrevAndNext
public static MBMailingList[] findByActive_PrevAndNext(long mailingListId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) throws 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 listactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- 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 foundNoSuchMailingListException
-
removeByActive
public static void removeByActive(boolean active) Removes all the message boards mailing lists where active = ? from the database.- Parameters:
active- the active
-
countByActive
public static int countByActive(boolean active) Returns the number of message boards mailing lists where active = ?.- Parameters:
active- the active- Returns:
- the number of matching message boards mailing lists
-
findByG_C
public static MBMailingList findByG_C(long groupId, long categoryId) throws NoSuchMailingListException Returns the message boards mailing list where groupId = ? and categoryId = ? or throws aNoSuchMailingListExceptionif it could not be found.- Parameters:
groupId- the group IDcategoryId- the category ID- Returns:
- the matching message boards mailing list
- Throws:
NoSuchMailingListException- if a matching message boards mailing list could not be foundNoSuchMailingListException
-
fetchByG_C
Returns the message boards mailing list where groupId = ? and categoryId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDcategoryId- the category ID- Returns:
- the matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
fetchByG_C
Returns the message boards mailing list where groupId = ? and categoryId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDcategoryId- the category IDuseFinderCache- whether to use the finder cache- Returns:
- the matching message boards mailing list, or
nullif a matching message boards mailing list could not be found
-
removeByG_C
public static MBMailingList removeByG_C(long groupId, long categoryId) throws NoSuchMailingListException Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.- Parameters:
groupId- the group IDcategoryId- the category ID- Returns:
- the message boards mailing list that was removed
- Throws:
NoSuchMailingListException
-
countByG_C
public static int countByG_C(long groupId, long categoryId) Returns the number of message boards mailing lists where groupId = ? and categoryId = ?.- Parameters:
groupId- the group IDcategoryId- the category ID- Returns:
- the number of matching message boards mailing lists
-
cacheResult
Caches the message boards mailing list in the entity cache if it is enabled.- Parameters:
mbMailingList- the message boards mailing list
-
cacheResult
Caches the message boards mailing lists in the entity cache if it is enabled.- Parameters:
mbMailingLists- the message boards mailing lists
-
create
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
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 foundNoSuchMailingListException
-
updateImpl
-
findByPrimaryKey
Returns the message boards mailing list with the primary key or throws aNoSuchMailingListExceptionif 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 foundNoSuchMailingListException
-
fetchByPrimaryKey
Returns the message boards mailing list with the primary key or returnsnullif it could not be found.- Parameters:
mailingListId- the primary key of the message boards mailing list- Returns:
- the message boards mailing list, or
nullif a message boards mailing list with the primary key could not be found
-
findAll
Returns all the message boards mailing lists.- Returns:
- the message boards mailing lists
-
findAll
Returns a range of all the message boards mailing lists.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
start- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)- Returns:
- the range of message boards mailing lists
-
findAll
public static List<MBMailingList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator) Returns an ordered range of all the message boards mailing lists.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
start- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of message boards mailing lists
-
findAll
public static List<MBMailingList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBMailingList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards mailing lists.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMBMailingListModelImpl.- Parameters:
start- the lower bound of the range of message boards mailing listsend- the upper bound of the range of message boards mailing lists (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of message boards mailing lists
-
removeAll
public static void removeAll()Removes all the message boards mailing lists from the database. -
countAll
public static int countAll()Returns the number of message boards mailing lists.- Returns:
- the number of message boards mailing lists
-
getPersistence
-
setPersistence
-