Uses of Enum Class
com.liferay.ratings.kernel.RatingsType
Packages that use RatingsType
Package
Description
-
Uses of RatingsType in com.liferay.ratings.kernel
Methods in com.liferay.ratings.kernel that return RatingsTypeModifier and TypeMethodDescriptionstatic RatingsType
static RatingsType
Returns the enum constant of this class with the specified name.static RatingsType[]
RatingsType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RatingsType in com.liferay.ratings.kernel.definition
Methods in com.liferay.ratings.kernel.definition that return RatingsTypeModifier and TypeMethodDescriptionPortletRatingsDefinition.getDefaultRatingsType()
Returns the default ratings type of the entity.static RatingsType
PortletRatingsDefinitionUtil.getDefaultRatingsType
(String className) PortletRatingsDefinitionValues.getDefaultRatingsType()
static RatingsType
PortletRatingsDefinitionUtil.getRatingsType
(long companyId, long groupId, String className) Constructors in com.liferay.ratings.kernel.definition with parameters of type RatingsTypeModifierConstructorDescriptionPortletRatingsDefinitionValues
(String[] classNames, RatingsType defaultRatingsType, String portletId) -
Uses of RatingsType in com.liferay.ratings.kernel.display.context
Methods in com.liferay.ratings.kernel.display.context that return RatingsTypeModifier and TypeMethodDescriptionCompanyPortletRatingsDefinitionDisplayContext.getRatingsType
(String portletId, String className) Methods in com.liferay.ratings.kernel.display.context that return types with arguments of type RatingsTypeModifier and TypeMethodDescriptionCompanyPortletRatingsDefinitionDisplayContext.getCompanyRatingsTypeMaps()
GroupPortletRatingsDefinitionDisplayContext.getGroupRatingsTypeMaps()
-
Uses of RatingsType in com.liferay.ratings.kernel.transformer
Methods in com.liferay.ratings.kernel.transformer with parameters of type RatingsTypeModifier and TypeMethodDescriptionRatingsDataTransformer.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.