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

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