Liferay 6.0.5

com.liferay.portlet.asset.service
Class AssetEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetEntryServiceWrapper
All Implemented Interfaces:
AssetEntryService

public class AssetEntryServiceWrapper
extends Object
implements AssetEntryService

This class is a wrapper for AssetEntryService.

See Also:
AssetEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetEntryServiceWrapper(AssetEntryService assetEntryService)
           
 
Method Summary
 void deleteEntry(long entryId)
           
 List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
           
 int getCompanyEntriesCount(long companyId)
           
 String getCompanyEntriesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String tagURL)
           
 AssetEntryDisplay[] getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
           
 int getEntriesCount(AssetEntryQuery entryQuery)
           
 String getEntriesRSS(AssetEntryQuery entryQuery, String name, String type, double version, String displayStyle, String feedURL, String tagURL)
           
 AssetEntry getEntry(long entryId)
           
 AssetEntryService getWrappedAssetEntryService()
           
 void incrementViewCounter(String className, long classPK)
           
 AssetEntryDisplay[] searchEntryDisplays(long companyId, String portletId, String keywords, String languageId, int start, int end)
           
 int searchEntryDisplaysCount(long companyId, String portletId, String keywords, String languageId)
           
 AssetEntry updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryServiceWrapper

public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
Method Detail

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface AssetEntryService
Throws:
PortalException
SystemException

getCompanyEntries

public List<AssetEntry> getCompanyEntries(long companyId,
                                          int start,
                                          int end)
                                   throws SystemException
Specified by:
getCompanyEntries in interface AssetEntryService
Throws:
SystemException

getCompanyEntriesCount

public int getCompanyEntriesCount(long companyId)
                           throws SystemException
Specified by:
getCompanyEntriesCount in interface AssetEntryService
Throws:
SystemException

getCompanyEntriesRSS

public String getCompanyEntriesRSS(long companyId,
                                   int max,
                                   String type,
                                   double version,
                                   String displayStyle,
                                   String feedURL,
                                   String tagURL)
                            throws PortalException,
                                   SystemException
Specified by:
getCompanyEntriesRSS in interface AssetEntryService
Throws:
PortalException
SystemException

getCompanyEntryDisplays

public AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
                                                   int start,
                                                   int end,
                                                   String languageId)
                                            throws SystemException
Specified by:
getCompanyEntryDisplays in interface AssetEntryService
Throws:
SystemException

getEntries

public List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
                            throws PortalException,
                                   SystemException
Specified by:
getEntries in interface AssetEntryService
Throws:
PortalException
SystemException

getEntriesCount

public int getEntriesCount(AssetEntryQuery entryQuery)
                    throws PortalException,
                           SystemException
Specified by:
getEntriesCount in interface AssetEntryService
Throws:
PortalException
SystemException

getEntriesRSS

public String getEntriesRSS(AssetEntryQuery entryQuery,
                            String name,
                            String type,
                            double version,
                            String displayStyle,
                            String feedURL,
                            String tagURL)
                     throws PortalException,
                            SystemException
Specified by:
getEntriesRSS in interface AssetEntryService
Throws:
PortalException
SystemException

getEntry

public AssetEntry getEntry(long entryId)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface AssetEntryService
Throws:
PortalException
SystemException

incrementViewCounter

public void incrementViewCounter(String className,
                                 long classPK)
                          throws PortalException,
                                 SystemException
Specified by:
incrementViewCounter in interface AssetEntryService
Throws:
PortalException
SystemException

searchEntryDisplays

public AssetEntryDisplay[] searchEntryDisplays(long companyId,
                                               String portletId,
                                               String keywords,
                                               String languageId,
                                               int start,
                                               int end)
                                        throws SystemException
Specified by:
searchEntryDisplays in interface AssetEntryService
Throws:
SystemException

searchEntryDisplaysCount

public int searchEntryDisplaysCount(long companyId,
                                    String portletId,
                                    String keywords,
                                    String languageId)
                             throws SystemException
Specified by:
searchEntryDisplaysCount in interface AssetEntryService
Throws:
SystemException

updateEntry

public AssetEntry updateEntry(long groupId,
                              String className,
                              long classPK,
                              String classUuid,
                              long[] categoryIds,
                              String[] tagNames,
                              boolean visible,
                              Date startDate,
                              Date endDate,
                              Date publishDate,
                              Date expirationDate,
                              String mimeType,
                              String title,
                              String description,
                              String summary,
                              String url,
                              int height,
                              int width,
                              Integer priority,
                              boolean sync)
                       throws PortalException,
                              SystemException
Specified by:
updateEntry in interface AssetEntryService
Throws:
PortalException
SystemException

getWrappedAssetEntryService

public AssetEntryService getWrappedAssetEntryService()

Liferay 6.0.5