Modifier and Type | Class and Description |
---|---|
class |
SimpleRating |
class |
StarRating |
class |
ThumbRating |
Modifier and Type | Method and Description |
---|---|
static Rating |
RatingHome.create(Rating rating)
Insert.
|
Rating |
IRatingDAO.findByHistoryExtenderId(long lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a
Rating |
Rating |
RatingDAO.findByHistoryExtenderId(long lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static List<Rating> |
RatingHome.findByHistoryExtenderIds(List<Long> listIdHistory)
Find a list
Rating by history ids list |
List<Rating> |
IRatingDAO.findByHistoryExtenderIds(List<Long> lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a list
Rating |
List<Rating> |
RatingDAO.findByHistoryExtenderIds(List<Long> lIdHistoryExtenderId,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Optional<Rating> |
RatingHome.findByPrimaryKey(int nIdRating)
Load.
|
static List<Rating> |
RatingHome.findByResource(String strIdExtendableResource,
String strExtendableResourceType)
Select by resource.
|
static List<Rating> |
RatingHome.findByResourceAndRatingType(List<String> listIdsResource,
String strExtendableResourceType,
String ratingType)
Find a list
Rating |
List<Rating> |
IRatingDAO.findByResourceAndRatingType(List<String> listExtendableResource,
String strExtendableResourceType,
String ratingType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a list
Rating |
List<Rating> |
RatingDAO.findByResourceAndRatingType(List<String> listIdResource,
String strExtendableResourceType,
String strRatingType,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Optional<Rating> |
RatingHome.findRating(String strIdExtendableResource,
String strExtendableResourceType,
String ratingType,
double value,
String userGuid)
load by primary key
|
static List<Rating> |
RatingHome.findRatingByFilter(RatingExtenderFilter filter)
Find the list of rating
|
Optional<Rating> |
IRatingDAO.load(int nIdRating,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load by primary key
|
Optional<Rating> |
RatingDAO.load(int nIdRating,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load by primary key
|
Optional<Rating> |
IRatingDAO.load(String strIdExtendableResource,
String strExtendableResourceType,
String ratingType,
double value,
String userGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load by primary key
|
Optional<Rating> |
RatingDAO.load(String strIdExtendableResource,
String strExtendableResourceType,
String ratingType,
double value,
String userGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load by primary key
|
List<Rating> |
IRatingDAO.loadByResource(String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select by resource.
|
List<Rating> |
RatingDAO.loadByResource(String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select by resource.
|
List<Rating> |
IRatingDAO.selectRatingByFilter(RatingExtenderFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<Rating> |
RatingDAO.selectRatingByFilter(RatingExtenderFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static Rating |
RatingHome.create(Rating rating)
Insert.
|
void |
IRatingDAO.insert(Rating rating,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
void |
RatingDAO.insert(Rating rating,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
Modifier and Type | Method and Description |
---|---|
void |
ThumbRating.setScoreValue(List<Rating> listRating) |
Modifier and Type | Method and Description |
---|---|
List<Rating> |
RatingService.findAndbuildRatingResult(List<String> listIdExtendableResource,
String strExtendableResourceType,
String ratingType)
load and build Rating Result
|
Optional<Rating> |
RatingService.findAndbuildRatingResult(String strIdExtendableResource,
String strExtendableResourceType,
String ratingType)
load and build Rating Result
|
List<Rating> |
RatingService.findAndbuildRatingResult(String strIdExtendableResource,
String strExtendableResourceType,
String strRatingType,
String strUserGuid)
load and build Rating Result
|
Optional<Rating> |
RatingService.findByPrimaryKey(int nIdRating)
Find by primary key
|
List<Rating> |
RatingService.findByResource(String strIdExtendableResource,
String strExtendableResourceType)
Select by resource.
|
Optional<Rating> |
RatingService.findRating(String strIdExtendableResource,
String strExtendableResourceType,
String ratingType,
double value,
String userGuid)
find by primary key
|
Modifier and Type | Method and Description |
---|---|
static Rating |
RatingFacadeFactory.getRatingInstance(String typeName)
Get an instance of rating
|
Modifier and Type | Method and Description |
---|---|
List<Rating> |
DefaultRatingTypeImpl.getInfoExtender(String strIdExtendableResource,
String strExtendableResourceType) |
List<Rating> |
RatingType.getInfoExtender(String strIdExtendableResource,
String strExtendableResourceType)
BiFunction to get the list of extender type information object
|
List<Rating> |
RatingTypeImpl.getInfoExtender(String strIdExtendableResource,
String strExtendableResourceType)
BiFunction to get the list of extender type information object
|
List<Rating> |
DefaultRatingTypeImpl.getInfoExtenderByList(List<String> listIdExtendableResource,
String strExtendableResourceType) |
List<Rating> |
RatingType.getInfoExtenderByList(List<String> listIdExtendableResource,
String strExtendableResourceType)
BiFunction to get the list of extender type information object
|
List<Rating> |
RatingTypeImpl.getInfoExtenderByList(List<String> listIdExtendableResource,
String strExtendableResourceType)
BiFunction to get the list of extender type information object
|
static List<Rating> |
RatingFacadeFactory.getInfoRating(String strIdExtendableResource,
String strExtendableResourceType)
Get rating list information object
|
static List<Rating> |
RatingFacadeFactory.getInfoRatingByList(List<String> listIdExtendableResource,
String strExtendableResourceType)
Get the rating list by id resources
|
Class<? extends Rating> |
DefaultRatingTypeImpl.getType() |
Class<? extends Rating> |
RatingType.getType()
Get type of this
|
Class<? extends Rating> |
RatingTypeImpl.getType()
Get type of this
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRatingTypeImpl.cancelRating(Rating rating) |
void |
RatingType.cancelRating(Rating rating)
Do cancel rating
|
void |
RatingTypeImpl.cancelRating(Rating rating)
Do cancel rating
|
static void |
RatingFacadeFactory.cancelRating(Rating rating)
Do cancel rating
|
static void |
RatingFacadeFactory.cancelRating(RatingExtenderConfig config,
Rating rating)
Do cancel rating
|
void |
DefaultRatingTypeImpl.doRating(Rating rating) |
void |
RatingType.doRating(Rating rating)
Consumer to rate
|
void |
RatingTypeImpl.doRating(Rating rating)
Consumer to rate
|
static void |
RatingFacadeFactory.doRating(Rating rating)
Do Rating
|
static void |
RatingFacadeFactory.doRating(RatingExtenderConfig config,
Rating rating)
Do Rating
|
Modifier and Type | Method and Description |
---|---|
RatingTypeBuilderImpl |
RatingTypeBuilderImpl.cancelRating(Consumer<Rating> cancelRating) |
RatingType.Builder |
RatingType.Builder.cancelRating(Consumer<Rating> doCancelRating)
Do cancel rating
|
RatingTypeBuilderImpl |
RatingTypeBuilderImpl.doRating(Consumer<Rating> doRating) |
RatingType.Builder |
RatingType.Builder.doRating(Consumer<Rating> doRating)
Consumer to rate
|
RatingTypeBuilderImpl |
RatingTypeBuilderImpl.getInfoExtender(BiFunction<String,String,List<Rating>> getInfoExtender) |
RatingType.Builder |
RatingType.Builder.getInfoExtender(BiFunction<String,String,List<Rating>> getInfoExtender)
BiFunction to get the list of extender type information object
|
RatingTypeBuilderImpl |
RatingTypeBuilderImpl.getInfoExtenderByList(BiFunction<List<String>,String,List<Rating>> getInfoExtenderByList) |
RatingType.Builder |
RatingType.Builder.getInfoExtenderByList(BiFunction<List<String>,String,List<Rating>> getInfoExtenderByList)
BiFunction to get the list of extender type information object
|
static Optional<RatingType> |
RatingFacadeFactory.getRatingType(Class<? extends Rating> clazz)
Get the rating type
|
static RatingType.Builder |
RatingType.newBuilder(Class<? extends Rating> type,
String strTitle)
Get builder to building an rating type
|
static RatingType |
RatingType.newRatingType(Class<? extends Rating> type,
String strTitle)
Build a new rating type
|
Copyright © 2022 City of Paris. All rights reserved.