Liferay 6.0.5

Uses of Class
com.liferay.portlet.journal.model.JournalArticleSoap

Packages that use JournalArticleSoap
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service.http   
 

Uses of JournalArticleSoap in com.liferay.portlet.journal.model
 

Methods in com.liferay.portlet.journal.model that return JournalArticleSoap
static JournalArticleSoap JournalArticleSoap.toSoapModel(JournalArticle model)
           
static JournalArticleSoap[] JournalArticleSoap.toSoapModels(JournalArticle[] models)
           
static JournalArticleSoap[][] JournalArticleSoap.toSoapModels(JournalArticle[][] models)
           
static JournalArticleSoap[] JournalArticleSoap.toSoapModels(List<JournalArticle> models)
           
 

Uses of JournalArticleSoap in com.liferay.portlet.journal.model.impl
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalArticleSoap
static JournalArticle JournalArticleModelImpl.toModel(JournalArticleSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<JournalArticle> JournalArticleModelImpl.toModels(JournalArticleSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of JournalArticleSoap in com.liferay.portlet.journal.service.http
 

Methods in com.liferay.portlet.journal.service.http that return JournalArticleSoap
static JournalArticleSoap JournalArticleServiceSoap.addArticle(long groupId, String articleId, boolean autoArticleId, 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, String articleURL, ServiceContext serviceContext)
           
static JournalArticleSoap JournalArticleServiceSoap.copyArticle(long groupId, String oldArticleId, String newArticleId, boolean autoArticleId, double version)
           
static JournalArticleSoap JournalArticleServiceSoap.expireArticle(long groupId, String articleId, double version, String articleURL, ServiceContext serviceContext)
           
static JournalArticleSoap JournalArticleServiceSoap.getArticle(long groupId, String articleId)
           
static JournalArticleSoap JournalArticleServiceSoap.getArticle(long groupId, String articleId, double version)
           
static JournalArticleSoap JournalArticleServiceSoap.getArticleByUrlTitle(long groupId, String urlTitle)
           
static JournalArticleSoap JournalArticleServiceSoap.getLatestArticle(long groupId, String articleId, int status)
           
static JournalArticleSoap JournalArticleServiceSoap.removeArticleLocale(long groupId, String articleId, double version, String languageId)
           
static JournalArticleSoap JournalArticleServiceSoap.updateArticle(long groupId, String articleId, double version, String content)
           
static JournalArticleSoap JournalArticleServiceSoap.updateContent(long groupId, String articleId, double version, String content)
           
 


Liferay 6.0.5