com.liferay.client.portlet.blogs.service.http
Class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.portlet.blogs.service.http.Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
All Implemented Interfaces:
BlogsEntryServiceSoap, java.rmi.Remote

public class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
extends java.lang.Object
implements BlogsEntryServiceSoap


Constructor Summary
Portlet_Blogs_BlogsEntryServiceSoapBindingImpl()
           
 
Method Summary
 void deleteEntry(long entryId)
           
 BlogsEntrySoap[] getCompanyEntries(long companyId, int max)
           
 java.lang.String getCompanyEntriesRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 BlogsEntrySoap getEntry(long entryId)
           
 BlogsEntrySoap getEntry(long groupId, java.lang.String urlTitle)
           
 BlogsEntrySoap[] getGroupEntries(long groupId, int max)
           
 java.lang.String getGroupEntriesRSS(long groupId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 BlogsEntrySoap[] getOrganizationEntries(long organizationId, int max)
           
 java.lang.String getOrganizationEntriesRSS(long organizationId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Blogs_BlogsEntryServiceSoapBindingImpl

public Portlet_Blogs_BlogsEntryServiceSoapBindingImpl()
Method Detail

getCompanyEntries

public BlogsEntrySoap[] getCompanyEntries(long companyId,
                                          int max)
                                   throws java.rmi.RemoteException
Specified by:
getCompanyEntries in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupEntries

public BlogsEntrySoap[] getGroupEntries(long groupId,
                                        int max)
                                 throws java.rmi.RemoteException
Specified by:
getGroupEntries in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getOrganizationEntries

public BlogsEntrySoap[] getOrganizationEntries(long organizationId,
                                               int max)
                                        throws java.rmi.RemoteException
Specified by:
getOrganizationEntries in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getCompanyEntriesRSS

public java.lang.String getCompanyEntriesRSS(long companyId,
                                             int max,
                                             java.lang.String type,
                                             double version,
                                             java.lang.String displayStyle,
                                             java.lang.String feedURL,
                                             java.lang.String entryURL)
                                      throws java.rmi.RemoteException
Specified by:
getCompanyEntriesRSS in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupEntriesRSS

public java.lang.String getGroupEntriesRSS(long groupId,
                                           int max,
                                           java.lang.String type,
                                           double version,
                                           java.lang.String displayStyle,
                                           java.lang.String feedURL,
                                           java.lang.String entryURL)
                                    throws java.rmi.RemoteException
Specified by:
getGroupEntriesRSS in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getOrganizationEntriesRSS

public java.lang.String getOrganizationEntriesRSS(long organizationId,
                                                  int max,
                                                  java.lang.String type,
                                                  double version,
                                                  java.lang.String displayStyle,
                                                  java.lang.String feedURL,
                                                  java.lang.String entryURL)
                                           throws java.rmi.RemoteException
Specified by:
getOrganizationEntriesRSS in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntry

public BlogsEntrySoap getEntry(long entryId)
                        throws java.rmi.RemoteException
Specified by:
getEntry in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntry

public BlogsEntrySoap getEntry(long groupId,
                               java.lang.String urlTitle)
                        throws java.rmi.RemoteException
Specified by:
getEntry in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteEntry

public void deleteEntry(long entryId)
                 throws java.rmi.RemoteException
Specified by:
deleteEntry in interface BlogsEntryServiceSoap
Throws:
java.rmi.RemoteException