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)
           
 java.lang.String getAssetsRSS(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, java.lang.String orderByCol1, java.lang.String orderByCol2, java.lang.String orderByType1, java.lang.String orderByType2, boolean excludeZeroViewCount, java.util.Calendar publishDate, java.util.Calendar expirationDate, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 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)
           
 java.lang.String getCompanyAssetsRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 TagsAssetSoap incrementViewCounter(java.lang.String className, long classPK)
           
 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(long groupId, 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, int priority)
           
 

Method Detail

deleteAsset

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

updateAsset

public TagsAssetSoap updateAsset(long groupId,
                                 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,
                                 int priority)
                          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

incrementViewCounter

public TagsAssetSoap incrementViewCounter(java.lang.String className,
                                          long classPK)
                                   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

getAssetsRSS

public java.lang.String getAssetsRSS(long groupId,
                                     long[] classNameIds,
                                     long[] entryIds,
                                     long[] notEntryIds,
                                     boolean andOperator,
                                     java.lang.String orderByCol1,
                                     java.lang.String orderByCol2,
                                     java.lang.String orderByType1,
                                     java.lang.String orderByType2,
                                     boolean excludeZeroViewCount,
                                     java.util.Calendar publishDate,
                                     java.util.Calendar expirationDate,
                                     int max,
                                     java.lang.String type,
                                     double version,
                                     java.lang.String displayStyle,
                                     java.lang.String feedURL,
                                     java.lang.String entryURL)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyAssetsRSS

public java.lang.String getCompanyAssetsRSS(long companyId,
                                            int max,
                                            java.lang.String type,
                                            double version,
                                            java.lang.String displayStyle,
                                            java.lang.String feedURL,
                                            java.lang.String entryURL)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException