Liferay 6.1.2-ce-ga3

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[] categoryIds, String[] entryNames)
           
 

Method Detail

validate

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

Liferay 6.1.2-ce-ga3