Interface | Description |
---|---|
QuinquaFunction<T,U,V,W,X,R> |
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
|
Class | Description |
---|---|
DefaultRatingTypeImpl | |
RatingFacadeFactory | |
RatingTypeBuilderImpl | |
RatingTypeImpl |
Exception | Description |
---|---|
RatingTypeException |
Copyright © 2022 City of Paris. All rights reserved.