com.liferay.portlet.asset.service.persistence
Class AssetTagPropertyFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinderUtil
public class AssetTagPropertyFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyFinderUtil
public AssetTagPropertyFinderUtil()
countByG_K
public static int countByG_K(long groupId,
String key)
throws SystemException
- Throws:
SystemException
findByG_K
public static List<AssetTagProperty> findByG_K(long groupId,
String key)
throws SystemException
- Throws:
SystemException
findByG_K
public static List<AssetTagProperty> findByG_K(long groupId,
String key,
int start,
int end)
throws SystemException
- Throws:
SystemException
getFinder
public static AssetTagPropertyFinder getFinder()
setFinder
public void setFinder(AssetTagPropertyFinder finder)