com.liferay.portlet.tags.service
Class TagsAssetServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsAssetServiceWrapper
All Implemented Interfaces:
TagsAssetService

public class TagsAssetServiceWrapper
extends java.lang.Object
implements TagsAssetService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for TagsAssetService.

Author:
Brian Wing Shun Chan
See Also:
TagsAssetService
Generated:

Constructor Summary
TagsAssetServiceWrapper(TagsAssetService tagsAssetService)
           
 
Method Summary
 void deleteAsset(long assetId)
           
 TagsAsset getAsset(long assetId)
           
 java.lang.String getAssetsRSS(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, java.lang.String orderByCol1, java.lang.String orderByCol2, java.lang.String orderByType1, java.lang.String orderByType2, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 TagsAssetType[] getAssetTypes(java.lang.String languageId)
           
 TagsAssetDisplay[] getCompanyAssetDisplays(long companyId, int start, int end, java.lang.String languageId)
           
 java.util.List<TagsAsset> getCompanyAssets(long companyId, int start, int end)
           
 int getCompanyAssetsCount(long companyId)
           
 java.lang.String getCompanyAssetsRSS(long companyId, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL)
           
 TagsAssetService getWrappedTagsAssetService()
           
 TagsAsset incrementViewCounter(java.lang.String className, long classPK)
           
 TagsAssetDisplay[] searchAssetDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int start, int end)
           
 int searchAssetDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId)
           
 TagsAsset updateAsset(long groupId, java.lang.String className, long classPK, java.lang.String[] entryNames, java.util.Date startDate, java.util.Date endDate, java.util.Date publishDate, java.util.Date 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, java.lang.Integer priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsAssetServiceWrapper

public TagsAssetServiceWrapper(TagsAssetService tagsAssetService)
Method Detail

deleteAsset

public void deleteAsset(long assetId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
deleteAsset in interface TagsAssetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getAsset

public TagsAsset getAsset(long assetId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException,
                          java.rmi.RemoteException
Specified by:
getAsset in interface TagsAssetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getAssetsRSS

public java.lang.String getAssetsRSS(long groupId,
                                     long[] classNameIds,
                                     long[] entryIds,
                                     long[] notEntryIds,
                                     boolean andOperator,
                                     java.lang.String orderByCol1,
                                     java.lang.String orderByCol2,
                                     java.lang.String orderByType1,
                                     java.lang.String orderByType2,
                                     boolean excludeZeroViewCount,
                                     java.util.Date publishDate,
                                     java.util.Date expirationDate,
                                     int max,
                                     java.lang.String type,
                                     double version,
                                     java.lang.String displayStyle,
                                     java.lang.String feedURL,
                                     java.lang.String entryURL)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException,
                                     java.rmi.RemoteException
Specified by:
getAssetsRSS in interface TagsAssetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getAssetTypes

public TagsAssetType[] getAssetTypes(java.lang.String languageId)
                              throws java.rmi.RemoteException
Specified by:
getAssetTypes in interface TagsAssetService
Throws:
java.rmi.RemoteException

getCompanyAssetDisplays

public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
                                                  int start,
                                                  int end,
                                                  java.lang.String languageId)
                                           throws com.liferay.portal.SystemException,
                                                  java.rmi.RemoteException
Specified by:
getCompanyAssetDisplays in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getCompanyAssets

public java.util.List<TagsAsset> getCompanyAssets(long companyId,
                                                  int start,
                                                  int end)
                                           throws com.liferay.portal.SystemException,
                                                  java.rmi.RemoteException
Specified by:
getCompanyAssets in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getCompanyAssetsCount

public int getCompanyAssetsCount(long companyId)
                          throws com.liferay.portal.SystemException,
                                 java.rmi.RemoteException
Specified by:
getCompanyAssetsCount in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getCompanyAssetsRSS

public java.lang.String getCompanyAssetsRSS(long companyId,
                                            int max,
                                            java.lang.String type,
                                            double version,
                                            java.lang.String displayStyle,
                                            java.lang.String feedURL,
                                            java.lang.String entryURL)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException,
                                            java.rmi.RemoteException
Specified by:
getCompanyAssetsRSS in interface TagsAssetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

incrementViewCounter

public TagsAsset incrementViewCounter(java.lang.String className,
                                      long classPK)
                               throws com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
incrementViewCounter in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

searchAssetDisplays

public TagsAssetDisplay[] searchAssetDisplays(long companyId,
                                              java.lang.String portletId,
                                              java.lang.String keywords,
                                              java.lang.String languageId,
                                              int start,
                                              int end)
                                       throws com.liferay.portal.SystemException,
                                              java.rmi.RemoteException
Specified by:
searchAssetDisplays in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

searchAssetDisplaysCount

public int searchAssetDisplaysCount(long companyId,
                                    java.lang.String portletId,
                                    java.lang.String keywords,
                                    java.lang.String languageId)
                             throws com.liferay.portal.SystemException,
                                    java.rmi.RemoteException
Specified by:
searchAssetDisplaysCount in interface TagsAssetService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

updateAsset

public TagsAsset updateAsset(long groupId,
                             java.lang.String className,
                             long classPK,
                             java.lang.String[] entryNames,
                             java.util.Date startDate,
                             java.util.Date endDate,
                             java.util.Date publishDate,
                             java.util.Date 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,
                             java.lang.Integer priority)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException,
                             java.rmi.RemoteException
Specified by:
updateAsset in interface TagsAssetService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedTagsAssetService

public TagsAssetService getWrappedTagsAssetService()