|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface JournalArticleLocalService
This interface defines the service. The default implementation is
JournalArticleLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
JournalArticleLocalServiceUtil| Method Summary | |
|---|---|
JournalArticle |
addArticle(long userId,
long groupId,
String articleId,
boolean autoArticleId,
double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
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)
|
void |
addArticleResources(JournalArticle article,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addArticleResources(JournalArticle article,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addArticleResources(long groupId,
String articleId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addArticleResources(long groupId,
String articleId,
String[] communityPermissions,
String[] guestPermissions)
|
JournalArticle |
addJournalArticle(JournalArticle journalArticle)
|
JournalArticle |
checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
void |
checkArticles()
|
void |
checkNewLine(long groupId,
String articleId,
double version)
|
void |
checkStructure(long groupId,
String articleId,
double version)
|
JournalArticle |
copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
createJournalArticle(long id)
|
void |
deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
void |
deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
void |
deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
|
void |
deleteArticles(long groupId)
|
void |
deleteJournalArticle(JournalArticle journalArticle)
|
void |
deleteJournalArticle(long id)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
JournalArticle |
expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
getArticle(long id)
|
JournalArticle |
getArticle(long groupId,
String articleId)
|
JournalArticle |
getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
getArticleByUrlTitle(long groupId,
String urlTitle)
|
String |
getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
getArticleContent(long groupId,
String articleId,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
|
String |
getArticleContent(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
List<JournalArticle> |
getArticles()
|
List<JournalArticle> |
getArticles(long groupId)
|
List<JournalArticle> |
getArticles(long groupId,
int start,
int end)
|
List<JournalArticle> |
getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
getArticlesBySmallImageId(long smallImageId)
|
int |
getArticlesCount(long groupId)
|
List<JournalArticle> |
getCompanyArticles(long companyId,
int status,
int start,
int end)
|
int |
getCompanyArticlesCount(long companyId,
int status)
|
JournalArticle |
getDisplayArticle(long groupId,
String articleId)
|
JournalArticle |
getJournalArticle(long id)
|
JournalArticle |
getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
|
List<JournalArticle> |
getJournalArticles(int start,
int end)
|
int |
getJournalArticlesCount()
|
JournalArticle |
getLatestArticle(long resourcePrimKey)
|
JournalArticle |
getLatestArticle(long resourcePrimKey,
int status)
|
JournalArticle |
getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
JournalArticle |
getLatestArticle(long groupId,
String articleId)
|
JournalArticle |
getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
double |
getLatestVersion(long groupId,
String articleId)
|
double |
getLatestVersion(long groupId,
String articleId,
int status)
|
List<JournalArticle> |
getStructureArticles(long groupId,
String structureId)
|
List<JournalArticle> |
getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
int |
getStructureArticlesCount(long groupId,
String structureId)
|
List<JournalArticle> |
getTemplateArticles(long groupId,
String templateId)
|
List<JournalArticle> |
getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
int |
getTemplateArticlesCount(long groupId,
String templateId)
|
boolean |
hasArticle(long groupId,
String articleId)
|
boolean |
isLatestVersion(long groupId,
String articleId,
double version)
|
boolean |
isLatestVersion(long groupId,
String articleId,
double version,
int status)
|
JournalArticle |
removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
List<JournalArticle> |
search(long companyId,
long groupId,
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,
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,
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,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
|
int |
searchCount(long companyId,
long groupId,
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,
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)
|
JournalArticle |
updateArticle(long userId,
long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
updateArticle(long userId,
long groupId,
String articleId,
double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
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)
|
void |
updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames)
|
JournalArticle |
updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
updateJournalArticle(JournalArticle journalArticle)
|
JournalArticle |
updateJournalArticle(JournalArticle journalArticle,
boolean merge)
|
JournalArticle |
updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
JournalArticle |
updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
| Method Detail |
|---|
JournalArticle addJournalArticle(JournalArticle journalArticle)
throws SystemException
SystemExceptionJournalArticle createJournalArticle(long id)
void deleteJournalArticle(long id)
throws PortalException,
SystemException
PortalException
SystemException
void deleteJournalArticle(JournalArticle journalArticle)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getJournalArticle(long id)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getJournalArticles(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getJournalArticlesCount()
throws SystemException
SystemException
JournalArticle updateJournalArticle(JournalArticle journalArticle)
throws SystemException
SystemException
JournalArticle updateJournalArticle(JournalArticle journalArticle,
boolean merge)
throws SystemException
SystemException
JournalArticle addArticle(long userId,
long groupId,
String articleId,
boolean autoArticleId,
double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
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
PortalException
SystemException
void addArticleResources(JournalArticle article,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addArticleResources(JournalArticle article,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addArticleResources(long groupId,
String articleId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addArticleResources(long groupId,
String articleId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
void checkArticles()
throws PortalException,
SystemException
PortalException
SystemException
void checkNewLine(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
void checkStructure(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticle(long groupId,
String articleId,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void deleteArticles(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getArticle(long id)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getArticle(long groupId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getArticle(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getArticleByUrlTitle(long groupId,
String urlTitle)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getArticleContent(long groupId,
String articleId,
double version,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getArticleContent(long groupId,
String articleId,
String viewMode,
String templateId,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getArticleContent(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
double version,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticleDisplay getArticleDisplay(long groupId,
String articleId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticles()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticles(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticles(long groupId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticles(long groupId,
String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getArticlesBySmallImageId(long smallImageId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getArticlesCount(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getCompanyArticles(long companyId,
int status,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCompanyArticlesCount(long companyId,
int status)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getDisplayArticle(long groupId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticle(long resourcePrimKey)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticle(long resourcePrimKey,
int status)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticle(long groupId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticle(long groupId,
String articleId,
int status)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalArticle getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
double getLatestVersion(long groupId,
String articleId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
double getLatestVersion(long groupId,
String articleId,
int status)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getStructureArticles(long groupId,
String structureId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getStructureArticlesCount(long groupId,
String structureId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getTemplateArticles(long groupId,
String templateId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getTemplateArticlesCount(long groupId,
String templateId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean hasArticle(long groupId,
String articleId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean isLatestVersion(long groupId,
String articleId,
double version)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean isLatestVersion(long groupId,
String articleId,
double version,
int status)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> search(long companyId,
long groupId,
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> search(long companyId,
long groupId,
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<JournalArticle> search(long companyId,
long groupId,
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
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
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long companyId,
long groupId,
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
SystemException
JournalArticle updateArticle(long userId,
long groupId,
String articleId,
double version,
String content)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle updateArticle(long userId,
long groupId,
String articleId,
double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
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
PortalException
SystemException
void updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle updateContent(long groupId,
String articleId,
double version,
String content)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
JournalArticle updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||