com.liferay.portlet.tags.service.persistence
Interface TagsAssetFinder


public interface TagsAssetFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByAndEntryIds(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate)
           
 int countByOrEntryIds(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, boolean excludeZeroViewCount, java.util.Date publishDate, java.util.Date expirationDate)
           
 java.util.List findByAndEntryIds(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, 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 begin, int end)
           
 java.util.List findByOrEntryIds(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate)
           
 java.util.List findByOrEntryIds(long groupId, long[] classNameIds, long[] entryIds, long[] notEntryIds, 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 begin, int end)
           
 java.util.List findByViewCount(long[] classNameId, boolean asc, int begin, int end)
           
 

Method Detail

countByAndEntryIds

public int countByAndEntryIds(long groupId,
                              long[] classNameIds,
                              long[] entryIds,
                              long[] notEntryIds,
                              boolean excludeZeroViewCount,
                              java.util.Date publishDate,
                              java.util.Date expirationDate)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByOrEntryIds

public int countByOrEntryIds(long groupId,
                             long[] classNameIds,
                             long[] entryIds,
                             long[] notEntryIds,
                             boolean excludeZeroViewCount,
                             java.util.Date publishDate,
                             java.util.Date expirationDate)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByAndEntryIds

public java.util.List findByAndEntryIds(long groupId,
                                        long[] classNameIds,
                                        long[] entryIds,
                                        long[] notEntryIds,
                                        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 begin,
                                        int end)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrEntryIds

public java.util.List findByOrEntryIds(long groupId,
                                       long[] classNameIds,
                                       long[] entryIds,
                                       long[] notEntryIds,
                                       java.util.Date publishDate,
                                       java.util.Date expirationDate)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrEntryIds

public java.util.List findByOrEntryIds(long groupId,
                                       long[] classNameIds,
                                       long[] entryIds,
                                       long[] notEntryIds,
                                       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 begin,
                                       int end)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByViewCount

public java.util.List findByViewCount(long[] classNameId,
                                      boolean asc,
                                      int begin,
                                      int end)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException