Interface AssetEntryInfoItemFieldSetProvider
@ProviderType
public interface AssetEntryInfoItemFieldSetProvider
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.info.field.InfoFieldSet
getInfoFieldSet
(com.liferay.asset.kernel.model.AssetEntry assetEntry) com.liferay.info.field.InfoFieldSet
getInfoFieldSet
(String itemClassName) com.liferay.info.field.InfoFieldSet
getInfoFieldSet
(String itemClassName, long itemClassTypeId, long scopeGroupId) getInfoFieldValues
(com.liferay.asset.kernel.model.AssetEntry assetEntry) getInfoFieldValues
(String itemClassName, long itemClassPK)
-
Method Details
-
getInfoFieldSet
com.liferay.info.field.InfoFieldSet getInfoFieldSet(com.liferay.asset.kernel.model.AssetEntry assetEntry) -
getInfoFieldSet
-
getInfoFieldSet
com.liferay.info.field.InfoFieldSet getInfoFieldSet(String itemClassName, long itemClassTypeId, long scopeGroupId) -
getInfoFieldValues
-
getInfoFieldValues
List<com.liferay.info.field.InfoFieldValue<Object>> getInfoFieldValues(String itemClassName, long itemClassPK) throws com.liferay.info.exception.NoSuchInfoItemException - Throws:
com.liferay.info.exception.NoSuchInfoItemException
-