|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<MBCategory>
com.liferay.portlet.messageboards.service.persistence.impl.MBCategoryPersistenceImpl
@ProviderType public class MBCategoryPersistenceImpl
The persistence implementation for the message boards category service.
Caching information and settings can be found in portal.properties
MBCategoryPersistence,
MBCategoryUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
MBCategoryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the message boards category persistence. |
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. |
protected void |
cacheUniqueFindersCache(MBCategoryModelImpl mbCategoryModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all message boards categories. |
void |
clearCache(List<MBCategory> mbCategories)
Clears the cache for a List instances of this model. |
void |
clearCache(MBCategory mbCategory)
Clears the cache for the message boards category. |
protected void |
clearUniqueFindersCache(MBCategoryModelImpl mbCategoryModelImpl)
|
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. |
void |
destroy()
|
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. |
MBCategory |
fetchByPrimaryKey(Serializable primaryKey)
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 = ?. |
protected MBCategory |
filterGetByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
filterGetByG_P_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
filterGetByG_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
filterGetByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
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 |
findByPrimaryKey(Serializable primaryKey)
Returns the message boards category with the primary key or throws a NoSuchModelException 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()
|
protected MBCategory |
getByC_S_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByCompanyId_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByG_P_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByG_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByUuid_C_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected MBCategory |
getByUuid_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
MBCategory |
remove(long categoryId)
Removes the message boards category with the primary key from the database. |
MBCategory |
remove(Serializable primaryKey)
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. |
protected MBCategory |
removeImpl(MBCategory mbCategory)
Removes the model instance from the database. |
protected MBCategory |
toUnwrappedModel(MBCategory mbCategory)
|
MBCategory |
updateImpl(MBCategory mbCategory)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NOTC_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_NOTC_G_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_P_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_P_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_NOTC_G_P_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_NOTC_G_P_S
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public MBCategoryPersistenceImpl()
| Method Detail |
|---|
public List<MBCategory> findByUuid(String uuid)
findByUuid in interface MBCategoryPersistenceuuid - the uuid
public 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.
findByUuid in interface MBCategoryPersistenceuuid - the uuidstart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)
public 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.
findByUuid in interface MBCategoryPersistenceuuid - 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)
public 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.
findByUuid in interface MBCategoryPersistenceuuid - 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
public MBCategory findByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_First in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByUuid_First(String uuid,
OrderByComparator<MBCategory> orderByComparator)
fetchByUuid_First in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory findByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_Last in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByUuid_Last(String uuid,
OrderByComparator<MBCategory> orderByComparator)
fetchByUuid_Last in interface MBCategoryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory[] findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_PrevAndNext in interface MBCategoryPersistencecategoryId - 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 found
protected MBCategory getByUuid_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface MBCategoryPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface MBCategoryPersistenceuuid - the uuid
public MBCategory findByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException
NoSuchCategoryException if it could not be found.
findByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
null if a matching message boards category could not be found
public MBCategory fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching message boards category could not be found
public MBCategory removeByUUID_G(String uuid,
long groupId)
throws NoSuchCategoryException
removeByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
NoSuchCategoryException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface MBCategoryPersistenceuuid - the uuidgroupId - the group ID
public List<MBCategory> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface MBCategoryPersistenceuuid - the uuidcompanyId - the company ID
public 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.
findByUuid_C in interface MBCategoryPersistenceuuid - 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)
public 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.
findByUuid_C in interface MBCategoryPersistenceuuid - 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)
public 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.
findByUuid_C in interface MBCategoryPersistenceuuid - 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
public MBCategory findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_C_First in interface MBCategoryPersistenceuuid - 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
public MBCategory fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
fetchByUuid_C_First in interface MBCategoryPersistenceuuid - 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
public MBCategory findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_C_Last in interface MBCategoryPersistenceuuid - 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
public MBCategory fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
fetchByUuid_C_Last in interface MBCategoryPersistenceuuid - 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
public MBCategory[] findByUuid_C_PrevAndNext(long categoryId,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByUuid_C_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByUuid_C_PrevAndNext(Session session,
MBCategory mbCategory,
String uuid,
long companyId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface MBCategoryPersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface MBCategoryPersistenceuuid - the uuidcompanyId - the company ID
public List<MBCategory> findByGroupId(long groupId)
findByGroupId in interface MBCategoryPersistencegroupId - the group ID
public 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.
findByGroupId in interface MBCategoryPersistencegroupId - 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)
public 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.
findByGroupId in interface MBCategoryPersistencegroupId - 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)
public 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.
findByGroupId in interface MBCategoryPersistencegroupId - 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
public MBCategory findByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByGroupId_First in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByGroupId_First(long groupId,
OrderByComparator<MBCategory> orderByComparator)
fetchByGroupId_First in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory findByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByGroupId_Last in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByGroupId_Last(long groupId,
OrderByComparator<MBCategory> orderByComparator)
fetchByGroupId_Last in interface MBCategoryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory[] findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByGroupId_PrevAndNext in interface MBCategoryPersistencecategoryId - 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 found
protected MBCategory getByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByGroupId(long groupId)
filterFindByGroupId in interface MBCategoryPersistencegroupId - the group ID
public 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.
filterFindByGroupId in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByGroupId in interface MBCategoryPersistencegroupId - 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)
public MBCategory[] filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
filterFindByGroupId_PrevAndNext in interface MBCategoryPersistencecategoryId - 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 found
protected MBCategory filterGetByGroupId_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface MBCategoryPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface MBCategoryPersistencegroupId - the group ID
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface MBCategoryPersistencegroupId - the group ID
public List<MBCategory> findByCompanyId(long companyId)
findByCompanyId in interface MBCategoryPersistencecompanyId - the company ID
public 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.
findByCompanyId in interface MBCategoryPersistencecompanyId - 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)
public 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.
findByCompanyId in interface MBCategoryPersistencecompanyId - 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)
public 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.
findByCompanyId in interface MBCategoryPersistencecompanyId - 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
public MBCategory findByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByCompanyId_First in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByCompanyId_First(long companyId,
OrderByComparator<MBCategory> orderByComparator)
fetchByCompanyId_First in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory findByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByCompanyId_Last in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchCategoryException - if a matching message boards category could not be found
public MBCategory fetchByCompanyId_Last(long companyId,
OrderByComparator<MBCategory> orderByComparator)
fetchByCompanyId_Last in interface MBCategoryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards category could not be found
public MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByCompanyId_PrevAndNext in interface MBCategoryPersistencecategoryId - 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 found
protected MBCategory getByCompanyId_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface MBCategoryPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface MBCategoryPersistencecompanyId - the company ID
public List<MBCategory> findByG_P(long groupId,
long parentCategoryId)
findByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_First in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_P_First in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_P_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory[] findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
filterFindByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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)
public MBCategory[] filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
filterFindByG_P_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory filterGetByG_P_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds)
filterFindByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P in interface MBCategoryPersistencegroupId - 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
public void removeByG_P(long groupId,
long parentCategoryId)
removeByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
public int countByG_P(long groupId,
long parentCategoryId)
countByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
public int countByG_P(long groupId,
long[] parentCategoryIds)
countByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
public int filterCountByG_P(long groupId,
long parentCategoryId)
filterCountByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category ID
public int filterCountByG_P(long groupId,
long[] parentCategoryIds)
filterCountByG_P in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDs
public List<MBCategory> findByG_S(long groupId,
int status)
findByG_S in interface MBCategoryPersistencegroupId - the group IDstatus - the status
public 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.
findByG_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_S in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_S_First in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_S_First(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_S_First in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_S_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_S_Last(long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_S_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory[] findByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_S_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByG_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_S(long groupId,
int status)
filterFindByG_S in interface MBCategoryPersistencegroupId - the group IDstatus - the status
public 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.
filterFindByG_S in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByG_S in interface MBCategoryPersistencegroupId - 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)
public MBCategory[] filterFindByG_S_PrevAndNext(long categoryId,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
filterFindByG_S_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory filterGetByG_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByG_S(long groupId,
int status)
removeByG_S in interface MBCategoryPersistencegroupId - the group IDstatus - the status
public int countByG_S(long groupId,
int status)
countByG_S in interface MBCategoryPersistencegroupId - the group IDstatus - the status
public int filterCountByG_S(long groupId,
int status)
filterCountByG_S in interface MBCategoryPersistencegroupId - the group IDstatus - the status
public List<MBCategory> findByC_S(long companyId,
int status)
findByC_S in interface MBCategoryPersistencecompanyId - the company IDstatus - the status
public 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.
findByC_S in interface MBCategoryPersistencecompanyId - 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)
public 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.
findByC_S in interface MBCategoryPersistencecompanyId - 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)
public 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.
findByC_S in interface MBCategoryPersistencecompanyId - 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
public MBCategory findByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByC_S_First in interface MBCategoryPersistencecompanyId - 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
public MBCategory fetchByC_S_First(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByC_S_First in interface MBCategoryPersistencecompanyId - 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
public MBCategory findByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByC_S_Last in interface MBCategoryPersistencecompanyId - 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
public MBCategory fetchByC_S_Last(long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByC_S_Last in interface MBCategoryPersistencecompanyId - 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
public MBCategory[] findByC_S_PrevAndNext(long categoryId,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByC_S_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByC_S_PrevAndNext(Session session,
MBCategory mbCategory,
long companyId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public void removeByC_S(long companyId,
int status)
removeByC_S in interface MBCategoryPersistencecompanyId - the company IDstatus - the status
public int countByC_S(long companyId,
int status)
countByC_S in interface MBCategoryPersistencecompanyId - the company IDstatus - the status
public List<MBCategory> findByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
findByNotC_G_P in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryId - 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)
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryId - 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)
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryId - 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
public MBCategory findByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByNotC_G_P_First in interface MBCategoryPersistencecategoryId - 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
public MBCategory fetchByNotC_G_P_First(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
fetchByNotC_G_P_First in interface MBCategoryPersistencecategoryId - 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
public MBCategory findByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByNotC_G_P_Last in interface MBCategoryPersistencecategoryId - 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
public MBCategory fetchByNotC_G_P_Last(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<MBCategory> orderByComparator)
fetchByNotC_G_P_Last in interface MBCategoryPersistencecategoryId - 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
public List<MBCategory> filterFindByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
public 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.
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryId - 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)
public 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.
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryId - 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)
public List<MBCategory> filterFindByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
public 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.
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryIds - 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)
public 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.
filterFindByNotC_G_P in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P in interface MBCategoryPersistencecategoryId - 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
public void removeByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
removeByNotC_G_P in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
public int countByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
countByNotC_G_P in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
public int countByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
countByNotC_G_P in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
public int filterCountByNotC_G_P(long categoryId,
long groupId,
long parentCategoryId)
filterCountByNotC_G_P in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category ID
public int filterCountByNotC_G_P(long[] categoryIds,
long groupId,
long[] parentCategoryIds)
filterCountByNotC_G_P in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDs
public List<MBCategory> findByG_P_S(long groupId,
long parentCategoryId,
int status)
findByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_S_First in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_P_S_First(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_P_S_First in interface MBCategoryPersistencegroupId - 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
public MBCategory findByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_S_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory fetchByG_P_S_Last(long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByG_P_S_Last in interface MBCategoryPersistencegroupId - 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
public MBCategory[] findByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByG_P_S_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory getByG_P_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_P_S(long groupId,
long parentCategoryId,
int status)
filterFindByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public 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.
filterFindByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByG_P_S in interface MBCategoryPersistencegroupId - 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)
public MBCategory[] filterFindByG_P_S_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
filterFindByG_P_S_PrevAndNext in interface MBCategoryPersistencecategoryId - 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
protected MBCategory filterGetByG_P_S_PrevAndNext(Session session,
MBCategory mbCategory,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator,
boolean previous)
public List<MBCategory> filterFindByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
filterFindByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public 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.
filterFindByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
filterFindByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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)
public 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.
findByG_P_S in interface MBCategoryPersistencegroupId - 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
public void removeByG_P_S(long groupId,
long parentCategoryId,
int status)
removeByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int countByG_P_S(long groupId,
long parentCategoryId,
int status)
countByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int countByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
countByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public int filterCountByG_P_S(long groupId,
long parentCategoryId,
int status)
filterCountByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int filterCountByG_P_S(long groupId,
long[] parentCategoryIds,
int status)
filterCountByG_P_S in interface MBCategoryPersistencegroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public List<MBCategory> findByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
findByNotC_G_P_S in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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)
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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)
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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
public MBCategory findByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByNotC_G_P_S_First in interface MBCategoryPersistencecategoryId - 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
public MBCategory fetchByNotC_G_P_S_First(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByNotC_G_P_S_First in interface MBCategoryPersistencecategoryId - 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
public MBCategory findByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
throws NoSuchCategoryException
findByNotC_G_P_S_Last in interface MBCategoryPersistencecategoryId - 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
public MBCategory fetchByNotC_G_P_S_Last(long categoryId,
long groupId,
long parentCategoryId,
int status,
OrderByComparator<MBCategory> orderByComparator)
fetchByNotC_G_P_S_Last in interface MBCategoryPersistencecategoryId - 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
public List<MBCategory> filterFindByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public 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.
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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)
public 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.
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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)
public List<MBCategory> filterFindByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public 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.
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - 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)
public 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.
filterFindByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - 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)
public 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.
findByNotC_G_P_S in interface MBCategoryPersistencecategoryId - 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
public void removeByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
removeByNotC_G_P_S in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int countByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
countByNotC_G_P_S in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int countByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
countByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public int filterCountByNotC_G_P_S(long categoryId,
long groupId,
long parentCategoryId,
int status)
filterCountByNotC_G_P_S in interface MBCategoryPersistencecategoryId - the category IDgroupId - the group IDparentCategoryId - the parent category IDstatus - the status
public int filterCountByNotC_G_P_S(long[] categoryIds,
long groupId,
long[] parentCategoryIds,
int status)
filterCountByNotC_G_P_S in interface MBCategoryPersistencecategoryIds - the category IDsgroupId - the group IDparentCategoryIds - the parent category IDsstatus - the status
public void cacheResult(MBCategory mbCategory)
cacheResult in interface MBCategoryPersistencembCategory - the message boards categorypublic void cacheResult(List<MBCategory> mbCategories)
cacheResult in interface MBCategoryPersistencembCategories - the message boards categoriespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>public void clearCache(MBCategory mbCategory)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>mbCategory - the instance of this model to clear the cache forpublic void clearCache(List<MBCategory> mbCategories)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<MBCategory>clearCache in class BasePersistenceImpl<MBCategory>mbCategories - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(MBCategoryModelImpl mbCategoryModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(MBCategoryModelImpl mbCategoryModelImpl)
public MBCategory create(long categoryId)
create in interface MBCategoryPersistencecategoryId - the primary key for the new message boards category
public MBCategory remove(long categoryId)
throws NoSuchCategoryException
remove in interface MBCategoryPersistencecategoryId - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be found
public MBCategory remove(Serializable primaryKey)
throws NoSuchCategoryException
remove in interface BasePersistence<MBCategory>remove in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be foundprotected MBCategory removeImpl(MBCategory mbCategory)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<MBCategory>mbCategory - the model instance to remove
public MBCategory updateImpl(MBCategory mbCategory)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface MBCategoryPersistenceupdateImpl in class BasePersistenceImpl<MBCategory>mbCategory - the model instance to update
protected MBCategory toUnwrappedModel(MBCategory mbCategory)
public MBCategory findByPrimaryKey(Serializable primaryKey)
throws NoSuchCategoryException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<MBCategory>findByPrimaryKey in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be found
public MBCategory findByPrimaryKey(long categoryId)
throws NoSuchCategoryException
NoSuchCategoryException if it could not be found.
findByPrimaryKey in interface MBCategoryPersistencecategoryId - the primary key of the message boards category
NoSuchCategoryException - if a message boards category with the primary key could not be foundpublic MBCategory fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<MBCategory>fetchByPrimaryKey in class BasePersistenceImpl<MBCategory>primaryKey - the primary key of the message boards category
null if a message boards category with the primary key could not be foundpublic MBCategory fetchByPrimaryKey(long categoryId)
null if it could not be found.
fetchByPrimaryKey in interface MBCategoryPersistencecategoryId - the primary key of the message boards category
null if a message boards category with the primary key could not be foundpublic Map<Serializable,MBCategory> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<MBCategory>fetchByPrimaryKeys in interface MBCategoryPersistencefetchByPrimaryKeys in class BasePersistenceImpl<MBCategory>public List<MBCategory> findAll()
findAll in interface MBCategoryPersistence
public 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.
findAll in interface MBCategoryPersistencestart - the lower bound of the range of message boards categoriesend - the upper bound of the range of message boards categories (not inclusive)
public 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.
findAll in interface MBCategoryPersistencestart - 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)
public 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.
findAll in interface MBCategoryPersistencestart - 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
public void removeAll()
removeAll in interface MBCategoryPersistencepublic int countAll()
countAll in interface MBCategoryPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<MBCategory>getBadColumnNames in interface MBCategoryPersistencegetBadColumnNames in class BasePersistenceImpl<MBCategory>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<MBCategory>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||