Liferay 6.0-ee

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

All Superinterfaces:
BasePersistence<MBCategory>
All Known Implementing Classes:
MBCategoryPersistenceImpl

public interface MBCategoryPersistence
extends BasePersistence<MBCategory>

The persistence interface for the message boards category service.

Never modify or reference this interface directly. Always use MBCategoryUtil to access the message boards category persistence. Modify service.xml and rerun ServiceBuilder to regenerate this interface.

Caching information and settings can be found in portal.properties

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

Method Summary
 void cacheResult(List<MBCategory> mbCategories)
          Caches the message boards categories in the entity cache if it is enabled.
 void cacheResult(MBCategory mbCategory)
          Caches the message boards category in the entity cache if it is enabled.
 int countAll()
          Counts all the message boards categories.
 int countByCompanyId(long companyId)
          Counts all the message boards categories where companyId = ?.
 int countByG_P(long groupId, long parentCategoryId)
          Counts all the message boards categories where groupId = ? and parentCategoryId = ?.
 int countByG_P(long groupId, long[] parentCategoryIds)
          Counts all the message boards categories where groupId = ? and parentCategoryId = any ?.
 int countByGroupId(long groupId)
          Counts all the message boards categories where groupId = ?.
 int countByUUID_G(String uuid, long groupId)
          Counts all the message boards categories where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Counts all the message boards categories where uuid = ?.
 MBCategory create(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory fetchByPrimaryKey(long categoryId)
          Finds the message boards category with the primary key or returns null if it could not be found.
 MBCategory fetchByUUID_G(String uuid, long groupId)
          Finds the message boards category where uuid = ? and groupId = ? or returns null if it could not be found.
 MBCategory fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 int filterCountByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = ?.
 int filterCountByG_P(long groupId, long[] parentCategoryIds)
          Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = any ?.
 int filterCountByGroupId(long groupId)
          Filters by the user's permissions and counts all the message boards categories where groupId = ?.
 List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds)
          Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the message boards categories where groupId = ?.
 List<MBCategory> filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the message boards categories where groupId = ?.
 List<MBCategory> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> findAll()
          Finds all the message boards categories.
 List<MBCategory> findAll(int start, int end)
          Finds a range of all the message boards categories.
 List<MBCategory> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories.
 MBCategory findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where companyId = ?.
 MBCategory findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where companyId = ?.
 MBCategory[] findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 List<MBCategory> findByCompanyId(long companyId)
          Finds all the message boards categories where companyId = ?.
 List<MBCategory> findByCompanyId(long companyId, int start, int end)
          Finds a range of all the message boards categories where companyId = ?.
 List<MBCategory> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories where companyId = ?.
 MBCategory findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 List<MBCategory> findByG_P(long groupId, long parentCategoryId)
          Finds all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds)
          Finds all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end)
          Finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 MBCategory findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where groupId = ?.
 MBCategory findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where groupId = ?.
 MBCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 List<MBCategory> findByGroupId(long groupId)
          Finds all the message boards categories where groupId = ?.
 List<MBCategory> findByGroupId(long groupId, int start, int end)
          Finds a range of all the message boards categories where groupId = ?.
 List<MBCategory> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories where groupId = ?.
 MBCategory findByPrimaryKey(long categoryId)
          Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards category in the ordered set where uuid = ?.
 MBCategory findByUUID_G(String uuid, long groupId)
          Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards category in the ordered set where uuid = ?.
 MBCategory[] findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 List<MBCategory> findByUuid(String uuid)
          Finds all the message boards categories where uuid = ?.
 List<MBCategory> findByUuid(String uuid, int start, int end)
          Finds a range of all the message boards categories where uuid = ?.
 List<MBCategory> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards categories where uuid = ?.
 MBCategory remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 void removeAll()
          Removes all the message boards categories from the database.
 void removeByCompanyId(long companyId)
          Removes all the message boards categories where companyId = ? from the database.
 void removeByG_P(long groupId, long parentCategoryId)
          Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the message boards categories where groupId = ? from the database.
 void removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the message boards categories where uuid = ? from the database.
 MBCategory updateImpl(MBCategory mbCategory, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(MBCategory mbCategory)
Caches the message boards category in the entity cache if it is enabled.

Parameters:
mbCategory - the message boards category to cache

cacheResult

void cacheResult(List<MBCategory> mbCategories)
Caches the message boards categories in the entity cache if it is enabled.

Parameters:
mbCategories - the message boards categories to cache

create

MBCategory create(long categoryId)
Creates a new message boards category with the primary key. Does not add the message boards category to the database.

Parameters:
categoryId - the primary key for the new message boards category
Returns:
the new message boards category

remove

MBCategory remove(long categoryId)
                  throws SystemException,
                         NoSuchCategoryException
Removes the message boards category with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
categoryId - the primary key of the message boards category to remove
Returns:
the message boards category that was removed
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

MBCategory updateImpl(MBCategory mbCategory,
                      boolean merge)
                      throws SystemException
Throws:
SystemException

findByPrimaryKey

MBCategory findByPrimaryKey(long categoryId)
                            throws SystemException,
                                   NoSuchCategoryException
Finds the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.

Parameters:
categoryId - the primary key of the message boards category to find
Returns:
the message boards category
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

MBCategory fetchByPrimaryKey(long categoryId)
                             throws SystemException
Finds the message boards category with the primary key or returns null if it could not be found.

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

findByUuid

List<MBCategory> findByUuid(String uuid)
                            throws SystemException
Finds all the message boards categories where uuid = ?.

Parameters:
uuid - the uuid to search with
Returns:
the matching message boards categories
Throws:
SystemException - if a system exception occurred

findByUuid

List<MBCategory> findByUuid(String uuid,
                            int start,
                            int end)
                            throws SystemException
Finds a range of all the message boards categories 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.

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

findByUuid

List<MBCategory> findByUuid(String uuid,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Finds an ordered range of all the message boards categories 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.

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

findByUuid_First

MBCategory findByUuid_First(String uuid,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchCategoryException
Finds the first message boards category in the ordered set 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.

Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByUuid_Last

MBCategory findByUuid_Last(String uuid,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchCategoryException
Finds the last message boards category in the ordered set 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.

Parameters:
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByUuid_PrevAndNext

MBCategory[] findByUuid_PrevAndNext(long categoryId,
                                    String uuid,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchCategoryException
Finds the message boards categories before and after the current message boards category in the ordered set 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.

Parameters:
categoryId - the primary key of the current message boards category
uuid - the uuid to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next message boards category
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

findByUUID_G

MBCategory findByUUID_G(String uuid,
                        long groupId)
                        throws SystemException,
                               NoSuchCategoryException
Finds the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

fetchByUUID_G

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

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching message boards category, or null if a matching message boards category could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

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

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the matching message boards category, or null if a matching message boards category could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBCategory> findByGroupId(long groupId)
                               throws SystemException
Finds all the message boards categories where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the matching message boards categories
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBCategory> findByGroupId(long groupId,
                               int start,
                               int end)
                               throws SystemException
Finds a range of all the message boards categories 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.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByGroupId

List<MBCategory> findByGroupId(long groupId,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Finds an ordered range of all the message boards categories 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.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByGroupId_First

MBCategory findByGroupId_First(long groupId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchCategoryException
Finds the first message boards category in the ordered set 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.

Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByGroupId_Last

MBCategory findByGroupId_Last(long groupId,
                              OrderByComparator orderByComparator)
                              throws SystemException,
                                     NoSuchCategoryException
Finds the last message boards category in the ordered set 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.

Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

MBCategory[] findByGroupId_PrevAndNext(long categoryId,
                                       long groupId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchCategoryException
Finds the message boards categories before and after the current message boards category in the ordered set 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.

Parameters:
categoryId - the primary key of the current message boards category
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next message boards category
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

filterFindByGroupId

List<MBCategory> filterFindByGroupId(long groupId)
                                     throws SystemException
Filters by the user's permissions and finds all the message boards categories where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

List<MBCategory> filterFindByGroupId(long groupId,
                                     int start,
                                     int end)
                                     throws SystemException
Filters by the user's permissions and finds a range of all the message boards categories 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.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

List<MBCategory> filterFindByGroupId(long groupId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Filters by the user's permissions and finds an ordered range of all the message boards categories 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.

Parameters:
groupId - the group id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<MBCategory> findByCompanyId(long companyId)
                                 throws SystemException
Finds all the message boards categories where companyId = ?.

Parameters:
companyId - the company id to search with
Returns:
the matching message boards categories
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<MBCategory> findByCompanyId(long companyId,
                                 int start,
                                 int end)
                                 throws SystemException
Finds a range of all the message boards categories where 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.

Parameters:
companyId - the company id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByCompanyId

List<MBCategory> findByCompanyId(long companyId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Finds an ordered range of all the message boards categories where 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.

Parameters:
companyId - the company id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

MBCategory findByCompanyId_First(long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchCategoryException
Finds the first message boards category in the ordered set where 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.

Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByCompanyId_Last

MBCategory findByCompanyId_Last(long companyId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchCategoryException
Finds the last message boards category in the ordered set where 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.

Parameters:
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
                                         long companyId,
                                         OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchCategoryException
Finds the message boards categories before and after the current message boards category in the ordered set where 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.

Parameters:
categoryId - the primary key of the current message boards category
companyId - the company id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next message boards category
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long parentCategoryId)
                           throws SystemException
Finds all the message boards categories where groupId = ? and parentCategoryId = ?.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
Returns:
the matching message boards categories
Throws:
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long parentCategoryId,
                           int start,
                           int end)
                           throws SystemException
Finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long parentCategoryId,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByG_P_First

MBCategory findByG_P_First(long groupId,
                           long parentCategoryId,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchCategoryException
Finds the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByG_P_Last

MBCategory findByG_P_Last(long groupId,
                          long parentCategoryId,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchCategoryException
Finds the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching message boards category
Throws:
NoSuchCategoryException - if a matching message boards category could not be found
SystemException - if a system exception occurred

findByG_P_PrevAndNext

MBCategory[] findByG_P_PrevAndNext(long categoryId,
                                   long groupId,
                                   long parentCategoryId,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchCategoryException
Finds the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.

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.

Parameters:
categoryId - the primary key of the current message boards category
groupId - the group id to search with
parentCategoryId - the parent category id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next message boards category
Throws:
NoSuchCategoryException - if a message boards category with the primary key could not be found
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long[] parentCategoryIds)
                           throws SystemException
Finds all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
Returns:
the matching message boards categories
Throws:
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long[] parentCategoryIds,
                           int start,
                           int end)
                           throws SystemException
Finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories
Throws:
SystemException - if a system exception occurred

findByG_P

List<MBCategory> findByG_P(long groupId,
                           long[] parentCategoryIds,
                           int start,
                           int end,
                           OrderByComparator orderByComparator)
                           throws SystemException
Finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long parentCategoryId)
                                 throws SystemException
Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = ?.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
Returns:
the matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long parentCategoryId,
                                 int start,
                                 int end)
                                 throws SystemException
Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long parentCategoryId,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long[] parentCategoryIds)
                                 throws SystemException
Filters by the user's permissions and finds all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
Returns:
the matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long[] parentCategoryIds,
                                 int start,
                                 int end)
                                 throws SystemException
Filters by the user's permissions and finds a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
Returns:
the range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<MBCategory> filterFindByG_P(long groupId,
                                 long[] parentCategoryIds,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
Filters by the user's permissions and finds an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.

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.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
start - the lower bound of the range of message boards categories to return
end - the upper bound of the range of message boards categories to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

findAll

List<MBCategory> findAll()
                         throws SystemException
Finds all the message boards categories.

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

findAll

List<MBCategory> findAll(int start,
                         int end)
                         throws SystemException
Finds a range of all the message boards categories.

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.

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

findAll

List<MBCategory> findAll(int start,
                         int end,
                         OrderByComparator orderByComparator)
                         throws SystemException
Finds an ordered range of all the message boards categories.

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.

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

removeByUuid

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

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

removeByUUID_G

void removeByUUID_G(String uuid,
                    long groupId)
                    throws SystemException,
                           NoSuchCategoryException
Removes the message boards category where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred
NoSuchCategoryException

removeByGroupId

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

Parameters:
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Removes all the message boards categories where companyId = ? from the database.

Parameters:
companyId - the company id to search with
Throws:
SystemException - if a system exception occurred

removeByG_P

void removeByG_P(long groupId,
                 long parentCategoryId)
                 throws SystemException
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
Throws:
SystemException - if a system exception occurred

removeAll

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

Throws:
SystemException - if a system exception occurred

countByUuid

int countByUuid(String uuid)
                throws SystemException
Counts all the message boards categories where uuid = ?.

Parameters:
uuid - the uuid to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Counts all the message boards categories where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid to search with
groupId - the group id to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Counts all the message boards categories where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

int filterCountByGroupId(long groupId)
                         throws SystemException
Filters by the user's permissions and counts all the message boards categories where groupId = ?.

Parameters:
groupId - the group id to search with
Returns:
the number of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Counts all the message boards categories where companyId = ?.

Parameters:
companyId - the company id to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

countByG_P

int countByG_P(long groupId,
               long parentCategoryId)
               throws SystemException
Counts all the message boards categories where groupId = ? and parentCategoryId = ?.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

countByG_P

int countByG_P(long groupId,
               long[] parentCategoryIds)
               throws SystemException
Counts all the message boards categories where groupId = ? and parentCategoryId = any ?.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
Returns:
the number of matching message boards categories
Throws:
SystemException - if a system exception occurred

filterCountByG_P

int filterCountByG_P(long groupId,
                     long parentCategoryId)
                     throws SystemException
Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = ?.

Parameters:
groupId - the group id to search with
parentCategoryId - the parent category id to search with
Returns:
the number of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterCountByG_P

int filterCountByG_P(long groupId,
                     long[] parentCategoryIds)
                     throws SystemException
Filters by the user's permissions and counts all the message boards categories where groupId = ? and parentCategoryId = any ?.

Parameters:
groupId - the group id to search with
parentCategoryIds - the parent category ids to search with
Returns:
the number of matching message boards categories that the user has permission to view
Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Counts all the message boards categories.

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

Liferay 6.0-ee