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()
           
 AssetEntrySoap[] getCompanyEntries(long companyId, int start, int end)
           
 int getCompanyEntriesCount(long companyId)
           
 AssetEntrySoap[] getEntries(AssetEntryQuery entryQuery)
           
 int getEntriesCount(AssetEntryQuery entryQuery)
           
 AssetEntrySoap getEntry(long entryId)
           
 AssetEntrySoap incrementViewCounter(java.lang.String className, long classPK)
           
 AssetEntrySoap updateEntry(long groupId, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, 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, java.lang.String layoutUuid, 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

getCompanyEntriesCount

public int getCompanyEntriesCount(long companyId)
                           throws java.rmi.RemoteException
Specified by:
getCompanyEntriesCount 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

getEntriesCount

public int getEntriesCount(AssetEntryQuery entryQuery)
                    throws java.rmi.RemoteException
Specified by:
getEntriesCount 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

getEntry

public AssetEntrySoap getEntry(long entryId)
                        throws java.rmi.RemoteException
Specified by:
getEntry 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

updateEntry

public AssetEntrySoap updateEntry(long groupId,
                                  java.lang.String className,
                                  long classPK,
                                  java.lang.String classUuid,
                                  long classTypeId,
                                  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,
                                  java.lang.String layoutUuid,
                                  int height,
                                  int width,
                                  int priority,
                                  boolean sync)
                           throws java.rmi.RemoteException
Specified by:
updateEntry in interface AssetEntryServiceSoap
Throws:
java.rmi.RemoteException