Liferay 7.0-ce-b4

com.liferay.portlet.trash.test
Class DefaultWhenIsAssetable

java.lang.Object
  extended by com.liferay.portlet.trash.test.DefaultWhenIsAssetable
All Implemented Interfaces:
WhenIsAssetable

public class DefaultWhenIsAssetable
extends Object
implements WhenIsAssetable


Constructor Summary
DefaultWhenIsAssetable()
           
 
Method Summary
 AssetEntry fetchAssetEntry(ClassedModel classedModel)
           
 boolean isAssetEntryVisible(ClassedModel classedModel, long classPK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWhenIsAssetable

public DefaultWhenIsAssetable()
Method Detail

fetchAssetEntry

public AssetEntry fetchAssetEntry(ClassedModel classedModel)
                           throws Exception
Specified by:
fetchAssetEntry in interface WhenIsAssetable
Throws:
Exception

isAssetEntryVisible

public boolean isAssetEntryVisible(ClassedModel classedModel,
                                   long classPK)
                            throws Exception
Specified by:
isAssetEntryVisible in interface WhenIsAssetable
Throws:
Exception

Liferay 7.0-ce-b4