com.liferay.portlet.asset.util
Interface AssetEntryValidator
- All Known Implementing Classes:
- BaseAssetEntryValidator, DefaultAssetEntryValidator, MinimalAssetEntryValidator
public interface AssetEntryValidator
|
Method Summary |
abstract void |
validate(long groupId,
String className,
long[] categoryIds,
String[] entryNames)
|
abstract void |
validate(long groupId,
String className,
long classPK,
long[] categoryIds,
String[] entryNames)
|
validate
void validate(long groupId,
String className,
long[] categoryIds,
String[] entryNames)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
validate
void validate(long groupId,
String className,
long classPK,
long[] categoryIds,
String[] entryNames)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException