Liferay 6.2.0-ce-m3

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


public interface AssetLinkFinder


Method Summary
 List<AssetLink> findByE1_T_V(long entryId1, int type, boolean visible)
           
 List<AssetLink> findByE1_V(long entryId1, boolean visible)
           
 

Method Detail

findByE1_V

List<AssetLink> findByE1_V(long entryId1,
                           boolean visible)
                           throws SystemException
Throws:
SystemException

findByE1_T_V

List<AssetLink> findByE1_T_V(long entryId1,
                             int type,
                             boolean visible)
                             throws SystemException
Throws:
SystemException

Liferay 6.2.0-ce-m3