com.liferay.client.portlet.tags.service.http
Class Portlet_Tags_TagsAssetServiceSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.liferay.client.portlet.tags.service.http.Portlet_Tags_TagsAssetServiceSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, TagsAssetServiceSoap

public class Portlet_Tags_TagsAssetServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements TagsAssetServiceSoap


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_Tags_TagsAssetServiceSoapBindingStub()
           
Portlet_Tags_TagsAssetServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portlet_Tags_TagsAssetServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 void deleteAsset(long assetId)
           
 TagsAssetSoap getAsset(long assetId)
           
 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)
           
 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(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)
           
 
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_Tags_TagsAssetServiceSoapBindingStub

public Portlet_Tags_TagsAssetServiceSoapBindingStub()
                                             throws org.apache.axis.AxisFault

Portlet_Tags_TagsAssetServiceSoapBindingStub

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

Portlet_Tags_TagsAssetServiceSoapBindingStub

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

createCall

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

deleteAsset

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

updateAsset

public TagsAssetSoap updateAsset(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)
                          throws java.rmi.RemoteException
Specified by:
updateAsset 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

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 begin,
                                                  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 begin,
                                        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

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
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