com.liferay.portlet.asset.service.persistence
Class AssetTagFinderUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.AssetTagFinderUtil

public class AssetTagFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
AssetTagFinderUtil()
           
 
Method Summary
static int countByG_C_N(long groupId, long classNameId, java.lang.String name)
           
static int countByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties)
           
static java.util.List<AssetTag> findByC_C(long classNameId, long classPK)
           
static java.util.List<AssetTag> findByEntryId(long entryId)
           
static java.util.List<AssetTag> findByG_C_N(long groupId, long classNameId, java.lang.String name)
           
static java.util.List<AssetTag> findByG_C_N(long groupId, long classNameId, java.lang.String name, int start, int end)
           
static java.util.List<AssetTag> findByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties)
           
static java.util.List<AssetTag> findByG_N_P(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end)
           
static AssetTag findByG_N(long groupId, java.lang.String name)
           
static AssetTagFinder getFinder()
           
 void setFinder(AssetTagFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagFinderUtil

public AssetTagFinderUtil()
Method Detail

countByG_C_N

public static int countByG_C_N(long groupId,
                               long classNameId,
                               java.lang.String name)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_N_P

public static int countByG_N_P(long groupId,
                               java.lang.String name,
                               java.lang.String[] tagProperties)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByEntryId

public static java.util.List<AssetTag> findByEntryId(long entryId)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N

public static AssetTag findByG_N(long groupId,
                                 java.lang.String name)
                          throws com.liferay.portal.kernel.exception.SystemException,
                                 NoSuchTagException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchTagException

findByC_C

public static java.util.List<AssetTag> findByC_C(long classNameId,
                                                 long classPK)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_C_N

public static java.util.List<AssetTag> findByG_C_N(long groupId,
                                                   long classNameId,
                                                   java.lang.String name)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_C_N

public static java.util.List<AssetTag> findByG_C_N(long groupId,
                                                   long classNameId,
                                                   java.lang.String name,
                                                   int start,
                                                   int end)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N_P

public static java.util.List<AssetTag> findByG_N_P(long groupId,
                                                   java.lang.String name,
                                                   java.lang.String[] tagProperties)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_N_P

public static java.util.List<AssetTag> findByG_N_P(long groupId,
                                                   java.lang.String name,
                                                   java.lang.String[] tagProperties,
                                                   int start,
                                                   int end)
                                            throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getFinder

public static AssetTagFinder getFinder()

setFinder

public void setFinder(AssetTagFinder finder)