Liferay 6.0.5

com.liferay.portlet.asset.service.persistence
Interface AssetTagFinder

All Known Implementing Classes:
AssetTagFinderImpl

public interface AssetTagFinder


Method Summary
 int countByG_C_N(long groupId, long classNameId, String name)
           
 int countByG_N_P(long groupId, String name, String[] tagProperties)
           
 List<AssetTag> findByC_C(long classNameId, long classPK)
           
 List<AssetTag> findByEntryId(long entryId)
           
 List<AssetTag> findByG_C_N(long groupId, long classNameId, String name)
           
 List<AssetTag> findByG_C_N(long groupId, long classNameId, String name, int start, int end)
           
 List<AssetTag> findByG_N_P(long groupId, String name, String[] tagProperties)
           
 List<AssetTag> findByG_N_P(long groupId, String name, String[] tagProperties, int start, int end)
           
 AssetTag findByG_N(long groupId, String name)
           
 

Method Detail

countByG_C_N

int countByG_C_N(long groupId,
                 long classNameId,
                 String name)
                 throws SystemException
Throws:
SystemException

countByG_N_P

int countByG_N_P(long groupId,
                 String name,
                 String[] tagProperties)
                 throws SystemException
Throws:
SystemException

findByEntryId

List<AssetTag> findByEntryId(long entryId)
                             throws SystemException
Throws:
SystemException

findByG_N

AssetTag findByG_N(long groupId,
                   String name)
                   throws SystemException,
                          NoSuchTagException
Throws:
SystemException
NoSuchTagException

findByC_C

List<AssetTag> findByC_C(long classNameId,
                         long classPK)
                         throws SystemException
Throws:
SystemException

findByG_C_N

List<AssetTag> findByG_C_N(long groupId,
                           long classNameId,
                           String name)
                           throws SystemException
Throws:
SystemException

findByG_C_N

List<AssetTag> findByG_C_N(long groupId,
                           long classNameId,
                           String name,
                           int start,
                           int end)
                           throws SystemException
Throws:
SystemException

findByG_N_P

List<AssetTag> findByG_N_P(long groupId,
                           String name,
                           String[] tagProperties)
                           throws SystemException
Throws:
SystemException

findByG_N_P

List<AssetTag> findByG_N_P(long groupId,
                           String name,
                           String[] tagProperties,
                           int start,
                           int end)
                           throws SystemException
Throws:
SystemException

Liferay 6.0.5