com.liferay.client.soap.portlet.asset.service.http
Interface AssetEntryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Asset_AssetEntryServiceSoapBindingImpl, Portlet_Asset_AssetEntryServiceSoapBindingStub
public interface AssetEntryServiceSoap
- extends java.rmi.Remote
Method Summary |
void |
deleteEntry(long entryId)
|
AssetEntrySoap[] |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
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 tagURL)
|
AssetEntryDisplay[] |
getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
|
AssetEntrySoap[] |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
java.lang.String |
getEntriesRSS(AssetEntryQuery entryQuery,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
|
AssetEntrySoap |
getEntry(long entryId)
|
AssetEntrySoap |
incrementViewCounter(java.lang.String className,
long classPK)
|
AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
|
int |
searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
AssetEntrySoap |
updateEntry(long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.util.Calendar publishDate,
java.util.Calendar expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
int priority,
boolean sync)
|
updateEntry
AssetEntrySoap updateEntry(long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.util.Calendar publishDate,
java.util.Calendar expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
int height,
int width,
int priority,
boolean sync)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCompanyEntries
AssetEntrySoap[] getCompanyEntries(long companyId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCompanyEntriesCount
int getCompanyEntriesCount(long companyId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCompanyEntriesRSS
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 tagURL)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCompanyEntryDisplays
AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntriesCount
int getEntriesCount(AssetEntryQuery entryQuery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntriesRSS
java.lang.String getEntriesRSS(AssetEntryQuery entryQuery,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
incrementViewCounter
AssetEntrySoap incrementViewCounter(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
searchEntryDisplays
AssetEntryDisplay[] searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
searchEntryDisplaysCount
int searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
AssetEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
AssetEntrySoap[] getEntries(AssetEntryQuery entryQuery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException