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
JournalArticleSoap getArticle(long groupId,
java.lang.String articleId,
double version)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeArticleLocale
JournalArticleSoap removeArticleLocale(long groupId,
java.lang.String articleId,
double version,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeArticleLocale
void removeArticleLocale(long companyId,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateContent
JournalArticleSoap updateContent(long groupId,
java.lang.String articleId,
double version,
java.lang.String content)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException