com.liferay.portlet.asset.util
Class BaseAssetEntryValidator
java.lang.Object
com.liferay.portlet.asset.util.BaseAssetEntryValidator
- All Implemented Interfaces:
- AssetEntryValidator
- Direct Known Subclasses:
- DefaultAssetEntryValidator, MinimalAssetEntryValidator
public class BaseAssetEntryValidator
- extends Object
- implements AssetEntryValidator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAssetEntryValidator
public BaseAssetEntryValidator()
validate
public void validate(long groupId,
String className,
long[] categoryIds,
String[] entryNames)
throws PortalException,
SystemException
- Specified by:
validate
in interface AssetEntryValidator
- Throws:
PortalException
SystemException
validate
protected void validate(long classNameId,
long[] categoryIds,
AssetVocabulary vocabulary)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException