|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface MBCategoryPersistence
The persistence interface for the message boards category service.
Caching information and settings can be found in portal.properties
MBCategoryPersistenceImpl,
MBCategoryUtil| Method Summary | |
|---|---|
void |
cacheResult(List<MBCategory> mbCategories)
Caches the message boards categories in the entity cache if it is enabled. |
void |
cacheResult(MBCategory mbCategory)
Caches the message boards category in the entity cache if it is enabled. |
int |
countAll()
Returns the number of message boards categories. |
int |
countByC_S(long companyId,
int status)
Returns the number of message boards categories where companyId = ? and status = ?. |
int |
countByCompanyId(long companyId)
Returns the number of message boards categories where companyId = ?. |
int |
countByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
int |
countByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
int |
countByG_P(long groupId,
long parentCategoryId)
Returns the number of message boards categories where groupId = ? and parentCategoryId = ?. |
int |
countByG_P(long groupId,
long[] parentCategoryIds)
Returns the number of message boards categories where groupId = ? and parentCategoryId = any ?. |
int |
countByG_S(long groupId,
int status)
Returns the number of message boards categories where groupId = ? and status = ?. |
int |
countByGroupId(long groupId)
Returns the number of message boards categories where groupId = ?. |
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 = ?. |
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 = ?. |
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 ?. |
int |
countByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
Returns the number of message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of message boards categories where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of message boards categories where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of message boards categories where uuid = ?. |
MBCategory |
create(long categoryId)
Creates a new message boards category with the primary key. |
MBCategory |
fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
fetchByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
fetchByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory |
fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
fetchByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
fetchByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory |
fetchByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
fetchByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
fetchByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
fetchByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or returns null if it could not be found. |
Map<Serializable,MBCategory> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
MBCategory |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
fetchByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
fetchByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found. |
MBCategory |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
MBCategory |
fetchByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 ?. |
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 = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of message boards categories that the user has permission to view where groupId = ?. |
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 = ?. |
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 = ?. |
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 ?. |
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 = ?. |
MBCategory[] |
filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
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 = ?. |
MBCategory[] |
filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
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 = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
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 = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
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 = ?. |
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 = ?. |
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 ?. |
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 ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
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 ?. |
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 = ?. |
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
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 = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?. |
MBCategory[] |
filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
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 = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId)
Returns all the message boards categories that the user has permission to view where groupId = ?. |
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 = ?. |
List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
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 = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
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 = ?. |
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 ?. |
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 ?. |
List<MBCategory> |
filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
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 ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
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 = ?. |
List<MBCategory> |
findAll()
Returns all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end)
Returns a range of all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories. |
List<MBCategory> |
findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories. |
MBCategory |
findByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory |
findByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ? and status = ?. |
MBCategory[] |
findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?. |
List<MBCategory> |
findByC_S(long companyId,
int status)
Returns all the message boards categories where companyId = ? and status = ?. |
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 = ?. |
List<MBCategory> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
List<MBCategory> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where companyId = ? and status = ?. |
MBCategory |
findByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where companyId = ?. |
MBCategory |
findByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where companyId = ?. |
MBCategory[] |
findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId)
Returns all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where companyId = ?. |
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where companyId = ?. |
MBCategory |
findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory[] |
findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory[] |
findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
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 = ?. |
List<MBCategory> |
findByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
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 = ?. |
List<MBCategory> |
findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache. |
List<MBCategory> |
findByG_P_S(long groupId,
long parentCategoryId,
int status)
Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
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 = ?. |
List<MBCategory> |
findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId)
Returns all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds)
Returns all the message boards categories where groupId = ? and parentCategoryId = any ?. |
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 ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache. |
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 = ?. |
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?. |
MBCategory |
findByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory |
findByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ? and status = ?. |
MBCategory[] |
findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?. |
List<MBCategory> |
findByG_S(long groupId,
int status)
Returns all the message boards categories where groupId = ? and status = ?. |
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 = ?. |
List<MBCategory> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
List<MBCategory> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ? and status = ?. |
MBCategory |
findByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where groupId = ?. |
MBCategory |
findByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where groupId = ?. |
MBCategory[] |
findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId)
Returns all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where groupId = ?. |
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where groupId = ?. |
MBCategory |
findByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
findByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
findByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
MBCategory |
findByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
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 = ?. |
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 = ?. |
List<MBCategory> |
findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?. |
List<MBCategory> |
findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache. |
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 = ?. |
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 = ?. |
List<MBCategory> |
findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
List<MBCategory> |
findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?. |
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 ?. |
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 ?. |
List<MBCategory> |
findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?. |
List<MBCategory> |
findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache. |
List<MBCategory> |
findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
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 = ?. |
List<MBCategory> |
findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
List<MBCategory> |
findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?. |
MBCategory |
findByPrimaryKey(long categoryId)
Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ? and companyId = ?. |
MBCategory[] |
findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?. |
List<MBCategory> |
findByUuid_C(String uuid,
long companyId)
Returns all the message boards categories where uuid = ? and companyId = ?. |
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 = ?. |
List<MBCategory> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
List<MBCategory> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?. |
MBCategory |
findByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the first message boards category in the ordered set where uuid = ?. |
MBCategory |
findByUUID_G(String uuid,
long groupId)
Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found. |
MBCategory |
findByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the last message boards category in the ordered set where uuid = ?. |
MBCategory[] |
findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<MBCategory> orderByComparator)
Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid)
Returns all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Returns an ordered range of all the message boards categories where uuid = ?. |
List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards categories where uuid = ?. |
Set<String> |
getBadColumnNames()
|
MBCategory |
remove(long categoryId)
Removes the message boards category with the primary key from the database. |
void |
removeAll()
Removes all the message boards categories from the database. |
void |
removeByC_S(long companyId,
int status)
Removes all the message boards categories where companyId = ? and status = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the message boards categories where companyId = ? from the database. |
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. |
void |
removeByG_P(long groupId,
long parentCategoryId)
Removes all the message boards categories where groupId = ? and parentCategoryId = ? from the database. |
void |
removeByG_S(long groupId,
int status)
Removes all the message boards categories where groupId = ? and status = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the message boards categories where groupId = ? from the database. |
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. |
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. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the message boards categories where uuid = ? and companyId = ? from the database. |
MBCategory |
removeByUUID_G(String uuid,
long groupId)
Removes the message boards category where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the message boards categories where uuid = ? from the database. |
MBCategory |
updateImpl(MBCategory mbCategory)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<MBCategory> findByUuid(String uuid)
uuid - the uuid
List<MBCategory> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categoryuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be foundvoid removeByUuid(String uuid)
uuid - the uuidint countByUuid(String uuid)
uuid - the uuid
MBCategory findByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException
NoSuchCategoryException if it could not be found.
uuid - the uuidgroupId - the group ID
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
uuid - the uuidgroupId - the group ID
null if a matching message boards category could not be found
MBCategory fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
uuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching message boards category could not be found
MBCategory removeByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException
uuid - the uuidgroupId - the group ID
NoSuchCategoryException
int countByUUID_G(String uuid,
long groupId)
uuid - the uuidgroupId - the group ID
List<MBCategory> findByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<MBCategory> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categoryuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
void removeByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
int countByUuid_C(String uuid,
long companyId)
uuid - the uuidcompanyId - the company ID
List<MBCategory> findByGroupId(long groupId)
groupId - the group ID
List<MBCategory> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be foundList<MBCategory> filterFindByGroupId(long groupId)
groupId - the group ID
List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
MBCategory[] filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId - the group IDint countByGroupId(long groupId)
groupId - the group ID
int filterCountByGroupId(long groupId)
groupId - the group ID
List<MBCategory> findByCompanyId(long companyId)
companyId - the company ID
List<MBCategory> findByCompanyId(long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorycompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company ID
List<MBCategory> findByG_P(long groupId,
long parentCategoryId)
groupId - the group IDparentCategoryId - the parent category ID
List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
groupId - the group IDparentCategoryId - the parent category ID
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
MBCategory[] filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds)
groupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeByG_P(long groupId,
long parentCategoryId)
groupId - the group IDparentCategoryId - the parent category ID
int countByG_P(long groupId,
long parentCategoryId)
groupId - the group IDparentCategoryId - the parent category ID
int countByG_P(long groupId,
long[] parentCategoryIds)
groupId - the group IDparentCategoryIds - the parent category IDs
int filterCountByG_P(long groupId,
long parentCategoryId)
groupId - the group IDparentCategoryId - the parent category ID
int filterCountByG_P(long groupId,
long[] parentCategoryIds)
groupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> findByG_S(long groupId,
int status)
groupId - the group IDstatus - the status
List<MBCategory> findByG_S(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
List<MBCategory> filterFindByG_S(long groupId,
int status)
groupId - the group IDstatus - the status
List<MBCategory> filterFindByG_S(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
MBCategory[] filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorygroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
void removeByG_S(long groupId,
int status)
groupId - the group IDstatus - the status
int countByG_S(long groupId,
int status)
groupId - the group IDstatus - the status
int filterCountByG_S(long groupId,
int status)
groupId - the group IDstatus - the status
List<MBCategory> findByC_S(long companyId,
int status)
companyId - the company IDstatus - the status
List<MBCategory> findByC_S(long companyId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
companyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the primary key of the current message boards categorycompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
void removeByC_S(long companyId,
int status)
companyId - the company IDstatus - the status
int countByC_S(long companyId,
int status)
companyId - the company IDstatus - the status
List<MBCategory> findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
List<MBCategory> findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
List<MBCategory> filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
List<MBCategory> filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
int countByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
int countByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
int filterCountByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
int filterCountByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
List<MBCategory> findByG_P_S(long groupId,
long parentCategoryId,
int status)
groupId - the group IDparentCategoryId - the parent category IDstatus - the status
List<MBCategory> findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
groupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
groupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory[] findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
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 (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
List<MBCategory> filterFindByG_P_S(long groupId,
long parentCategoryId,
int status)
groupId - the group IDparentCategoryId - the parent category IDstatus - the status
List<MBCategory> filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByG_P_S(long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
MBCategory[] filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
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 (optionally null)
NoSuchCategoryException - if a message boards category with the primary key could not be found
List<MBCategory> filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
groupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
List<MBCategory> filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
List<MBCategory> findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByG_P_S(long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeByG_P_S(long groupId,
long parentCategoryId,
int status)
groupId - the group IDparentCategoryId - the parent category IDstatus - the status
int countByG_P_S(long groupId,
long parentCategoryId,
int status)
groupId - the group IDparentCategoryId - the parent category IDstatus - the status
int countByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
groupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
int filterCountByG_P_S(long groupId,
long parentCategoryId,
int status)
groupId - the group IDparentCategoryId - the parent category IDstatus - the status
int filterCountByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
groupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
List<MBCategory> findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
List<MBCategory> findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
MBCategory findByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
MBCategory findByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
MBCategory fetchByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
List<MBCategory> filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
List<MBCategory> filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
List<MBCategory> findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
List<MBCategory> findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status,
int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
int countByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
int countByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
int filterCountByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
categoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
int filterCountByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
categoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
void cacheResult(MBCategory mbCategory)
mbCategory - the message boards categoryvoid cacheResult(List<MBCategory> mbCategories)
mbCategories - the message boards categoriesMBCategory create(long categoryId)
categoryId - the primary key for the new message boards category
MBCategory remove(long categoryId)
throws NoSuchCategoryException
categoryId - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be foundMBCategory updateImpl(MBCategory mbCategory)
MBCategory findByPrimaryKey(long categoryId)
throws NoSuchCategoryException
NoSuchCategoryException if it could not be found.
categoryId - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be foundMBCategory fetchByPrimaryKey(long categoryId)
null if it could not be found.
categoryId - the primary key of the message boards category
null if a message boards category with the primary key could not be foundMap<Serializable,MBCategory> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<MBCategory>List<MBCategory> findAll()
List<MBCategory> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)
List<MBCategory> findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)
List<MBCategory> findAll(int start,
int end,
OrderByComparator<MBCategory> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null)retrieveFromCache - whether to retrieve from the finder cache
void removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<MBCategory>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||