Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.ratings.RatingsType

Packages that use RatingsType
com.liferay.portlet.ratings   
com.liferay.portlet.ratings.definition   
com.liferay.portlet.ratings.display.context   
com.liferay.portlet.ratings.transformer   
 

Uses of RatingsType in com.liferay.portlet.ratings
 

Methods in com.liferay.portlet.ratings that return RatingsType
static RatingsType RatingsType.parse(String value)
           
static RatingsType RatingsType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RatingsType[] RatingsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RatingsType in com.liferay.portlet.ratings.definition
 

Methods in com.liferay.portlet.ratings.definition that return RatingsType
 RatingsType PortletRatingsDefinitionValues.getDefaultRatingsType()
           
 RatingsType PortletRatingsDefinition.getDefaultRatingsType()
          Returns the default ratings type of the entity.
static RatingsType PortletRatingsDefinitionUtil.getDefaultRatingsType(String className)
           
 

Constructors in com.liferay.portlet.ratings.definition with parameters of type RatingsType
PortletRatingsDefinitionValues(String[] classNames, RatingsType defaultRatingsType, String portletId)
           
 

Uses of RatingsType in com.liferay.portlet.ratings.display.context
 

Methods in com.liferay.portlet.ratings.display.context that return RatingsType
 RatingsType CompanyPortletRatingsDefinitionDisplayContext.getRatingsType(String portletId, String className)
           
 

Methods in com.liferay.portlet.ratings.display.context that return types with arguments of type RatingsType
 Map<String,Map<String,RatingsType>> CompanyPortletRatingsDefinitionDisplayContext.getCompanyRatingsTypeMaps()
           
 Map<String,Map<String,RatingsType>> GroupPortletRatingsDefinitionDisplayContext.getGroupRatingsTypeMaps()
           
 

Uses of RatingsType in com.liferay.portlet.ratings.transformer
 

Methods in com.liferay.portlet.ratings.transformer with parameters of type RatingsType
 ActionableDynamicQuery.PerformActionMethod<RatingsEntry> RatingsDataTransformer.transformRatingsData(RatingsType fromRatingsType, RatingsType toRatingsType)
          Defines the transformations to be applied on a ratings entry when the ratings type is changed from the previous ratings type to the new ratings type.
 


Liferay 7.0-ce-b4