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

java.lang.Object
  extended bycom.liferay.portlet.tags.service.persistence.TagsAssetFinder

public class TagsAssetFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_AND_ENTRY_IDS
           
static java.lang.String COUNT_BY_OR_ENTRY_IDS
           
static java.lang.String FIND_BY_AND_ENTRY_IDS
           
static java.lang.String FIND_BY_OR_ENTRY_IDS
           
 
Constructor Summary
TagsAssetFinder()
           
 
Method Summary
static int countByAndEntryIds(long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate)
           
static int countByOrEntryIds(long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate)
           
static java.util.List findByAndEntryIds(long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate, int begin, int end)
           
static java.util.List findByOrEntryIds(long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate)
           
static java.util.List findByOrEntryIds(long[] entryIds, long[] notEntryIds, java.util.Date publishDate, java.util.Date expirationDate, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_AND_ENTRY_IDS

public static java.lang.String COUNT_BY_AND_ENTRY_IDS

COUNT_BY_OR_ENTRY_IDS

public static java.lang.String COUNT_BY_OR_ENTRY_IDS

FIND_BY_AND_ENTRY_IDS

public static java.lang.String FIND_BY_AND_ENTRY_IDS

FIND_BY_OR_ENTRY_IDS

public static java.lang.String FIND_BY_OR_ENTRY_IDS
Constructor Detail

TagsAssetFinder

public TagsAssetFinder()
Method Detail

countByAndEntryIds

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

countByOrEntryIds

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

findByAndEntryIds

public static java.util.List findByAndEntryIds(long[] entryIds,
                                               long[] notEntryIds,
                                               java.util.Date publishDate,
                                               java.util.Date expirationDate,
                                               int begin,
                                               int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByOrEntryIds

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

findByOrEntryIds

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