com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetEntryServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetEntryServiceSoapBindingImpl
All Implemented Interfaces:
AssetEntryServiceSoap, java.rmi.Remote

public class Portlet_Asset_AssetEntryServiceSoapBindingImpl
extends java.lang.Object
implements AssetEntryServiceSoap


Constructor Summary
Portlet_Asset_AssetEntryServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Asset_AssetEntryServiceSoapBindingImpl

public Portlet_Asset_AssetEntryServiceSoapBindingImpl()
Method Detail

updateEntry

public 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
Specified by:
updateEntry in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getCompanyEntries

public AssetEntrySoap[] getCompanyEntries(long companyId,
                                          int start,
                                          int end)
                                   throws java.rmi.RemoteException
Specified by:
getCompanyEntries in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getCompanyEntriesCount

public int getCompanyEntriesCount(long companyId)
                           throws java.rmi.RemoteException
Specified by:
getCompanyEntriesCount in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getCompanyEntriesRSS

public 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
Specified by:
getCompanyEntriesRSS in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getCompanyEntryDisplays

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

getEntriesCount

public int getEntriesCount(AssetEntryQuery entryQuery)
                    throws java.rmi.RemoteException
Specified by:
getEntriesCount in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntriesRSS

public 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
Specified by:
getEntriesRSS in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

incrementViewCounter

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

searchEntryDisplays

public AssetEntryDisplay[] searchEntryDisplays(long companyId,
                                               java.lang.String portletId,
                                               java.lang.String keywords,
                                               java.lang.String languageId,
                                               int start,
                                               int end)
                                        throws java.rmi.RemoteException
Specified by:
searchEntryDisplays in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

searchEntryDisplaysCount

public int searchEntryDisplaysCount(long companyId,
                                    java.lang.String portletId,
                                    java.lang.String keywords,
                                    java.lang.String languageId)
                             throws java.rmi.RemoteException
Specified by:
searchEntryDisplaysCount in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntry

public AssetEntrySoap getEntry(long entryId)
                        throws java.rmi.RemoteException
Specified by:
getEntry in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteEntry

public void deleteEntry(long entryId)
                 throws java.rmi.RemoteException
Specified by:
deleteEntry in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntries

public AssetEntrySoap[] getEntries(AssetEntryQuery entryQuery)
                            throws java.rmi.RemoteException
Specified by:
getEntries in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException