Package com.liferay.asset.util
Interface StagingAssetEntryHelper
public interface StagingAssetEntryHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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, String uuid) boolean
isAssetEntryApplicable
(com.liferay.asset.kernel.model.AssetEntry assetEntry)
-
Method Details
-
addAssetReference
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) -
fetchAssetEntry
com.liferay.asset.kernel.model.AssetEntry fetchAssetEntry(long groupId, String uuid) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
isAssetEntryApplicable
boolean isAssetEntryApplicable(com.liferay.asset.kernel.model.AssetEntry assetEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-