com.liferay.portlet.tags.service
Class TagsAssetLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsAssetLocalServiceWrapper
All Implemented Interfaces:
TagsAssetLocalService

public class TagsAssetLocalServiceWrapper
extends java.lang.Object
implements TagsAssetLocalService

View Source

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

This class is a wrapper for TagsAssetLocalService.

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

Constructor Summary
TagsAssetLocalServiceWrapper(TagsAssetLocalService tagsAssetLocalService)
           
 
Method Summary
 TagsAsset addTagsAsset(TagsAsset tagsAsset)
           
 TagsAsset createTagsAsset(long assetId)
           
 void deleteAsset(long assetId)
           
 void deleteAsset(java.lang.String className, long classPK)
           
 void deleteAsset(TagsAsset asset)
           
 void deleteTagsAsset(long assetId)
           
 void deleteTagsAsset(TagsAsset tagsAsset)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 TagsAsset getAsset(long assetId)
           
 TagsAsset getAsset(java.lang.String className, long classPK)
           
 java.util.List<TagsAsset> getAssets(long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate, int start, int end)
           
 java.util.List<TagsAsset> getAssets(long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, int start, int end)
           
 java.util.List<TagsAsset> getAssets(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 start, int end)
           
 java.util.List<TagsAsset> getAssets(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate, int start, int end)
           
 java.util.List<TagsAsset> getAssets(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, int start, int end)
           
 java.util.List<TagsAsset> getAssets(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 start, int end)
           
 int getAssetsCount(long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount)
           
 int getAssetsCount(long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate)
           
 int getAssetsCount(long groupId, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount)
           
 int getAssetsCount(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean andOperator, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate)
           
 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)
           
 TagsAsset getTagsAsset(long assetId)
           
 java.util.List<TagsAsset> getTagsAssets(int start, int end)
           
 int getTagsAssetsCount()
           
 java.util.List<TagsAsset> getTopViewedAssets(java.lang.String[] className, boolean asc, int start, int end)
           
 java.util.List<TagsAsset> getTopViewedAssets(java.lang.String className, boolean asc, int start, int end)
           
 TagsAssetLocalService getWrappedTagsAssetLocalService()
           
 TagsAsset incrementViewCounter(java.lang.String className, long classPK)
           
 com.liferay.portal.kernel.search.Hits search(long companyId, java.lang.String portletId, java.lang.String keywords, int start, int end)
           
 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 userId, long groupId, java.lang.String className, long classPK, java.lang.String[] categoryNames, java.lang.String[] entryNames)
           
 TagsAsset updateAsset(long userId, long groupId, java.lang.String className, long classPK, java.lang.String[] categoryNames, java.lang.String[] entryNames, 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)
           
 TagsAsset updateAsset(long userId, long groupId, java.lang.String className, long classPK, java.lang.String[] categoryNames, java.lang.String[] entryNames, 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)
           
 TagsAsset updateTagsAsset(TagsAsset tagsAsset)
           
 TagsAsset updateTagsAsset(TagsAsset tagsAsset, boolean merge)
           
 TagsAsset updateVisible(java.lang.String className, long classPK, boolean visible)
           
 void validate(java.lang.String className, java.lang.String[] entryNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsAssetLocalServiceWrapper

public TagsAssetLocalServiceWrapper(TagsAssetLocalService tagsAssetLocalService)
Method Detail

addTagsAsset

public TagsAsset addTagsAsset(TagsAsset tagsAsset)
                       throws com.liferay.portal.SystemException
Specified by:
addTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

createTagsAsset

public TagsAsset createTagsAsset(long assetId)
Specified by:
createTagsAsset in interface TagsAssetLocalService

deleteTagsAsset

public void deleteTagsAsset(long assetId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
deleteTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTagsAsset

public void deleteTagsAsset(TagsAsset tagsAsset)
                     throws com.liferay.portal.SystemException
Specified by:
deleteTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getTagsAsset

public TagsAsset getTagsAsset(long assetId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
getTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTagsAssets

public java.util.List<TagsAsset> getTagsAssets(int start,
                                               int end)
                                        throws com.liferay.portal.SystemException
Specified by:
getTagsAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getTagsAssetsCount

public int getTagsAssetsCount()
                       throws com.liferay.portal.SystemException
Specified by:
getTagsAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

updateTagsAsset

public TagsAsset updateTagsAsset(TagsAsset tagsAsset)
                          throws com.liferay.portal.SystemException
Specified by:
updateTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

updateTagsAsset

public TagsAsset updateTagsAsset(TagsAsset tagsAsset,
                                 boolean merge)
                          throws com.liferay.portal.SystemException
Specified by:
updateTagsAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

deleteAsset

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

deleteAsset

public void deleteAsset(java.lang.String className,
                        long classPK)
                 throws com.liferay.portal.SystemException
Specified by:
deleteAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

deleteAsset

public void deleteAsset(TagsAsset asset)
                 throws com.liferay.portal.SystemException
Specified by:
deleteAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAsset

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

getAsset

public TagsAsset getAsset(java.lang.String className,
                          long classPK)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(long groupId,
                                           long[] classNameIds,
                                           long[] entryIds,
                                           long[] notEntryIds,
                                           boolean andOperator,
                                           boolean excludeZeroViewCount,
                                           java.util.Date publishDate,
                                           java.util.Date expirationDate,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(long groupId,
                                           long[] classNameIds,
                                           long[] entryIds,
                                           long[] notEntryIds,
                                           boolean andOperator,
                                           boolean excludeZeroViewCount,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(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 start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(long[] entryIds,
                                           long[] notEntryIds,
                                           boolean andOperator,
                                           boolean excludeZeroViewCount,
                                           java.util.Date publishDate,
                                           java.util.Date expirationDate,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(long[] entryIds,
                                           long[] notEntryIds,
                                           boolean andOperator,
                                           boolean excludeZeroViewCount,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssets

public java.util.List<TagsAsset> getAssets(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 start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssetsCount

public int getAssetsCount(long groupId,
                          long[] entryIds,
                          long[] notEntryIds,
                          boolean andOperator,
                          boolean excludeZeroViewCount)
                   throws com.liferay.portal.SystemException
Specified by:
getAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssetsCount

public int getAssetsCount(long groupId,
                          long[] classNameIds,
                          long[] entryIds,
                          long[] notEntryIds,
                          boolean andOperator,
                          boolean excludeZeroViewCount,
                          java.util.Date publishDate,
                          java.util.Date expirationDate)
                   throws com.liferay.portal.SystemException
Specified by:
getAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssetsCount

public int getAssetsCount(long[] entryIds,
                          long[] notEntryIds,
                          boolean andOperator,
                          boolean excludeZeroViewCount)
                   throws com.liferay.portal.SystemException
Specified by:
getAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssetsCount

public int getAssetsCount(long[] entryIds,
                          long[] notEntryIds,
                          boolean andOperator,
                          boolean excludeZeroViewCount,
                          java.util.Date publishDate,
                          java.util.Date expirationDate)
                   throws com.liferay.portal.SystemException
Specified by:
getAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getAssetTypes

public TagsAssetType[] getAssetTypes(java.lang.String languageId)
Specified by:
getAssetTypes in interface TagsAssetLocalService

getCompanyAssetDisplays

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

getCompanyAssets

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

getCompanyAssetsCount

public int getCompanyAssetsCount(long companyId)
                          throws com.liferay.portal.SystemException
Specified by:
getCompanyAssetsCount in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getTopViewedAssets

public java.util.List<TagsAsset> getTopViewedAssets(java.lang.String className,
                                                    boolean asc,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getTopViewedAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

getTopViewedAssets

public java.util.List<TagsAsset> getTopViewedAssets(java.lang.String[] className,
                                                    boolean asc,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getTopViewedAssets in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

incrementViewCounter

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

search

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

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
Specified by:
searchAssetDisplays in interface TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

searchAssetDisplaysCount

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

updateAsset

public TagsAsset updateAsset(long userId,
                             long groupId,
                             java.lang.String className,
                             long classPK,
                             java.lang.String[] categoryNames,
                             java.lang.String[] entryNames)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateAsset

public TagsAsset updateAsset(long userId,
                             long groupId,
                             java.lang.String className,
                             long classPK,
                             java.lang.String[] categoryNames,
                             java.lang.String[] entryNames,
                             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)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateAsset

public TagsAsset updateAsset(long userId,
                             long groupId,
                             java.lang.String className,
                             long classPK,
                             java.lang.String[] categoryNames,
                             java.lang.String[] entryNames,
                             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 com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateAsset in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateVisible

public TagsAsset updateVisible(java.lang.String className,
                               long classPK,
                               boolean visible)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
updateVisible in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

validate

public void validate(java.lang.String className,
                     java.lang.String[] entryNames)
              throws com.liferay.portal.PortalException
Specified by:
validate in interface TagsAssetLocalService
Throws:
com.liferay.portal.PortalException

getWrappedTagsAssetLocalService

public TagsAssetLocalService getWrappedTagsAssetLocalService()