com.liferay.portlet.asset.service
Class AssetEntryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetEntryLocalServiceWrapper
All Implemented Interfaces:
AssetEntryLocalService

public class AssetEntryLocalServiceWrapper
extends java.lang.Object
implements AssetEntryLocalService

View Source

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

This class is a wrapper for AssetEntryLocalService.

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

Constructor Summary
AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService)
           
 
Method Summary
 AssetEntry addAssetEntry(AssetEntry assetEntry)
           
 AssetEntry createAssetEntry(long entryId)
           
 void deleteAssetEntry(AssetEntry assetEntry)
           
 void deleteAssetEntry(long entryId)
           
 void deleteEntry(AssetEntry entry)
           
 void deleteEntry(long entryId)
           
 void deleteEntry(java.lang.String className, long classPK)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<AssetEntry> getAncestorEntries(long entryId)
           
 java.util.List<AssetEntry> getAssetEntries(int start, int end)
           
 int getAssetEntriesCount()
           
 AssetEntry getAssetEntry(long entryId)
           
 java.util.List<AssetEntry> getChildEntries(long entryId)
           
 java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
           
 int getCompanyEntriesCount(long companyId)
           
 AssetEntryDisplay[] getCompanyEntryDisplays(long companyId, int start, int end, java.lang.String languageId)
           
 java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
           
 int getEntriesCount(AssetEntryQuery entryQuery)
           
 AssetEntry getEntry(long entryId)
           
 AssetEntry getEntry(java.lang.String className, long classPK)
           
 AssetEntry getNextEntry(long entryId)
           
 AssetEntry getParentEntry(long entryId)
           
 AssetEntry getPreviousEntry(long entryId)
           
 java.util.List<AssetEntry> getTopViewedEntries(java.lang.String[] className, boolean asc, int start, int end)
           
 java.util.List<AssetEntry> getTopViewedEntries(java.lang.String className, boolean asc, int start, int end)
           
 AssetEntryLocalService getWrappedAssetEntryLocalService()
           
 void incrementViewCounter(long userId, java.lang.String className, long classPK)
           
 Hits search(long companyId, long[] groupIds, java.lang.String portletId, java.lang.String userName, java.lang.String title, java.lang.String description, java.lang.String assetCategoryIds, java.lang.String assetTagNames, boolean andSearch, int start, int end)
           
 Hits search(long companyId, java.lang.String portletId, java.lang.String keywords, int start, int end)
           
 AssetEntryDisplay[] searchEntryDisplays(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId, int start, int end)
           
 int searchEntryDisplaysCount(long companyId, java.lang.String portletId, java.lang.String keywords, java.lang.String languageId)
           
 AssetEntry updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, long[] categoryIds, java.lang.String[] tagNames)
           
 AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, long[] categoryIds, java.lang.String[] tagNames, boolean visible, 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, boolean sync)
           
 AssetEntry updateVisible(java.lang.String className, long classPK, boolean visible)
           
 void validate(java.lang.String className, long[] categoryIds, java.lang.String[] tagNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryLocalServiceWrapper

public AssetEntryLocalServiceWrapper(AssetEntryLocalService assetEntryLocalService)
Method Detail

addAssetEntry

public AssetEntry addAssetEntry(AssetEntry assetEntry)
                         throws SystemException
Specified by:
addAssetEntry in interface AssetEntryLocalService
Throws:
SystemException

createAssetEntry

public AssetEntry createAssetEntry(long entryId)
Specified by:
createAssetEntry in interface AssetEntryLocalService

deleteAssetEntry

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

deleteAssetEntry

public void deleteAssetEntry(AssetEntry assetEntry)
                      throws SystemException
Specified by:
deleteAssetEntry in interface AssetEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetEntryLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface AssetEntryLocalService
Throws:
SystemException

getAssetEntry

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

getAssetEntries

public java.util.List<AssetEntry> getAssetEntries(int start,
                                                  int end)
                                           throws SystemException
Specified by:
getAssetEntries in interface AssetEntryLocalService
Throws:
SystemException

getAssetEntriesCount

public int getAssetEntriesCount()
                         throws SystemException
Specified by:
getAssetEntriesCount in interface AssetEntryLocalService
Throws:
SystemException

updateAssetEntry

public AssetEntry updateAssetEntry(AssetEntry assetEntry)
                            throws SystemException
Specified by:
updateAssetEntry in interface AssetEntryLocalService
Throws:
SystemException

updateAssetEntry

public AssetEntry updateAssetEntry(AssetEntry assetEntry,
                                   boolean merge)
                            throws SystemException
Specified by:
updateAssetEntry in interface AssetEntryLocalService
Throws:
SystemException

deleteEntry

public void deleteEntry(AssetEntry entry)
                 throws SystemException
Specified by:
deleteEntry in interface AssetEntryLocalService
Throws:
SystemException

deleteEntry

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

deleteEntry

public void deleteEntry(java.lang.String className,
                        long classPK)
                 throws SystemException
Specified by:
deleteEntry in interface AssetEntryLocalService
Throws:
SystemException

getAncestorEntries

public java.util.List<AssetEntry> getAncestorEntries(long entryId)
                                              throws PortalException,
                                                     SystemException
Specified by:
getAncestorEntries in interface AssetEntryLocalService
Throws:
PortalException
SystemException

getChildEntries

public java.util.List<AssetEntry> getChildEntries(long entryId)
                                           throws PortalException,
                                                  SystemException
Specified by:
getChildEntries in interface AssetEntryLocalService
Throws:
PortalException
SystemException

getCompanyEntries

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

getCompanyEntriesCount

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

getCompanyEntryDisplays

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

getEntries

public java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
                                      throws SystemException
Specified by:
getEntries in interface AssetEntryLocalService
Throws:
SystemException

getEntriesCount

public int getEntriesCount(AssetEntryQuery entryQuery)
                    throws SystemException
Specified by:
getEntriesCount in interface AssetEntryLocalService
Throws:
SystemException

getEntry

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

getEntry

public AssetEntry getEntry(java.lang.String className,
                           long classPK)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface AssetEntryLocalService
Throws:
PortalException
SystemException

getNextEntry

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

getParentEntry

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

getPreviousEntry

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

getTopViewedEntries

public java.util.List<AssetEntry> getTopViewedEntries(java.lang.String className,
                                                      boolean asc,
                                                      int start,
                                                      int end)
                                               throws SystemException
Specified by:
getTopViewedEntries in interface AssetEntryLocalService
Throws:
SystemException

getTopViewedEntries

public java.util.List<AssetEntry> getTopViewedEntries(java.lang.String[] className,
                                                      boolean asc,
                                                      int start,
                                                      int end)
                                               throws SystemException
Specified by:
getTopViewedEntries in interface AssetEntryLocalService
Throws:
SystemException

incrementViewCounter

public void incrementViewCounter(long userId,
                                 java.lang.String className,
                                 long classPK)
                          throws PortalException,
                                 SystemException
Specified by:
incrementViewCounter in interface AssetEntryLocalService
Throws:
PortalException
SystemException

search

public Hits search(long companyId,
                   java.lang.String portletId,
                   java.lang.String keywords,
                   int start,
                   int end)
            throws SystemException
Specified by:
search in interface AssetEntryLocalService
Throws:
SystemException

search

public Hits search(long companyId,
                   long[] groupIds,
                   java.lang.String portletId,
                   java.lang.String userName,
                   java.lang.String title,
                   java.lang.String description,
                   java.lang.String assetCategoryIds,
                   java.lang.String assetTagNames,
                   boolean andSearch,
                   int start,
                   int end)
            throws SystemException
Specified by:
search in interface AssetEntryLocalService
Throws:
SystemException

searchEntryDisplays

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

searchEntryDisplaysCount

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

updateEntry

public AssetEntry updateEntry(long userId,
                              long groupId,
                              java.lang.String className,
                              long classPK,
                              long[] categoryIds,
                              java.lang.String[] tagNames)
                       throws PortalException,
                              SystemException
Specified by:
updateEntry in interface AssetEntryLocalService
Throws:
PortalException
SystemException

updateEntry

public AssetEntry updateEntry(long userId,
                              long groupId,
                              java.lang.String className,
                              long classPK,
                              long[] categoryIds,
                              java.lang.String[] tagNames,
                              boolean visible,
                              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,
                              boolean sync)
                       throws PortalException,
                              SystemException
Specified by:
updateEntry in interface AssetEntryLocalService
Throws:
PortalException
SystemException

updateVisible

public AssetEntry updateVisible(java.lang.String className,
                                long classPK,
                                boolean visible)
                         throws PortalException,
                                SystemException
Specified by:
updateVisible in interface AssetEntryLocalService
Throws:
PortalException
SystemException

validate

public void validate(java.lang.String className,
                     long[] categoryIds,
                     java.lang.String[] tagNames)
              throws PortalException
Specified by:
validate in interface AssetEntryLocalService
Throws:
PortalException

getWrappedAssetEntryLocalService

public AssetEntryLocalService getWrappedAssetEntryLocalService()