com.liferay.client.soap.portlet.blogs.service.http
Class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.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
Method Summary |
BlogsEntrySoap |
addEntry(java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
|
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)
|
BlogsEntrySoap |
updateEntry(long entryId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
public Portlet_Blogs_BlogsEntryServiceSoapBindingImpl()
addEntry
public BlogsEntrySoap addEntry(java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addEntry
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
updateEntry
public BlogsEntrySoap updateEntry(long entryId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateEntry
in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
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