|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalArticleServiceWrapper
public class JournalArticleServiceWrapper
This class is a wrapper for JournalArticleService.
JournalArticleService| Constructor Summary | |
|---|---|
JournalArticleServiceWrapper(JournalArticleService journalArticleService)
|
|
| Method Summary | |
|---|---|
JournalArticle |
addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
void |
deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
getArticle(long id)
|
JournalArticle |
getArticle(long groupId,
String articleId)
|
JournalArticle |
getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
getArticleByUrlTitle(long groupId,
String urlTitle)
|
String |
getArticleContent(long groupId,
String articleId,
double version,
String languageId,
ThemeDisplay themeDisplay)
|
String |
getArticleContent(long groupId,
String articleId,
String languageId,
ThemeDisplay themeDisplay)
|
List<JournalArticle> |
getArticles(long groupId,
long folderId)
|
List<JournalArticle> |
getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
List<JournalArticle> |
getArticlesByStructureId(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
getArticlesByUserId(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator obc)
|
int |
getArticlesCount(long groupId,
long folderId)
|
int |
getArticlesCountByArticleId(long groupId,
String articleId)
|
int |
getArticlesCountByStructureId(long groupId,
String structureId)
|
int |
getArticlesCountByUserId(long groupId,
long userId,
long classNameId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalArticle |
getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
int |
getFoldersAndArticlesCount(long groupId,
List<Long> folderIds)
|
JournalArticle |
getLatestArticle(long resourcePrimKey)
|
JournalArticle |
getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticleService |
getWrappedJournalArticleService()
Deprecated. Renamed to getWrappedService() |
JournalArticleService |
getWrappedService()
|
void |
moveArticle(long groupId,
String articleId,
long newFolderId)
|
void |
removeArticleLocale(long companyId,
String languageId)
|
JournalArticle |
removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
List<JournalArticle> |
search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
int |
searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedJournalArticleService(JournalArticleService journalArticleService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalArticleService) |
void |
setWrappedService(JournalArticleService journalArticleService)
|
void |
subscribe(long groupId)
|
void |
unsubscribe(long groupId)
|
JournalArticle |
updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalArticleServiceWrapper(JournalArticleService journalArticleService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface JournalArticleServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalArticleServicebeanIdentifier - the Spring bean ID for this bean
public JournalArticle addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
addArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle addArticle(long groupId,
long folderId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
addArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
throws PortalException,
SystemException
copyArticle in interface JournalArticleServicePortalException
SystemException
public void deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
deleteArticle in interface JournalArticleServicePortalException
SystemException
public void deleteArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
deleteArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
expireArticle in interface JournalArticleServicePortalException
SystemException
public void expireArticle(long groupId,
String articleId,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
expireArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getArticle(long id)
throws PortalException,
SystemException
getArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getArticle(long groupId,
String articleId)
throws PortalException,
SystemException
getArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getArticle(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
getArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getArticle(long groupId,
String className,
long classPK)
throws PortalException,
SystemException
getArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getArticleByUrlTitle(long groupId,
String urlTitle)
throws PortalException,
SystemException
getArticleByUrlTitle in interface JournalArticleServicePortalException
SystemException
public String getArticleContent(long groupId,
String articleId,
double version,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getArticleContent in interface JournalArticleServicePortalException
SystemException
public String getArticleContent(long groupId,
String articleId,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getArticleContent in interface JournalArticleServicePortalException
SystemException
public List<JournalArticle> getArticles(long groupId,
long folderId)
throws SystemException
getArticles in interface JournalArticleServiceSystemException
public List<JournalArticle> getArticles(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getArticles in interface JournalArticleServiceSystemException
public List<JournalArticle> getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getArticlesByArticleId in interface JournalArticleServiceSystemException
public List<JournalArticle> getArticlesByLayoutUuid(long groupId,
String layoutUuid)
throws SystemException
getArticlesByLayoutUuid in interface JournalArticleServiceSystemException
public List<JournalArticle> getArticlesByStructureId(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getArticlesByStructureId in interface JournalArticleServiceSystemException
public List<JournalArticle> getArticlesByUserId(long groupId,
long userId,
long classNameId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getArticlesByUserId in interface JournalArticleServiceSystemException
public int getArticlesCount(long groupId,
long folderId)
throws SystemException
getArticlesCount in interface JournalArticleServiceSystemException
public int getArticlesCountByArticleId(long groupId,
String articleId)
throws SystemException
getArticlesCountByArticleId in interface JournalArticleServiceSystemException
public int getArticlesCountByStructureId(long groupId,
String structureId)
throws SystemException
getArticlesCountByStructureId in interface JournalArticleServiceSystemException
public int getArticlesCountByUserId(long groupId,
long userId,
long classNameId)
throws SystemException
getArticlesCountByUserId in interface JournalArticleServiceSystemException
public JournalArticle getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
throws PortalException,
SystemException
getDisplayArticleByUrlTitle in interface JournalArticleServicePortalException
SystemException
public int getFoldersAndArticlesCount(long groupId,
List<Long> folderIds)
throws SystemException
getFoldersAndArticlesCount in interface JournalArticleServiceSystemException
public JournalArticle getLatestArticle(long resourcePrimKey)
throws PortalException,
SystemException
getLatestArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getLatestArticle(long groupId,
String articleId,
int status)
throws PortalException,
SystemException
getLatestArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle getLatestArticle(long groupId,
String className,
long classPK)
throws PortalException,
SystemException
getLatestArticle in interface JournalArticleServicePortalException
SystemException
public void moveArticle(long groupId,
String articleId,
long newFolderId)
throws PortalException,
SystemException
moveArticle in interface JournalArticleServicePortalException
SystemException
public void removeArticleLocale(long companyId,
String languageId)
throws PortalException,
SystemException
removeArticleLocale in interface JournalArticleServicePortalException
SystemException
public JournalArticle removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
throws PortalException,
SystemException
removeArticleLocale in interface JournalArticleServicePortalException
SystemException
public List<JournalArticle> search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalArticleServiceSystemException
public List<JournalArticle> search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalArticleServiceSystemException
public List<JournalArticle> search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
throws SystemException
search in interface JournalArticleServiceSystemException
public int searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
throws SystemException
searchCount in interface JournalArticleServiceSystemException
public int searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
throws SystemException
searchCount in interface JournalArticleServiceSystemException
public int searchCount(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator)
throws SystemException
searchCount in interface JournalArticleServiceSystemException
public void subscribe(long groupId)
throws PortalException,
SystemException
subscribe in interface JournalArticleServicePortalException
SystemException
public void unsubscribe(long groupId)
throws PortalException,
SystemException
unsubscribe in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateArticle(long userId,
long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateArticle(long groupId,
long folderId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateArticle(long groupId,
long folderId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateArticle in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
throws PortalException,
SystemException
updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext)
updateArticleTranslation in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateArticleTranslation in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateContent(long groupId,
String articleId,
double version,
String content)
throws PortalException,
SystemException
updateContent in interface JournalArticleServicePortalException
SystemException
public JournalArticle updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateStatus in interface JournalArticleServicePortalException
SystemExceptionpublic JournalArticleService getWrappedJournalArticleService()
getWrappedService()
public void setWrappedJournalArticleService(JournalArticleService journalArticleService)
setWrappedService(com.liferay.portlet.journal.service.JournalArticleService)
public JournalArticleService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalArticleService>public void setWrappedService(JournalArticleService journalArticleService)
setWrappedService in interface ServiceWrapper<JournalArticleService>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||