Liferay 7.0-ce-b4

com.liferay.portlet.asset.util
Class MinimalAssetEntryValidator

java.lang.Object
  extended by com.liferay.portlet.asset.util.BaseAssetEntryValidator
      extended by com.liferay.portlet.asset.util.MinimalAssetEntryValidator
All Implemented Interfaces:
AssetEntryValidator

public class MinimalAssetEntryValidator
extends BaseAssetEntryValidator


Constructor Summary
MinimalAssetEntryValidator()
           
 
Method Summary
 void validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] tagNames)
           
 
Methods inherited from class com.liferay.portlet.asset.util.BaseAssetEntryValidator
isAssetCategorizable, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimalAssetEntryValidator

public MinimalAssetEntryValidator()
Method Detail

validate

public void validate(long groupId,
                     String className,
                     long classTypePK,
                     long[] categoryIds,
                     String[] tagNames)
              throws PortalException
Specified by:
validate in interface AssetEntryValidator
Overrides:
validate in class BaseAssetEntryValidator
Throws:
PortalException

Liferay 7.0-ce-b4