com.liferay.portlet.asset.service.persistence
Interface AssetTagFinder
public interface AssetTagFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByG_C_N(long groupId,
long classNameId,
java.lang.String name)
|
int |
countByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
|
java.util.List<AssetTag> |
findByC_C(long classNameId,
long classPK)
|
java.util.List<AssetTag> |
findByEntryId(long entryId)
|
java.util.List<AssetTag> |
findByG_C_N(long groupId,
long classNameId,
java.lang.String name)
|
java.util.List<AssetTag> |
findByG_C_N(long groupId,
long classNameId,
java.lang.String name,
int start,
int end)
|
java.util.List<AssetTag> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
|
java.util.List<AssetTag> |
findByG_N_P(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTag |
findByG_N(long groupId,
java.lang.String name)
|
countByG_C_N
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
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
java.util.List<AssetTag> findByEntryId(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_N
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
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
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
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
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
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