Liferay 6.2.0-ce-m3

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

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

public class AssetLinkFinderUtil
extends Object


Constructor Summary
AssetLinkFinderUtil()
           
 
Method Summary
static List<AssetLink> findByE1_T_V(long entryId1, int type, boolean visible)
           
static List<AssetLink> findByE1_V(long entryId1, boolean visible)
           
static AssetLinkFinder getFinder()
           
 void setFinder(AssetLinkFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetLinkFinderUtil

public AssetLinkFinderUtil()
Method Detail

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)

Liferay 6.2.0-ce-m3