com.liferay.portlet.journal.service.persistence
Interface JournalArticlePersistence
- All Superinterfaces:
- BasePersistence<JournalArticle>
public interface JournalArticlePersistence
- extends BasePersistence<JournalArticle>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalArticlePersistenceImpl
,
JournalArticleUtil
- Generated:
Method Summary |
void |
cacheResult(JournalArticle journalArticle)
|
void |
cacheResult(java.util.List<JournalArticle> journalArticles)
|
int |
countAll()
|
int |
countByC_S(long companyId,
int status)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_A_S(long groupId,
java.lang.String articleId,
int status)
|
int |
countByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
int |
countByG_A(long groupId,
java.lang.String articleId)
|
int |
countByG_S(long groupId,
java.lang.String structureId)
|
int |
countByG_T(long groupId,
java.lang.String templateId)
|
int |
countByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
|
int |
countByG_UT(long groupId,
java.lang.String urlTitle)
|
int |
countByGroupId(long groupId)
|
int |
countByR_S(long resourcePrimKey,
int status)
|
int |
countBySmallImageId(long smallImageId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
JournalArticle |
create(long id)
|
JournalArticle |
fetchByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
JournalArticle |
fetchByG_A_V(long groupId,
java.lang.String articleId,
double version,
boolean retrieveFromCache)
|
JournalArticle |
fetchByPrimaryKey(long id)
|
JournalArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
JournalArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<JournalArticle> |
findAll()
|
java.util.List<JournalArticle> |
findAll(int start,
int end)
|
java.util.List<JournalArticle> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByC_S_PrevAndNext(long id,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByC_S(long companyId,
int status)
|
java.util.List<JournalArticle> |
findByC_S(long companyId,
int status,
int start,
int end)
|
java.util.List<JournalArticle> |
findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByCompanyId_PrevAndNext(long id,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByCompanyId(long companyId)
|
java.util.List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<JournalArticle> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_S_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_S_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_A_S_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByG_A_S(long groupId,
java.lang.String articleId,
int status)
|
java.util.List<JournalArticle> |
findByG_A_S(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_A_S(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId)
|
java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_S_First(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_S_Last(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_S_PrevAndNext(long id,
long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByG_S(long groupId,
java.lang.String structureId)
|
java.util.List<JournalArticle> |
findByG_S(long groupId,
java.lang.String structureId,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_S(long groupId,
java.lang.String structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_T_First(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_T_Last(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_T_PrevAndNext(long id,
long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByG_T(long groupId,
java.lang.String templateId)
|
java.util.List<JournalArticle> |
findByG_T(long groupId,
java.lang.String templateId,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_T(long groupId,
java.lang.String templateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_UT_First(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_UT_Last(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_UT_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_UT_S_First(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_UT_S_Last(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_UT_S_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
|
java.util.List<JournalArticle> |
findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle)
|
java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end)
|
java.util.List<JournalArticle> |
findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByGroupId(long groupId)
|
java.util.List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<JournalArticle> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByPrimaryKey(long id)
|
JournalArticle |
findByR_S_First(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByR_S_Last(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByR_S_PrevAndNext(long id,
long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByR_S(long resourcePrimKey,
int status)
|
java.util.List<JournalArticle> |
findByR_S(long resourcePrimKey,
int status,
int start,
int end)
|
java.util.List<JournalArticle> |
findByR_S(long resourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findBySmallImageId_First(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findBySmallImageId_Last(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findBySmallImageId_PrevAndNext(long id,
long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId)
|
java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end)
|
java.util.List<JournalArticle> |
findBySmallImageId(long smallImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByUUID_G(java.lang.String uuid,
long groupId)
|
JournalArticle |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid)
|
java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<JournalArticle> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
remove(long id)
|
void |
removeAll()
|
void |
removeByC_S(long companyId,
int status)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_A_S(long groupId,
java.lang.String articleId,
int status)
|
void |
removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
|
void |
removeByG_A(long groupId,
java.lang.String articleId)
|
void |
removeByG_S(long groupId,
java.lang.String structureId)
|
void |
removeByG_T(long groupId,
java.lang.String templateId)
|
void |
removeByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
|
void |
removeByG_UT(long groupId,
java.lang.String urlTitle)
|
void |
removeByGroupId(long groupId)
|
void |
removeByR_S(long resourcePrimKey,
int status)
|
void |
removeBySmallImageId(long smallImageId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
JournalArticle |
updateImpl(JournalArticle journalArticle,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(JournalArticle journalArticle)
cacheResult
void cacheResult(java.util.List<JournalArticle> journalArticles)
create
JournalArticle create(long id)
remove
JournalArticle remove(long id)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
updateImpl
JournalArticle updateImpl(JournalArticle journalArticle,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
JournalArticle findByPrimaryKey(long id)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
fetchByPrimaryKey
JournalArticle fetchByPrimaryKey(long id)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalArticle> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalArticle> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<JournalArticle> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
JournalArticle findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByUuid_Last
JournalArticle findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByUuid_PrevAndNext
JournalArticle[] findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByUUID_G
JournalArticle findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
fetchByUUID_G
JournalArticle fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
JournalArticle fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalArticle> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalArticle> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<JournalArticle> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
JournalArticle findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByGroupId_Last
JournalArticle findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByGroupId_PrevAndNext
JournalArticle[] findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByCompanyId
java.util.List<JournalArticle> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<JournalArticle> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<JournalArticle> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
JournalArticle findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByCompanyId_Last
JournalArticle findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByCompanyId_PrevAndNext
JournalArticle[] findByCompanyId_PrevAndNext(long id,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findBySmallImageId
java.util.List<JournalArticle> findBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findBySmallImageId
java.util.List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findBySmallImageId
java.util.List<JournalArticle> findBySmallImageId(long smallImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findBySmallImageId_First
JournalArticle findBySmallImageId_First(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findBySmallImageId_Last
JournalArticle findBySmallImageId_Last(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findBySmallImageId_PrevAndNext
JournalArticle[] findBySmallImageId_PrevAndNext(long id,
long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByR_S
java.util.List<JournalArticle> findByR_S(long resourcePrimKey,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByR_S
java.util.List<JournalArticle> findByR_S(long resourcePrimKey,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByR_S
java.util.List<JournalArticle> findByR_S(long resourcePrimKey,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByR_S_First
JournalArticle findByR_S_First(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByR_S_Last
JournalArticle findByR_S_Last(long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByR_S_PrevAndNext
JournalArticle[] findByR_S_PrevAndNext(long id,
long resourcePrimKey,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A
java.util.List<JournalArticle> findByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A
java.util.List<JournalArticle> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A
java.util.List<JournalArticle> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_First
JournalArticle findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A_Last
JournalArticle findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A_PrevAndNext
JournalArticle[] findByG_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_S
java.util.List<JournalArticle> findByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<JournalArticle> findByG_S(long groupId,
java.lang.String structureId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<JournalArticle> findByG_S(long groupId,
java.lang.String structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S_First
JournalArticle findByG_S_First(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_S_Last
JournalArticle findByG_S_Last(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_S_PrevAndNext
JournalArticle[] findByG_S_PrevAndNext(long id,
long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_T
java.util.List<JournalArticle> findByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_T
java.util.List<JournalArticle> findByG_T(long groupId,
java.lang.String templateId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_T
java.util.List<JournalArticle> findByG_T(long groupId,
java.lang.String templateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_T_First
JournalArticle findByG_T_First(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_T_Last
JournalArticle findByG_T_Last(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_T_PrevAndNext
JournalArticle[] findByG_T_PrevAndNext(long id,
long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT
java.util.List<JournalArticle> findByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT
java.util.List<JournalArticle> findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT
java.util.List<JournalArticle> findByG_UT(long groupId,
java.lang.String urlTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT_First
JournalArticle findByG_UT_First(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT_Last
JournalArticle findByG_UT_Last(long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT_PrevAndNext
JournalArticle[] findByG_UT_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByC_S
java.util.List<JournalArticle> findByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<JournalArticle> findByC_S(long companyId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<JournalArticle> findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S_First
JournalArticle findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByC_S_Last
JournalArticle findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByC_S_PrevAndNext
JournalArticle[] findByC_S_PrevAndNext(long id,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A_V
JournalArticle findByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
fetchByG_A_V
JournalArticle fetchByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_A_V
JournalArticle fetchByG_A_V(long groupId,
java.lang.String articleId,
double version,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_S
java.util.List<JournalArticle> findByG_A_S(long groupId,
java.lang.String articleId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_S
java.util.List<JournalArticle> findByG_A_S(long groupId,
java.lang.String articleId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_S
java.util.List<JournalArticle> findByG_A_S(long groupId,
java.lang.String articleId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_A_S_First
JournalArticle findByG_A_S_First(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A_S_Last
JournalArticle findByG_A_S_Last(long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_A_S_PrevAndNext
JournalArticle[] findByG_A_S_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT_S
java.util.List<JournalArticle> findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT_S
java.util.List<JournalArticle> findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT_S
java.util.List<JournalArticle> findByG_UT_S(long groupId,
java.lang.String urlTitle,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_UT_S_First
JournalArticle findByG_UT_S_First(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT_S_Last
JournalArticle findByG_UT_S_Last(long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findByG_UT_S_PrevAndNext
JournalArticle[] findByG_UT_S_PrevAndNext(long id,
long groupId,
java.lang.String urlTitle,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
findAll
java.util.List<JournalArticle> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<JournalArticle> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<JournalArticle> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeBySmallImageId
void removeBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByR_S
void removeByR_S(long resourcePrimKey,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_A
void removeByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_S
void removeByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_T
void removeByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_UT
void removeByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_S
void removeByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_A_V
void removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchArticleException
removeByG_A_S
void removeByG_A_S(long groupId,
java.lang.String articleId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_UT_S
void removeByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countBySmallImageId
int countBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByR_S
int countByR_S(long resourcePrimKey,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A
int countByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_S
int countByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_T
int countByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_UT
int countByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_S
int countByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A_V
int countByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_A_S
int countByG_A_S(long groupId,
java.lang.String articleId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_UT_S
int countByG_UT_S(long groupId,
java.lang.String urlTitle,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException