public class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl extends java.lang.Object implements BlogsEntryServiceSoap
| Constructor and Description |
|---|
Portlet_Blogs_BlogsEntryServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
BlogsEntrySoap |
addEntry(java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
java.lang.String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
void |
deleteEntry(long entryId) |
BlogsEntrySoap[] |
getCompanyEntries(long companyId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap |
getEntry(long entryId) |
BlogsEntrySoap |
getEntry(long groupId,
java.lang.String urlTitle) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int start,
int end) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int max) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int start,
int end) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status) |
int |
getGroupEntriesCount(long groupId,
int status) |
BlogsEntrySoap[] |
getGroupsEntries(long companyId,
long groupId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap[] |
getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
int status) |
BlogsEntrySoap[] |
getOrganizationEntries(long organizationId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap |
moveEntryToTrash(long entryId) |
void |
restoreEntryFromTrash(long entryId) |
void |
subscribe(long groupId) |
void |
unsubscribe(long groupId) |
BlogsEntrySoap |
updateEntry(long entryId,
java.lang.String title,
java.lang.String subtitle,
java.lang.String description,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
java.lang.String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
public Portlet_Blogs_BlogsEntryServiceSoapBindingImpl()
public BlogsEntrySoap addEntry(java.lang.String title, java.lang.String subtitle, java.lang.String description, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, java.lang.String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws java.rmi.RemoteException
addEntry in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic void deleteEntry(long entryId)
throws java.rmi.RemoteException
deleteEntry in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getCompanyEntries(long companyId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
getCompanyEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap getEntry(long entryId) throws java.rmi.RemoteException
getEntry in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap getEntry(long groupId, java.lang.String urlTitle) throws java.rmi.RemoteException
getEntry in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status)
throws java.rmi.RemoteException
getGroupEntriesCount in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupEntriesCount(long groupId,
int status)
throws java.rmi.RemoteException
getGroupEntriesCount in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupEntries(long groupId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
getGroupEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupEntries(long groupId, java.util.Calendar displayDate, int status, int start, int end) throws java.rmi.RemoteException
getGroupEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupEntries(long groupId, int status, int max) throws java.rmi.RemoteException
getGroupEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupEntries(long groupId, int status, int start, int end) throws java.rmi.RemoteException
getGroupEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getGroupEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupUserEntriesCount(long groupId,
long userId,
int status)
throws java.rmi.RemoteException
getGroupUserEntriesCount in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
getGroupUserEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getGroupsEntries(long companyId, long groupId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
getGroupsEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap[] getOrganizationEntries(long organizationId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
getOrganizationEntries in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap moveEntryToTrash(long entryId) throws java.rmi.RemoteException
moveEntryToTrash in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic void restoreEntryFromTrash(long entryId)
throws java.rmi.RemoteException
restoreEntryFromTrash in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic void subscribe(long groupId)
throws java.rmi.RemoteException
subscribe in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic void unsubscribe(long groupId)
throws java.rmi.RemoteException
unsubscribe in interface BlogsEntryServiceSoapjava.rmi.RemoteExceptionpublic BlogsEntrySoap updateEntry(long entryId, java.lang.String title, java.lang.String subtitle, java.lang.String description, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, java.lang.String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws java.rmi.RemoteException
updateEntry in interface BlogsEntryServiceSoapjava.rmi.RemoteException