| Package | Description |
|---|---|
| fr.paris.lutece.portal.business.style | |
| fr.paris.lutece.portal.service.plugin | |
| fr.paris.lutece.portal.service.portal |
| Modifier and Type | Method and Description |
|---|---|
static Theme |
ThemeHome.create(Theme theme)
Deprecated.
Creation of an instance of a theme
|
static Theme |
ThemeHome.findByPrimaryKey(String strCodeTheme)
Deprecated.
Returns an instance of an theme whose identifier is specified in parameter
|
Theme |
ThemeDAO.load(String strCodeTheme)
Deprecated.
load the data of Level from the table
|
Theme |
IThemeDAO.load(String strCodeTheme)
Deprecated.
load the data of Level from the table
|
static Theme |
ThemeHome.update(Theme theme)
Deprecated.
Update of the theme which is specified
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Theme> |
ThemeHome.getThemesList()
Deprecated.
Return the list of all the themes
|
Collection<Theme> |
ThemeDAO.selectThemesList()
Deprecated.
Returns a list of all the themes
|
Collection<Theme> |
IThemeDAO.selectThemesList()
Deprecated.
Returns a list of all the themes
|
| Modifier and Type | Method and Description |
|---|---|
static Theme |
ThemeHome.create(Theme theme)
Deprecated.
Creation of an instance of a theme
|
void |
ThemeDAO.insert(Theme theme)
Deprecated.
Insert a new record in the table.
|
void |
IThemeDAO.insert(Theme mode)
Deprecated.
Insert a new record in the table.
|
void |
ThemeDAO.store(Theme theme)
Deprecated.
Update the record in the table
|
void |
IThemeDAO.store(Theme theme)
Deprecated.
Update the record in the table
|
static Theme |
ThemeHome.update(Theme theme)
Deprecated.
Update of the theme which is specified
|
| Modifier and Type | Method and Description |
|---|---|
Theme |
Plugin.getXPageTheme(javax.servlet.http.HttpServletRequest request)
Returns the theme the plugin use for rendering a Xpage
|
| Modifier and Type | Method and Description |
|---|---|
static Theme |
ThemesService.create(Theme theme)
Create a new theme
|
Theme |
IThemeService.create(Theme theme)
Creation of an instance of a theme
|
Theme |
IThemeService.getGlobalTheme()
Get the global theme
|
static Theme |
ThemesService.getGlobalTheme(String strTheme)
Returns the global theme
|
static Theme |
ThemesService.getGlobalThemeObject()
Returns the global theme Object
|
static Theme |
ThemesService.getTheme(PageData data,
javax.servlet.http.HttpServletRequest request)
Get the theme code depending of the different priorities.
|
Theme |
IThemeService.getTheme(String strTheme)
Get the theme given the
code_theme |
static Theme |
ThemesService.update(Theme theme)
Update a theme
|
Theme |
IThemeService.update(Theme theme)
Update of the theme which is specified
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Theme> |
ThemesService.getThemesList()
Get a collection of themes
|
Collection<Theme> |
IThemeService.getThemesList()
Return the list of all the themes
|
| Modifier and Type | Method and Description |
|---|---|
static Theme |
ThemesService.create(Theme theme)
Create a new theme
|
Theme |
IThemeService.create(Theme theme)
Creation of an instance of a theme
|
static Theme |
ThemesService.update(Theme theme)
Update a theme
|
Theme |
IThemeService.update(Theme theme)
Update of the theme which is specified
|
Copyright © 2016 City of Paris. All rights reserved.