Liferay 7.0-ce-b4

com.liferay.portlet.asset.util
Interface AssetEntryValidator

All Known Implementing Classes:
BaseAssetEntryValidator, DefaultAssetEntryValidator, MinimalAssetEntryValidator

public interface AssetEntryValidator


Method Summary
 void validate(long groupId, String className, long classTypePK, long[] categoryIds, String[] entryNames)
           
 

Method Detail

validate

void validate(long groupId,
              String className,
              long classTypePK,
              long[] categoryIds,
              String[] entryNames)
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4