public interface PortletRatingsDefinition
This information is used to render a user interface with the entities using ratings, grouped by portlet to allow changing the ratings type.
Implementations must be registered in the OSGI Registry with the property "model.class.name" to specify which entity this definition applies to.
Modifier and Type | Method and Description |
---|---|
RatingsType |
getDefaultRatingsType()
Returns the default ratings type of the entity.
|
String |
getPortletId()
Returns the ID of the main portlet associated to the entity.
|
RatingsType getDefaultRatingsType()
String getPortletId()