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

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetEntryServiceSoapBindingStub
All Implemented Interfaces:
AssetEntryServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portlet_Asset_AssetEntryServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements AssetEntryServiceSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
Portlet_Asset_AssetEntryServiceSoapBindingStub()
           
Portlet_Asset_AssetEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Asset_AssetEntryServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 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 org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Asset_AssetEntryServiceSoapBindingStub

public Portlet_Asset_AssetEntryServiceSoapBindingStub()
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Asset_AssetEntryServiceSoapBindingStub

public Portlet_Asset_AssetEntryServiceSoapBindingStub(java.net.URL endpointURL,
                                                      javax.xml.rpc.Service service)
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portlet_Asset_AssetEntryServiceSoapBindingStub

public Portlet_Asset_AssetEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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