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 |
AssetEntrySoap[] |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
AssetEntrySoap[] |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
AssetEntrySoap |
getEntry(long entryId)
|
AssetEntrySoap |
incrementViewCounter(java.lang.String className,
long classPK)
|
AssetEntrySoap |
updateEntry(long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
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,
java.lang.String layoutUuid,
int height,
int width,
int priority,
boolean sync)
|
getCompanyEntriesCount
int getCompanyEntriesCount(long companyId)
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
getEntriesCount
int getEntriesCount(AssetEntryQuery entryQuery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
AssetEntrySoap[] getEntries(AssetEntryQuery entryQuery)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
AssetEntrySoap getEntry(long entryId)
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
updateEntry
AssetEntrySoap updateEntry(long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
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,
java.lang.String layoutUuid,
int height,
int width,
int priority,
boolean sync)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException