com.liferay.client.portlet.tags.service.http
Interface TagsAssetServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Tags_TagsAssetServiceSoapBindingImpl, Portlet_Tags_TagsAssetServiceSoapBindingStub

public interface TagsAssetServiceSoap
extends java.rmi.Remote


Method Summary
 void deleteAsset(long assetId)
           
 TagsAssetSoap getAsset(long assetId)
           
 TagsAssetType[] getAssetTypes(java.lang.String languageId)
           
 TagsAssetDisplay[] getCompanyAssetDisplays(long companyId, int begin, int end, java.lang.String languageId)
           
 TagsAssetSoap[] getCompanyAssets(long companyId, int begin, int end)
           
 int getCompanyAssetsCount(long companyId)
           
 TagsAssetDisplay[] searchAssetDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int begin, int end)
           
 int searchAssetDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId)
           
 TagsAssetSoap updateAsset(java.lang.String className, long classPK, java.lang.String[] entryNames, 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)
           
 

Method Detail

deleteAsset

public void deleteAsset(long assetId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateAsset

public TagsAssetSoap updateAsset(java.lang.String className,
                                 long classPK,
                                 java.lang.String[] entryNames,
                                 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)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAsset

public TagsAssetSoap getAsset(long assetId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAssetTypes

public TagsAssetType[] getAssetTypes(java.lang.String languageId)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyAssetDisplays

public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
                                                  int begin,
                                                  int end,
                                                  java.lang.String languageId)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyAssets

public TagsAssetSoap[] getCompanyAssets(long companyId,
                                        int begin,
                                        int end)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyAssetsCount

public int getCompanyAssetsCount(long companyId)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchAssetDisplays

public TagsAssetDisplay[] searchAssetDisplays(long companyId,
                                              java.lang.String portletId,
                                              java.lang.String keywords,
                                              java.lang.String languageId,
                                              int begin,
                                              int end)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

searchAssetDisplaysCount

public int searchAssetDisplaysCount(long companyId,
                                    java.lang.String portletId,
                                    java.lang.String keywords,
                                    java.lang.String languageId)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException