Modifier and Type | Method and Description |
---|---|
static Favorite |
FavoriteHome.create(Favorite favorite)
Create an instance of the favorite class
|
static Favorite |
FavoriteHome.findByPrimaryKey(int nKey)
Returns an instance of a favorite whose identifier is specified in parameter
|
Favorite |
IFavoriteDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Favorite |
FavoriteDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Favorite |
FavoriteHome.update(Favorite favorite)
Update of the favorite which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Favorite> |
FavoriteHome.getActivatedFavoritesList()
Load the data of all the activated favorite objects and returns them as a list
|
static List<Favorite> |
FavoriteHome.getFavoritesList()
Load the data of all the favorite objects and returns them as a list
|
static List<Favorite> |
FavoriteHome.getFavoritesListDefault()
Get the default favorites list
|
List<Favorite> |
IFavoriteDAO.selectActivatedFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the activated favorite objects and returns them as a list
|
List<Favorite> |
FavoriteDAO.selectActivatedFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the activated favorite objects and returns them as a list
|
List<Favorite> |
IFavoriteDAO.selectDefaultFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the default favorites list
|
List<Favorite> |
FavoriteDAO.selectDefaultFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the default favorites list
|
List<Favorite> |
IFavoriteDAO.selectFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the favorite objects and returns them as a list
|
List<Favorite> |
FavoriteDAO.selectFavoritesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the favorite objects and returns them as a list
|
List<Favorite> |
IFavoriteDAO.selectProviderNameFavoritesList(String strProviderName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the favorite provided by the ProviderName
|
List<Favorite> |
FavoriteDAO.selectProviderNameFavoritesList(String strProviderName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the favorite provided by the ProviderName
|
Modifier and Type | Method and Description |
---|---|
static Favorite |
FavoriteHome.create(Favorite favorite)
Create an instance of the favorite class
|
void |
IFavoriteDAO.insert(Favorite favorite,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
FavoriteDAO.insert(Favorite favorite,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IFavoriteDAO.store(Favorite favorite,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
FavoriteDAO.store(Favorite favorite,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Favorite |
FavoriteHome.update(Favorite favorite)
Update of the favorite which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
Favorite |
FavoriteService.findByPrimaryKey(int idFavorite)
Load the favorite for the given id
|
Modifier and Type | Method and Description |
---|---|
List<Favorite> |
FavoriteService.findAllActivatedFavorites()
Load all the activated favorites
|
List<Favorite> |
FavoriteService.findAllDefaultFavorites()
Return default favorite list
|
List<Favorite> |
FavoriteService.findAllFavorites()
Load all the favorites
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Favorite>> |
ProviderFavoriteService.getFavoritesListFromProvider()
Get a map with providerName ==> list of Favorites objects for the providerName
|
static Map<String,List<Favorite>> |
ProviderFavoriteService.getFavoritesListFromProviderNewRemoteId()
Get a map with providerName ==> list of Favorites objects for the providerName only for remote id not ever registered for this provider
|
List<Favorite> |
IFavoriteProvider.getProvideFavorites() |
List<Favorite> |
MokeFavoriteProvider.getProvideFavorites() |
Copyright © 2019 City of Paris. All rights reserved.