com.liferay.client.portlet.journal.service.http
Interface JournalArticleServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Journal_JournalArticleServiceSoapBindingImpl, Portlet_Journal_JournalArticleServiceSoapBindingStub
- public interface JournalArticleServiceSoap
- extends java.rmi.Remote
getArticle
public JournalArticleSoap getArticle(long groupId,
java.lang.String articleId,
double version)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeArticleLocale
public JournalArticleSoap removeArticleLocale(long groupId,
java.lang.String articleId,
double version,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeArticleLocale
public void removeArticleLocale(long companyId,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateContent
public JournalArticleSoap updateContent(long groupId,
java.lang.String articleId,
double version,
java.lang.String content)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException