com.liferay.portlet.messageboards.service.persistence
Interface MBCategoryPersistence
- All Superinterfaces:
- BasePersistence<MBCategory>
- All Known Implementing Classes:
- MBCategoryPersistenceImpl
public interface MBCategoryPersistence
- extends BasePersistence<MBCategory>
- See Also:
MBCategoryPersistenceImpl,
MBCategoryUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(List<MBCategory> mbCategories)
|
void |
cacheResult(MBCategory mbCategory)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_P(long groupId,
long parentCategoryId)
|
int |
countByG_P(long groupId,
long[] parentCategoryIds)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(String uuid,
long groupId)
|
int |
countByUuid(String uuid)
|
MBCategory |
create(long categoryId)
|
MBCategory |
fetchByPrimaryKey(long categoryId)
|
MBCategory |
fetchByUUID_G(String uuid,
long groupId)
|
MBCategory |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
|
int |
filterCountByG_P(long groupId,
long parentCategoryId)
|
int |
filterCountByG_P(long groupId,
long[] parentCategoryIds)
|
int |
filterCountByGroupId(long groupId)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBCategory> |
filterFindByGroupId(long groupId)
|
List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<MBCategory> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findAll()
|
List<MBCategory> |
findAll(int start,
int end)
|
List<MBCategory> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
MBCategory |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
MBCategory |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
MBCategory[] |
findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findByCompanyId(long companyId)
|
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end)
|
List<MBCategory> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBCategory |
findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
|
MBCategory |
findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
|
MBCategory[] |
findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId)
|
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds)
|
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
|
List<MBCategory> |
findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
|
List<MBCategory> |
findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBCategory |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
MBCategory |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
MBCategory[] |
findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findByGroupId(long groupId)
|
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end)
|
List<MBCategory> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
MBCategory |
findByPrimaryKey(long categoryId)
|
MBCategory |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
MBCategory |
findByUUID_G(String uuid,
long groupId)
|
MBCategory |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
MBCategory[] |
findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
|
List<MBCategory> |
findByUuid(String uuid)
|
List<MBCategory> |
findByUuid(String uuid,
int start,
int end)
|
List<MBCategory> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
MBCategory |
remove(long categoryId)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_P(long groupId,
long parentCategoryId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(String uuid,
long groupId)
|
void |
removeByUuid(String uuid)
|
MBCategory |
updateImpl(MBCategory mbCategory,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
cacheResult
void cacheResult(MBCategory mbCategory)
cacheResult
void cacheResult(List<MBCategory> mbCategories)
create
MBCategory create(long categoryId)
remove
MBCategory remove(long categoryId)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
updateImpl
MBCategory updateImpl(MBCategory mbCategory,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
MBCategory findByPrimaryKey(long categoryId)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
fetchByPrimaryKey
MBCategory fetchByPrimaryKey(long categoryId)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBCategory> findByUuid(String uuid)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBCategory> findByUuid(String uuid,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBCategory> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUuid_First
MBCategory findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByUuid_Last
MBCategory findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByUuid_PrevAndNext
MBCategory[] findByUuid_PrevAndNext(long categoryId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByUUID_G
MBCategory findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
fetchByUUID_G
MBCategory fetchByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
fetchByUUID_G
MBCategory fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByGroupId
List<MBCategory> findByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
findByGroupId
List<MBCategory> findByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByGroupId
List<MBCategory> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByGroupId_First
MBCategory findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByGroupId_Last
MBCategory findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByGroupId_PrevAndNext
MBCategory[] findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
filterFindByGroupId
List<MBCategory> filterFindByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
List<MBCategory> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<MBCategory> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<MBCategory> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
List<MBCategory> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByCompanyId_First
MBCategory findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByCompanyId_Last
MBCategory findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByCompanyId_PrevAndNext
MBCategory[] findByCompanyId_PrevAndNext(long categoryId,
long companyId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByG_P
List<MBCategory> findByG_P(long groupId,
long parentCategoryId)
throws SystemException
- Throws:
SystemException
findByG_P
List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_P
List<MBCategory> findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByG_P_First
MBCategory findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByG_P_Last
MBCategory findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByG_P_PrevAndNext
MBCategory[] findByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
findByG_P
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
- Throws:
SystemException
findByG_P
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_P
List<MBCategory> findByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_P
List<MBCategory> filterFindByG_P(long groupId,
long[] parentCategoryIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findAll
List<MBCategory> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<MBCategory> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<MBCategory> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUuid
void removeByUuid(String uuid)
throws SystemException
- Throws:
SystemException
removeByUUID_G
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchCategoryException
- Throws:
SystemException
NoSuchCategoryException
removeByGroupId
void removeByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
removeByG_P
void removeByG_P(long groupId,
long parentCategoryId)
throws SystemException
- Throws:
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByUuid
int countByUuid(String uuid)
throws SystemException
- Throws:
SystemException
countByUUID_G
int countByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
countByGroupId
int countByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterCountByGroupId
int filterCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
countByG_P
int countByG_P(long groupId,
long parentCategoryId)
throws SystemException
- Throws:
SystemException
countByG_P
int countByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
- Throws:
SystemException
filterCountByG_P
int filterCountByG_P(long groupId,
long parentCategoryId)
throws SystemException
- Throws:
SystemException
filterCountByG_P
int filterCountByG_P(long groupId,
long[] parentCategoryIds)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException