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)
           
 BlogsEntrySoap getEntry(long entryId)
           
 BlogsEntrySoap getEntry(long groupId, java.lang.String urlTitle)
           
 BlogsEntrySoap[] getGroupEntries(long groupId, int max)
           
 BlogsEntrySoap[] getOrganizationEntries(long organizationId, int max)
           
 
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

getEntry

public BlogsEntrySoap getEntry(long groupId,
                               java.lang.String urlTitle)
                        throws java.rmi.RemoteException
Specified by:
getEntry 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

deleteEntry

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