Package com.liferay.sharing.interpreter
Interface SharingEntryInterpreter
public interface SharingEntryInterpreter
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetTypeTitle
(SharingEntry sharingEntry, Locale locale) getTitle
(SharingEntry sharingEntry) getTitle
(SharingEntry sharingEntry, Locale locale) getTitleMap
(SharingEntry sharingEntry) boolean
isVisible
(SharingEntry sharingEntry)
-
Method Details
-
getAssetTypeTitle
String getAssetTypeTitle(SharingEntry sharingEntry, Locale locale) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSharingEntryEditRenderer
SharingEntryEditRenderer getSharingEntryEditRenderer() -
getSharingEntryViewRenderer
SharingEntryViewRenderer getSharingEntryViewRenderer() -
getTitle
-
getTitle
-
getTitleMap
-
isVisible
boolean isVisible(SharingEntry sharingEntry) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-