Class MBCategoryUtil
com.liferay.message.boards.service.persistence.impl.MBCategoryPersistenceImpl
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 void
cacheResult
(MBCategory mbCategory) Caches the message boards category in the entity cache if it is enabled.static void
cacheResult
(List<MBCategory> mbCategories) Caches the message boards categories in the entity cache if it is enabled.static void
static void
clearCache
(MBCategory mbCategory) static int
countAll()
Returns the number of message boards categories.static int
countByC_S
(long companyId, int status) Returns the number of message boards categories where companyId = ? and status = ?.static int
countByCompanyId
(long companyId) Returns the number of message boards categories where companyId = ?.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of message boards categories where externalReferenceCode = ? and groupId = ?.static int
countByG_F
(long groupId, String friendlyURL) Returns the number of message boards categories where groupId = ? and friendlyURL = ?.static int
countByG_P
(long groupId, long parentCategoryId) Returns the number of message boards categories where groupId = ? and parentCategoryId = ?.static int
countByG_P
(long groupId, long[] parentCategoryIds) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?.static int
countByG_P_NotS
(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.static int
countByG_P_NotS
(long groupId, long parentCategoryId, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.static int
countByG_P_S
(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.static int
countByG_P_S
(long groupId, long parentCategoryId, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?.static int
countByG_S
(long groupId, int status) Returns the number of message boards categories where groupId = ? and status = ?.static int
countByGroupId
(long groupId) Returns the number of message boards categories where groupId = ?.static int
countByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static int
countByNotC_G_P
(long categoryId, long groupId, long parentCategoryId) Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static int
countByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static int
countByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status) Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static int
countByUuid
(String uuid) Returns the number of message boards categories where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of message boards categories where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of message boards categories where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static MBCategory
create
(long categoryId) Creates a new message boards category with the primary key.static MBCategory
fetchByC_S_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ? and status = ?.static MBCategory
fetchByC_S_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ? and status = ?.static MBCategory
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ?.static MBCategory
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ?.static MBCategory
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the message boards category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static MBCategory
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the message boards category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static MBCategory
fetchByG_F
(long groupId, String friendlyURL) Returns the message boards category where groupId = ? and friendlyURL = ? or returnsnull
if it could not be found.static MBCategory
fetchByG_F
(long groupId, String friendlyURL, boolean useFinderCache) Returns the message boards category where groupId = ? and friendlyURL = ? or returnsnull
if it could not be found, optionally using the finder cache.static MBCategory
fetchByG_P_First
(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.static MBCategory
fetchByG_P_Last
(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.static MBCategory
fetchByG_P_NotS_First
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory
fetchByG_P_NotS_Last
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory
fetchByG_P_S_First
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
fetchByG_P_S_Last
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
fetchByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and status = ?.static MBCategory
fetchByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and status = ?.static MBCategory
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ?.static MBCategory
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ?.static MBCategory
fetchByNotC_G_P_First
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static MBCategory
fetchByNotC_G_P_Last
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static MBCategory
fetchByNotC_G_P_S_First
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
fetchByNotC_G_P_S_Last
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
fetchByPrimaryKey
(long categoryId) Returns the message boards category with the primary key or returnsnull
if it could not be found.static Map<Serializable,
MBCategory> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static MBCategory
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.static MBCategory
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.static MBCategory
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where uuid = ?.static MBCategory
fetchByUUID_G
(String uuid, long groupId) Returns the message boards category where uuid = ? and groupId = ? or returnsnull
if it could not be found.static MBCategory
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the message boards category where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static MBCategory
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where uuid = ?.static int
filterCountByG_P
(long groupId, long parentCategoryId) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static int
filterCountByG_P
(long groupId, long[] parentCategoryIds) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.static int
filterCountByG_P_NotS
(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.static int
filterCountByG_P_NotS
(long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.static int
filterCountByG_P_S
(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.static int
filterCountByG_P_S
(long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.static int
filterCountByG_S
(long groupId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?.static int
filterCountByGroupId
(long groupId) Returns the number of message boards categories that the user has permission to view where groupId = ?.static int
filterCountByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static int
filterCountByNotC_G_P
(long categoryId, long groupId, long parentCategoryId) Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static int
filterCountByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static int
filterCountByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByG_P
(long groupId, long parentCategoryId) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByG_P
(long groupId, long[] parentCategoryIds) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByG_P
(long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByG_P
(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long parentCategoryId, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.static List<MBCategory>
filterFindByG_P_NotS
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory[]
filterFindByG_P_NotS_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory[]
filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long parentCategoryId, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByG_P_S
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory[]
filterFindByG_P_S_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByG_S
(long groupId, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.static List<MBCategory>
filterFindByG_S
(long groupId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.static List<MBCategory>
filterFindByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.static MBCategory[]
filterFindByG_S_PrevAndNext
(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.static List<MBCategory>
filterFindByGroupId
(long groupId) Returns all the message boards categories that the user has permission to view where groupId = ?.static List<MBCategory>
filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ?.static List<MBCategory>
filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.static MBCategory[]
filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.static List<MBCategory>
filterFindByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
filterFindByNotC_G_P
(long categoryId, long groupId, long parentCategoryId) Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByNotC_G_P
(long categoryId, long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByNotC_G_P
(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status) Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
filterFindByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findAll()
Returns all the message boards categories.static List<MBCategory>
findAll
(int start, int end) Returns a range of all the message boards categories.static List<MBCategory>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories.static List<MBCategory>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories.static List<MBCategory>
findByC_S
(long companyId, int status) Returns all the message boards categories where companyId = ? and status = ?.static List<MBCategory>
findByC_S
(long companyId, int status, int start, int end) Returns a range of all the message boards categories where companyId = ? and status = ?.static List<MBCategory>
findByC_S
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where companyId = ? and status = ?.static List<MBCategory>
findByC_S
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where companyId = ? and status = ?.static MBCategory
findByC_S_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ? and status = ?.static MBCategory
findByC_S_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ? and status = ?.static MBCategory[]
findByC_S_PrevAndNext
(long categoryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.static List<MBCategory>
findByCompanyId
(long companyId) Returns all the message boards categories where companyId = ?.static List<MBCategory>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the message boards categories where companyId = ?.static List<MBCategory>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where companyId = ?.static List<MBCategory>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where companyId = ?.static MBCategory
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ?.static MBCategory
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ?.static MBCategory[]
findByCompanyId_PrevAndNext
(long categoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.static MBCategory
findByERC_G
(String externalReferenceCode, long groupId) Returns the message boards category where externalReferenceCode = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.static MBCategory
Returns the message boards category where groupId = ? and friendlyURL = ? or throws aNoSuchCategoryException
if it could not be found.static List<MBCategory>
findByG_P
(long groupId, long parentCategoryId) Returns all the message boards categories where groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByG_P
(long groupId, long[] parentCategoryIds) Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByG_P
(long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByG_P
(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByG_P
(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.static List<MBCategory>
findByG_P
(long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByG_P
(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByG_P
(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.static MBCategory
findByG_P_First
(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.static MBCategory
findByG_P_Last
(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?, optionally using the finder cache.static List<MBCategory>
findByG_P_NotS
(long groupId, long parentCategoryId, int status) Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.static List<MBCategory>
findByG_P_NotS
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory
findByG_P_NotS_First
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory
findByG_P_NotS_Last
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory[]
findByG_P_NotS_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.static MBCategory[]
findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByG_P_S
(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.static List<MBCategory>
findByG_P_S
(long groupId, long parentCategoryId, int status) Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByG_P_S
(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
findByG_P_S_First
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
findByG_P_S_Last
(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.static MBCategory[]
findByG_P_S_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByG_S
(long groupId, int status) Returns all the message boards categories where groupId = ? and status = ?.static List<MBCategory>
findByG_S
(long groupId, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and status = ?.static List<MBCategory>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and status = ?.static List<MBCategory>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and status = ?.static MBCategory
findByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and status = ?.static MBCategory
findByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and status = ?.static MBCategory[]
findByG_S_PrevAndNext
(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.static List<MBCategory>
findByGroupId
(long groupId) Returns all the message boards categories where groupId = ?.static List<MBCategory>
findByGroupId
(long groupId, int start, int end) Returns a range of all the message boards categories where groupId = ?.static List<MBCategory>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ?.static List<MBCategory>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ?.static MBCategory
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ?.static MBCategory
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ?.static MBCategory[]
findByGroupId_PrevAndNext
(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.static List<MBCategory>
findByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.static List<MBCategory>
findByNotC_G_P
(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.static List<MBCategory>
findByNotC_G_P
(long categoryId, long groupId, long parentCategoryId) Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByNotC_G_P
(long categoryId, long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByNotC_G_P
(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByNotC_G_P
(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static MBCategory
findByNotC_G_P_First
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static MBCategory
findByNotC_G_P_Last
(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.static List<MBCategory>
findByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.static List<MBCategory>
findByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status) Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static List<MBCategory>
findByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
findByNotC_G_P_S_First
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
findByNotC_G_P_S_Last
(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.static MBCategory
findByPrimaryKey
(long categoryId) Returns the message boards category with the primary key or throws aNoSuchCategoryException
if it could not be found.static List<MBCategory>
findByUuid
(String uuid) Returns all the message boards categories where uuid = ?.static List<MBCategory>
findByUuid
(String uuid, int start, int end) Returns a range of all the message boards categories where uuid = ?.static List<MBCategory>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where uuid = ?.static List<MBCategory>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where uuid = ?.static List<MBCategory>
findByUuid_C
(String uuid, long companyId) Returns all the message boards categories where uuid = ? and companyId = ?.static List<MBCategory>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the message boards categories where uuid = ? and companyId = ?.static List<MBCategory>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.static List<MBCategory>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.static MBCategory
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.static MBCategory
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.static MBCategory[]
findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.static MBCategory
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where uuid = ?.static MBCategory
findByUUID_G
(String uuid, long groupId) Returns the message boards category where uuid = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.static MBCategory
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where uuid = ?.static MBCategory[]
findByUuid_PrevAndNext
(long categoryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.static List<MBCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<MBCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<MBCategory>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) static MBCategoryPersistence
static MBCategory
remove
(long categoryId) Removes the message boards category with the primary key from the database.static void
Removes all the message boards categories from the database.static void
removeByC_S
(long companyId, int status) Removes all the message boards categories where companyId = ? and status = ? from the database.static void
removeByCompanyId
(long companyId) Removes all the message boards categories where companyId = ? from the database.static MBCategory
removeByERC_G
(String externalReferenceCode, long groupId) Removes the message boards category where externalReferenceCode = ? and groupId = ? from the database.static MBCategory
removeByG_F
(long groupId, String friendlyURL) Removes the message boards category where groupId = ? and friendlyURL = ? from the database.static void
removeByG_P
(long groupId, long parentCategoryId) Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.static void
removeByG_P_NotS
(long groupId, long parentCategoryId, int status) Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ? from the database.static void
removeByG_P_S
(long groupId, long parentCategoryId, int status) Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database.static void
removeByG_S
(long groupId, int status) Removes all the message boards categories where groupId = ? and status = ? from the database.static void
removeByGroupId
(long groupId) Removes all the message boards categories where groupId = ? from the database.static void
removeByNotC_G_P
(long categoryId, long groupId, long parentCategoryId) Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? from the database.static void
removeByNotC_G_P_S
(long categoryId, long groupId, long parentCategoryId, int status) Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ? from the database.static void
removeByUuid
(String uuid) Removes all the message boards categories where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the message boards categories where uuid = ? and companyId = ? from the database.static MBCategory
removeByUUID_G
(String uuid, long groupId) Removes the message boards category where uuid = ? and groupId = ? from the database.static void
setPersistence
(MBCategoryPersistence persistence) static MBCategory
update
(MBCategory mbCategory) static MBCategory
update
(MBCategory mbCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MBCategory
updateImpl
(MBCategory mbCategory)
-
Constructor Details
-
MBCategoryUtil
public MBCategoryUtil()
-
-
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<MBCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<MBCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<MBCategory> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static MBCategory update(MBCategory mbCategory, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the message boards categories where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching message boards categories
-
findByUuid
Returns a range of all the message boards categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByUuid
public static List<MBCategory> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByUuid
public static List<MBCategory> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByUuid_First
public static MBCategory findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByUuid_First
public static MBCategory fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByUuid_Last
public static MBCategory findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByUuid_Last
public static MBCategory fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByUuid_PrevAndNext
public static MBCategory[] findByUuid_PrevAndNext(long categoryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.- Parameters:
categoryId
- the primary key of the current message boards categoryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByUuid
Removes all the message boards categories where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of message boards categories where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching message boards categories
-
findByUUID_G
Returns the message boards category where uuid = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByUUID_G
Returns the message boards category where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching message boards category, or
null
if a matching message boards category could not be found
-
fetchByUUID_G
Returns the message boards category where uuid = ? and groupId = ? or returnsnull
if 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 category, or
null
if a matching message boards category could not be found
-
removeByUUID_G
Removes the message boards category where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the message boards category that was removed
- Throws:
NoSuchCategoryException
-
countByUUID_G
Returns the number of message boards categories where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching message boards categories
-
findByUuid_C
Returns all the message boards categories where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching message boards categories
-
findByUuid_C
Returns a range of all the message boards categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByUuid_C
public static List<MBCategory> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByUuid_C
public static List<MBCategory> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByUuid_C_First
public static MBCategory findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category 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 category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByUuid_C_First
public static MBCategory fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category 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 category, or
null
if a matching message boards category could not be found
-
findByUuid_C_Last
public static MBCategory findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category 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 category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByUuid_C_Last
public static MBCategory fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category 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 category, or
null
if a matching message boards category could not be found
-
findByUuid_C_PrevAndNext
public static MBCategory[] findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.- Parameters:
categoryId
- the primary key of the current message boards categoryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByUuid_C
Removes all the message boards categories where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of message boards categories where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching message boards categories
-
findByGroupId
Returns all the message boards categories where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching message boards categories
-
findByGroupId
Returns a range of all the message boards categories where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByGroupId
public static List<MBCategory> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByGroupId
public static List<MBCategory> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByGroupId_First
public static MBCategory findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByGroupId_First
public static MBCategory fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByGroupId_Last
public static MBCategory findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByGroupId_Last
public static MBCategory fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByGroupId_PrevAndNext
public static MBCategory[] findByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByGroupId
Returns all the message boards categories that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByGroupId
Returns a range of all the message boards categories that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByGroupId
public static List<MBCategory> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static MBCategory[] filterFindByGroupId_PrevAndNext(long categoryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the message boards categories where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of message boards categories where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching message boards categories
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of message boards categories that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByCompanyId
Returns all the message boards categories where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching message boards categories
-
findByCompanyId
Returns a range of all the message boards categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByCompanyId
public static List<MBCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByCompanyId
public static List<MBCategory> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByCompanyId_First
public static MBCategory findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByCompanyId_First
public static MBCategory fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByCompanyId_Last
public static MBCategory findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByCompanyId_Last
public static MBCategory fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByCompanyId_PrevAndNext
public static MBCategory[] findByCompanyId_PrevAndNext(long categoryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.- Parameters:
categoryId
- the primary key of the current message boards categorycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the message boards categories where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of message boards categories where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching message boards categories
-
findByG_P
Returns all the message boards categories where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the matching message boards categories
-
findByG_P
Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P
public static List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P
public static List<MBCategory> findByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByG_P_First
public static MBCategory findByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_First
public static MBCategory fetchByG_P_First(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_Last
public static MBCategory findByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_Last
public static MBCategory fetchByG_P_Last(long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_PrevAndNext
public static MBCategory[] findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P
public static List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P
public static List<MBCategory> filterFindByG_P(long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByG_P_PrevAndNext
public static MBCategory[] filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P
public static List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P
public static List<MBCategory> filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
findByG_P
Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the matching message boards categories
-
findByG_P
public static List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end) Returns 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P
public static List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P
public static List<MBCategory> findByG_P(long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeByG_P
public static void removeByG_P(long groupId, long parentCategoryId) Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category ID
-
countByG_P
public static int countByG_P(long groupId, long parentCategoryId) Returns the number of message boards categories where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the number of matching message boards categories
-
countByG_P
public static int countByG_P(long groupId, long[] parentCategoryIds) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the number of matching message boards categories
-
filterCountByG_P
public static int filterCountByG_P(long groupId, long parentCategoryId) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the number of matching message boards categories that the user has permission to view
-
filterCountByG_P
public static int filterCountByG_P(long groupId, long[] parentCategoryIds) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByG_F
Returns the message boards category where groupId = ? and friendlyURL = ? or throws aNoSuchCategoryException
if it could not be found.- Parameters:
groupId
- the group IDfriendlyURL
- the friendly url- Returns:
- the matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_F
Returns the message boards category where groupId = ? and friendlyURL = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDfriendlyURL
- the friendly url- Returns:
- the matching message boards category, or
null
if a matching message boards category could not be found
-
fetchByG_F
Returns the message boards category where groupId = ? and friendlyURL = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDfriendlyURL
- the friendly urluseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards category, or
null
if a matching message boards category could not be found
-
removeByG_F
public static MBCategory removeByG_F(long groupId, String friendlyURL) throws NoSuchCategoryException Removes the message boards category where groupId = ? and friendlyURL = ? from the database.- Parameters:
groupId
- the group IDfriendlyURL
- the friendly url- Returns:
- the message boards category that was removed
- Throws:
NoSuchCategoryException
-
countByG_F
Returns the number of message boards categories where groupId = ? and friendlyURL = ?.- Parameters:
groupId
- the group IDfriendlyURL
- the friendly url- Returns:
- the number of matching message boards categories
-
findByG_S
Returns all the message boards categories where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching message boards categories
-
findByG_S
Returns a range of all the message boards categories where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_S
public static List<MBCategory> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_S
public static List<MBCategory> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByG_S_First
public static MBCategory findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_S_First
public static MBCategory fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_S_Last
public static MBCategory findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_S_Last
public static MBCategory fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_S_PrevAndNext
public static MBCategory[] findByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_S
Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_S
Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_S
public static List<MBCategory> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByG_S_PrevAndNext
public static MBCategory[] filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByG_S
public static void removeByG_S(long groupId, int status) Removes all the message boards categories where groupId = ? and status = ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_S
public static int countByG_S(long groupId, int status) Returns the number of message boards categories where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching message boards categories
-
filterCountByG_S
public static int filterCountByG_S(long groupId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByC_S
Returns all the message boards categories where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching message boards categories
-
findByC_S
Returns a range of all the message boards categories where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByC_S
public static List<MBCategory> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByC_S
public static List<MBCategory> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByC_S_First
public static MBCategory findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByC_S_First
public static MBCategory fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByC_S_Last
public static MBCategory findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByC_S_Last
public static MBCategory fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByC_S_PrevAndNext
public static MBCategory[] findByC_S_PrevAndNext(long categoryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.- Parameters:
categoryId
- the primary key of the current message boards categorycompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
removeByC_S
public static void removeByC_S(long companyId, int status) Removes all the message boards categories where companyId = ? and status = ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_S
public static int countByC_S(long companyId, int status) Returns the number of message boards categories where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching message boards categories
-
findByNotC_G_P
Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByNotC_G_P_First
public static MBCategory findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByNotC_G_P_First
public static MBCategory fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByNotC_G_P_Last
public static MBCategory findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByNotC_G_P_Last
public static MBCategory fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId) Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P
public static List<MBCategory> filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end) Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByNotC_G_P
public static List<MBCategory> findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeByNotC_G_P
public static void removeByNotC_G_P(long categoryId, long groupId, long parentCategoryId) Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? from the database.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category ID
-
countByNotC_G_P
public static int countByNotC_G_P(long categoryId, long groupId, long parentCategoryId) Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the number of matching message boards categories
-
countByNotC_G_P
public static int countByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the number of matching message boards categories
-
filterCountByNotC_G_P
public static int filterCountByNotC_G_P(long categoryId, long groupId, long parentCategoryId) Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category ID- Returns:
- the number of matching message boards categories that the user has permission to view
-
filterCountByNotC_G_P
public static int filterCountByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds) Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDs- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByG_P_S
Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByG_P_S_First
public static MBCategory findByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_S_First
public static MBCategory fetchByG_P_S_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_S_Last
public static MBCategory findByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_S_Last
public static MBCategory fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_S_PrevAndNext
public static MBCategory[] findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P_S
Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P_S
public static List<MBCategory> filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P_S
public static List<MBCategory> filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByG_P_S_PrevAndNext
public static MBCategory[] filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P_S
public static List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P_S
public static List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P_S
public static List<MBCategory> filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
findByG_P_S
Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P_S
public static List<MBCategory> findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeByG_P_S
public static void removeByG_P_S(long groupId, long parentCategoryId, int status) Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status = ? from the database.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status
-
countByG_P_S
public static int countByG_P_S(long groupId, long parentCategoryId, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories
-
countByG_P_S
public static int countByG_P_S(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories
-
filterCountByG_P_S
public static int filterCountByG_P_S(long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
filterCountByG_P_S
public static int filterCountByG_P_S(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByG_P_NotS
Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByG_P_NotS_First
public static MBCategory findByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_NotS_First
public static MBCategory fetchByG_P_NotS_First(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_NotS_Last
public static MBCategory findByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByG_P_NotS_Last
public static MBCategory fetchByG_P_NotS_Last(long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
findByG_P_NotS_PrevAndNext
public static MBCategory[] findByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByG_P_NotS_PrevAndNext
public static MBCategory[] filterFindByG_P_NotS_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
categoryId
- the primary key of the current message boards categorygroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByG_P_NotS
public static List<MBCategory> filterFindByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
findByG_P_NotS
Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByG_P_NotS
public static List<MBCategory> findByG_P_NotS(long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeByG_P_NotS
public static void removeByG_P_NotS(long groupId, long parentCategoryId, int status) Removes all the message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status
-
countByG_P_NotS
public static int countByG_P_NotS(long groupId, long parentCategoryId, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories
-
countByG_P_NotS
public static int countByG_P_NotS(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories
-
filterCountByG_P_NotS
public static int filterCountByG_P_NotS(long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
filterCountByG_P_NotS
public static int filterCountByG_P_NotS(long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status ≠ ?.- Parameters:
groupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status) Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
findByNotC_G_P_S_First
public static MBCategory findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByNotC_G_P_S_First
public static MBCategory fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards category, or
null
if a matching message boards category could not be found
-
findByNotC_G_P_S_Last
public static MBCategory findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) throws NoSuchCategoryException Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByNotC_G_P_S_Last
public static MBCategory fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards category, or
null
if a matching message boards category could not be found
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status) Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories that the user has permission to view
-
filterFindByNotC_G_P_S
public static List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories that the user has permission to view
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end) Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards categories
-
findByNotC_G_P_S
public static List<MBCategory> findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the statusstart
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeByNotC_G_P_S
public static void removeByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status) Removes all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ? from the database.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status
-
countByNotC_G_P_S
public static int countByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status) Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories
-
countByNotC_G_P_S
public static int countByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories
-
filterCountByNotC_G_P_S
public static int filterCountByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status) Returns the number of message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.- Parameters:
categoryId
- the category IDgroupId
- the group IDparentCategoryId
- the parent category IDstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
filterCountByNotC_G_P_S
public static int filterCountByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status) Returns the number of message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.- Parameters:
categoryIds
- the category IDsgroupId
- the group IDparentCategoryIds
- the parent category IDsstatus
- the status- Returns:
- the number of matching message boards categories that the user has permission to view
-
findByERC_G
public static MBCategory findByERC_G(String externalReferenceCode, long groupId) throws NoSuchCategoryException Returns the message boards category where externalReferenceCode = ? and groupId = ? or throws aNoSuchCategoryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching message boards category
- Throws:
NoSuchCategoryException
- if a matching message boards category could not be foundNoSuchCategoryException
-
fetchByERC_G
Returns the message boards category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching message boards category, or
null
if a matching message boards category could not be found
-
fetchByERC_G
public static MBCategory fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the message boards category where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards category, or
null
if a matching message boards category could not be found
-
removeByERC_G
public static MBCategory removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchCategoryException Removes the message boards category where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the message boards category that was removed
- Throws:
NoSuchCategoryException
-
countByERC_G
Returns the number of message boards categories where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching message boards categories
-
cacheResult
Caches the message boards category in the entity cache if it is enabled.- Parameters:
mbCategory
- the message boards category
-
cacheResult
Caches the message boards categories in the entity cache if it is enabled.- Parameters:
mbCategories
- the message boards categories
-
create
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
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- Returns:
- the message boards category that was removed
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
updateImpl
-
findByPrimaryKey
Returns the message boards category with the primary key or throws aNoSuchCategoryException
if it could not be found.- Parameters:
categoryId
- the primary key of the message boards category- Returns:
- the message boards category
- Throws:
NoSuchCategoryException
- if a message boards category with the primary key could not be foundNoSuchCategoryException
-
fetchByPrimaryKey
Returns the message boards category with the primary key or returnsnull
if it could not be found.- Parameters:
categoryId
- the primary key of the message boards category- Returns:
- the message boards category, or
null
if a message boards category with the primary key could not be found
-
findAll
Returns all the message boards categories.- Returns:
- the message boards categories
-
findAll
Returns a range of all the message boards categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of message boards categories
-
findAll
public static List<MBCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns an ordered range of all the message boards categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of message boards categories
-
findAll
public static List<MBCategory> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards categories.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBCategoryModelImpl
.- Parameters:
start
- the lower bound of the range of message boards categoriesend
- the upper bound of the range of message boards categories (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 categories
-
removeAll
public static void removeAll()Removes all the message boards categories from the database. -
countAll
public static int countAll()Returns the number of message boards categories.- Returns:
- the number of message boards categories
-
getPersistence
-
setPersistence
-