public interface StagingAssetEntryHelper
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.ClassedModel classedModel,
com.liferay.portal.kernel.xml.Element stagedElement,
com.liferay.asset.kernel.model.AssetEntry assetEntry) |
com.liferay.asset.kernel.model.AssetEntry |
fetchAssetEntry(long groupId,
java.lang.String uuid) |
boolean |
isAssetEntryApplicable(com.liferay.asset.kernel.model.AssetEntry assetEntry) |
void addAssetReference(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.model.ClassedModel classedModel,
com.liferay.portal.kernel.xml.Element stagedElement,
com.liferay.asset.kernel.model.AssetEntry assetEntry)
com.liferay.asset.kernel.model.AssetEntry fetchAssetEntry(long groupId,
java.lang.String uuid)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isAssetEntryApplicable(com.liferay.asset.kernel.model.AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException