com.liferay.portlet.asset.service.persistence
Class AssetLinkFinderUtil
java.lang.Object
com.liferay.portlet.asset.service.persistence.AssetLinkFinderUtil
public class AssetLinkFinderUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetLinkFinderUtil
public AssetLinkFinderUtil()
findByE1_V
public static List<AssetLink> findByE1_V(long entryId1,
boolean visible)
throws SystemException
- Throws:
SystemException
findByE1_T_V
public static List<AssetLink> findByE1_T_V(long entryId1,
int type,
boolean visible)
throws SystemException
- Throws:
SystemException
getFinder
public static AssetLinkFinder getFinder()
setFinder
public void setFinder(AssetLinkFinder finder)