Package | Description |
---|---|
fr.paris.lutece.plugins.extend.modules.rating.service.facade |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRatingTypeImpl |
class |
RatingTypeImpl |
Modifier and Type | Method and Description |
---|---|
RatingType |
RatingTypeBuilderImpl.build()
Returns a new RatingType built from the current state of this
builder.
|
RatingType |
RatingType.Builder.build()
Build rating type
|
static RatingType |
RatingType.newRatingType(Class<? extends Rating> type,
String strTitle)
Build a new rating type
|
Modifier and Type | Method and Description |
---|---|
static List<RatingType> |
RatingFacadeFactory.getListRatingType()
Get all rating type
|
static Optional<RatingType> |
RatingFacadeFactory.getRatingType(Class<? extends Rating> clazz)
Get the rating type
|
static Optional<RatingType> |
RatingFacadeFactory.getRatingType(String strType)
Get rating type
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RatingFacadeFactory.addRatingType(RatingType ratingType)
Appends the specified element to the end of this list (optional
operation).
|
Copyright © 2022 City of Paris. All rights reserved.