com.liferay.portlet.journal.service.persistence
Interface JournalArticlePersistence
- public interface JournalArticlePersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
|
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 |
countByGroupId(long groupId)
|
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 |
fetchByPrimaryKey(long id)
|
JournalArticle |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List |
findAll()
|
java.util.List |
findAll(int begin,
int end)
|
java.util.List |
findAll(int begin,
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 |
findByCompanyId(long companyId)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_A_First(long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByG_A_A_Last(long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle[] |
findByG_A_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
|
java.util.List |
findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved,
int begin,
int end)
|
java.util.List |
findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved,
int begin,
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_V(long groupId,
java.lang.String articleId,
double version)
|
java.util.List |
findByG_A(long groupId,
java.lang.String articleId)
|
java.util.List |
findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end)
|
java.util.List |
findByG_A(long groupId,
java.lang.String articleId,
int begin,
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 |
findByG_S(long groupId,
java.lang.String structureId)
|
java.util.List |
findByG_S(long groupId,
java.lang.String structureId,
int begin,
int end)
|
java.util.List |
findByG_S(long groupId,
java.lang.String structureId,
int begin,
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 |
findByG_T(long groupId,
java.lang.String templateId)
|
java.util.List |
findByG_T(long groupId,
java.lang.String templateId,
int begin,
int end)
|
java.util.List |
findByG_T(long groupId,
java.lang.String templateId,
int begin,
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 |
findByGroupId(long groupId)
|
java.util.List |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
JournalArticle |
findByPrimaryKey(long id)
|
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 |
findBySmallImageId(long smallImageId)
|
java.util.List |
findBySmallImageId(long smallImageId,
int begin,
int end)
|
java.util.List |
findBySmallImageId(long smallImageId,
int begin,
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 |
findByUuid(java.lang.String uuid)
|
java.util.List |
findByUuid(java.lang.String uuid,
int begin,
int end)
|
java.util.List |
findByUuid(java.lang.String uuid,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
JournalArticle |
remove(JournalArticle journalArticle)
|
JournalArticle |
remove(long id)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
|
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 |
removeByGroupId(long groupId)
|
void |
removeBySmallImageId(long smallImageId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
JournalArticle |
update(JournalArticle journalArticle)
|
JournalArticle |
update(JournalArticle journalArticle,
boolean merge)
|
JournalArticle |
updateImpl(JournalArticle journalArticle,
boolean merge)
|
create
public JournalArticle create(long id)
remove
public JournalArticle remove(long id)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
remove
public JournalArticle remove(JournalArticle journalArticle)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public JournalArticle update(JournalArticle journalArticle)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public JournalArticle update(JournalArticle journalArticle,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public JournalArticle updateImpl(JournalArticle journalArticle,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public JournalArticle findByPrimaryKey(long id)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
fetchByPrimaryKey
public JournalArticle fetchByPrimaryKey(long id)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public java.util.List findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public java.util.List findByUuid(java.lang.String uuid,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public java.util.List findByUuid(java.lang.String uuid,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_First
public JournalArticle findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByUuid_Last
public JournalArticle findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByUuid_PrevAndNext
public JournalArticle[] findByUuid_PrevAndNext(long id,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByUUID_G
public JournalArticle findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
fetchByUUID_G
public JournalArticle fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public java.util.List findByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public java.util.List findByGroupId(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public java.util.List findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId_First
public JournalArticle findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByGroupId_Last
public JournalArticle findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByGroupId_PrevAndNext
public JournalArticle[] findByGroupId_PrevAndNext(long id,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByCompanyId
public java.util.List findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId_First
public JournalArticle findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByCompanyId_Last
public JournalArticle findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByCompanyId_PrevAndNext
public JournalArticle[] findByCompanyId_PrevAndNext(long id,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findBySmallImageId
public java.util.List findBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findBySmallImageId
public java.util.List findBySmallImageId(long smallImageId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findBySmallImageId
public java.util.List findBySmallImageId(long smallImageId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findBySmallImageId_First
public JournalArticle findBySmallImageId_First(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findBySmallImageId_Last
public JournalArticle findBySmallImageId_Last(long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findBySmallImageId_PrevAndNext
public JournalArticle[] findBySmallImageId_PrevAndNext(long id,
long smallImageId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A
public java.util.List findByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A
public java.util.List findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A
public java.util.List findByG_A(long groupId,
java.lang.String articleId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_First
public JournalArticle findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A_Last
public JournalArticle findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A_PrevAndNext
public JournalArticle[] findByG_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_S
public java.util.List findByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_S
public java.util.List findByG_S(long groupId,
java.lang.String structureId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_S
public java.util.List findByG_S(long groupId,
java.lang.String structureId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_S_First
public JournalArticle findByG_S_First(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_S_Last
public JournalArticle findByG_S_Last(long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_S_PrevAndNext
public JournalArticle[] findByG_S_PrevAndNext(long id,
long groupId,
java.lang.String structureId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_T
public java.util.List findByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_T
public java.util.List findByG_T(long groupId,
java.lang.String templateId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_T
public java.util.List findByG_T(long groupId,
java.lang.String templateId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_T_First
public JournalArticle findByG_T_First(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_T_Last
public JournalArticle findByG_T_Last(long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_T_PrevAndNext
public JournalArticle[] findByG_T_PrevAndNext(long id,
long groupId,
java.lang.String templateId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A_V
public JournalArticle findByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
fetchByG_A_V
public JournalArticle fetchByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_A
public java.util.List findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_A
public java.util.List findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_A
public java.util.List findByG_A_A(long groupId,
java.lang.String articleId,
boolean approved,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_A_A_First
public JournalArticle findByG_A_A_First(long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A_A_Last
public JournalArticle findByG_A_A_Last(long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findByG_A_A_PrevAndNext
public JournalArticle[] findByG_A_A_PrevAndNext(long id,
long groupId,
java.lang.String articleId,
boolean approved,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUuid
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUUID_G
public void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
removeByGroupId
public void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByCompanyId
public void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeBySmallImageId
public void removeBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_A
public void removeByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_S
public void removeByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_T
public void removeByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByG_A_V
public void removeByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.SystemException,
NoSuchArticleException
- Throws:
com.liferay.portal.SystemException
NoSuchArticleException
removeByG_A_A
public void removeByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUuid
public int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUUID_G
public int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByGroupId
public int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCompanyId
public int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countBySmallImageId
public int countBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_A
public int countByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_S
public int countByG_S(long groupId,
java.lang.String structureId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_T
public int countByG_T(long groupId,
java.lang.String templateId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_A_V
public int countByG_A_V(long groupId,
java.lang.String articleId,
double version)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_A_A
public int countByG_A_A(long groupId,
java.lang.String articleId,
boolean approved)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException