com.liferay.portlet.asset.util
Interface AssetEntryValidator

All Known Implementing Classes:
BaseAssetEntryValidator, DefaultAssetEntryValidator, MinimalAssetEntryValidator

public interface AssetEntryValidator

Author:
Brian Wing Shun Chan

Method Summary
 void validate(long groupId, java.lang.String className, long[] categoryIds, java.lang.String[] entryNames)
           
 

Method Detail

validate

void validate(long groupId,
              java.lang.String className,
              long[] categoryIds,
              java.lang.String[] entryNames)
              throws com.liferay.portal.kernel.exception.PortalException,
                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException