Liferay 7.0-ga1 portal-impl

com.liferay.portlet.asset.util
Class BaseAssetEntryValidator

java.lang.Object
  extended by com.liferay.portlet.asset.util.BaseAssetEntryValidator
All Implemented Interfaces:
AssetEntryValidator
Direct Known Subclasses:
DefaultAssetEntryValidator, MinimalAssetEntryValidator

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
public class BaseAssetEntryValidator
extends Object
implements AssetEntryValidator


Constructor Summary
BaseAssetEntryValidator()
          Deprecated.  
 
Method Summary
protected  boolean isAssetCategorizable(long classNameId)
          Deprecated.  
protected  void validate(long classNameId, long classTypePK, long[] categoryIds, com.liferay.asset.kernel.model.AssetVocabulary vocabulary)
          Deprecated.  
 void validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] entryNames)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAssetEntryValidator

public BaseAssetEntryValidator()
Deprecated. 
Method Detail

validate

public void validate(long groupId,
                     String className,
                     long classTypePK,
                     long[] categoryIds,
                     String[] entryNames)
              throws com.liferay.portal.kernel.exception.PortalException
Deprecated. 
Specified by:
validate in interface AssetEntryValidator
Throws:
com.liferay.portal.kernel.exception.PortalException

isAssetCategorizable

protected boolean isAssetCategorizable(long classNameId)
Deprecated. 

validate

protected void validate(long classNameId,
                        long classTypePK,
                        long[] categoryIds,
                        com.liferay.asset.kernel.model.AssetVocabulary vocabulary)
                 throws com.liferay.portal.kernel.exception.PortalException
Deprecated. 
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl