Package | Description |
---|---|
fr.paris.lutece.plugins.extend.modules.rating.service.facade |
Class and Description |
---|
DefaultRatingTypeImpl |
QuinquaFunction
Represents a function that accepts five arguments and produces a result.
|
RatingType
Rating type
This interface is exposed for the creation of the type of vote
Example of building an rating type
RatingType.newBuilder( SimpleRating.class,
I18nService.getLocalizedString(SimpleRating.RATING_TITLE, LocaleService.getDefault( )))
.build();
|
RatingType.Builder
Builder Interface
|
RatingTypeBuilderImpl |
Copyright © 2022 City of Paris. All rights reserved.