com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsAssetServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.tags.service.http.Portlet_Tags_TagsAssetServiceSoapBindingImpl
All Implemented Interfaces:
TagsAssetServiceSoap, java.rmi.Remote

public class Portlet_Tags_TagsAssetServiceSoapBindingImpl
extends java.lang.Object
implements TagsAssetServiceSoap


Constructor Summary
Portlet_Tags_TagsAssetServiceSoapBindingImpl()
           
 
Method Summary
 void deleteAsset(long assetId)
           
 TagsAssetSoap getAsset(long assetId)
           
 TagsAssetSoap[] getAssets(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 start, int end)
           
 int getAssetsCount(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Calendar publishDate, java.util.Calendar expirationDate)
           
 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 start, int end, java.lang.String languageId)
           
 TagsAssetSoap[] getCompanyAssets(long companyId, int start, 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 start, 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[] categoryNames, java.lang.String[] entryNames, 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Tags_TagsAssetServiceSoapBindingImpl

public Portlet_Tags_TagsAssetServiceSoapBindingImpl()
Method Detail

deleteAsset

public void deleteAsset(long assetId)
                 throws java.rmi.RemoteException
Specified by:
deleteAsset in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getAsset

public TagsAssetSoap getAsset(long assetId)
                       throws java.rmi.RemoteException
Specified by:
getAsset in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getAssets

public TagsAssetSoap[] getAssets(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 start,
                                 int end)
                          throws java.rmi.RemoteException
Specified by:
getAssets in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getAssetsCount

public int getAssetsCount(long groupId,
                          long[] classNameIds,
                          long[] entryIds,
                          long[] notEntryIds,
                          boolean andOperator,
                          boolean excludeZeroViewCount,
                          java.util.Calendar publishDate,
                          java.util.Calendar expirationDate)
                   throws java.rmi.RemoteException
Specified by:
getAssetsCount in interface TagsAssetServiceSoap
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
Specified by:
getAssetsRSS in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getAssetTypes

public TagsAssetType[] getAssetTypes(java.lang.String languageId)
                              throws java.rmi.RemoteException
Specified by:
getAssetTypes in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getCompanyAssetDisplays

public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
                                                  int start,
                                                  int end,
                                                  java.lang.String languageId)
                                           throws java.rmi.RemoteException
Specified by:
getCompanyAssetDisplays in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getCompanyAssets

public TagsAssetSoap[] getCompanyAssets(long companyId,
                                        int start,
                                        int end)
                                 throws java.rmi.RemoteException
Specified by:
getCompanyAssets in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

getCompanyAssetsCount

public int getCompanyAssetsCount(long companyId)
                          throws java.rmi.RemoteException
Specified by:
getCompanyAssetsCount in interface TagsAssetServiceSoap
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
Specified by:
getCompanyAssetsRSS in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

incrementViewCounter

public TagsAssetSoap incrementViewCounter(java.lang.String className,
                                          long classPK)
                                   throws java.rmi.RemoteException
Specified by:
incrementViewCounter in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

searchAssetDisplays

public TagsAssetDisplay[] searchAssetDisplays(long companyId,
                                              java.lang.String portletId,
                                              java.lang.String keywords,
                                              java.lang.String languageId,
                                              int start,
                                              int end)
                                       throws java.rmi.RemoteException
Specified by:
searchAssetDisplays in interface TagsAssetServiceSoap
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
Specified by:
searchAssetDisplaysCount in interface TagsAssetServiceSoap
Throws:
java.rmi.RemoteException

updateAsset

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