Interface ContentDashboardItem<T>
- All Known Subinterfaces:
VersionableContentDashboardItem<T>
public interface ContentDashboardItem<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.asset.kernel.model.AssetCategory>
List<com.liferay.asset.kernel.model.AssetCategory>
getAssetCategories
(long vocabularyId) List<com.liferay.asset.kernel.model.AssetTag>
getContentDashboardItemActions
(javax.servlet.http.HttpServletRequest httpServletRequest, ContentDashboardItemAction.Type... types) getDefaultContentDashboardItemAction
(javax.servlet.http.HttpServletRequest httpServletRequest) getDescription
(Locale locale) long
getId()
com.liferay.info.item.InfoItemReference
default Date
getScopeName
(Locale locale) getSpecificInformationList
(Locale locale) getTypeLabel
(Locale locale) long
boolean
isViewable
(javax.servlet.http.HttpServletRequest httpServletRequest)
-
Method Details
-
getAssetCategories
List<com.liferay.asset.kernel.model.AssetCategory> getAssetCategories() -
getAssetCategories
-
getAssetTags
List<com.liferay.asset.kernel.model.AssetTag> getAssetTags() -
getAvailableLocales
-
getContentDashboardItemActions
List<ContentDashboardItemAction> getContentDashboardItemActions(javax.servlet.http.HttpServletRequest httpServletRequest, ContentDashboardItemAction.Type... types) -
getContentDashboardItemSubtype
ContentDashboardItemSubtype<T> getContentDashboardItemSubtype() -
getCreateDate
Date getCreateDate() -
getDefaultContentDashboardItemAction
ContentDashboardItemAction getDefaultContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest) -
getDefaultLocale
Locale getDefaultLocale() -
getDescription
-
getId
long getId() -
getInfoItemReference
com.liferay.info.item.InfoItemReference getInfoItemReference() -
getLatestContentDashboardItemVersions
-
getModifiedDate
Date getModifiedDate() -
getReviewDate
-
getScopeName
-
getSpecificInformationList
-
getTitle
-
getTypeLabel
-
getUserId
long getUserId() -
getUserName
String getUserName() -
isViewable
boolean isViewable(javax.servlet.http.HttpServletRequest httpServletRequest)
-