|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
fr.paris.lutece.portal.business.style | |
fr.paris.lutece.portal.service.plugin | |
fr.paris.lutece.portal.service.portal |
Uses of Theme in fr.paris.lutece.portal.business.style |
---|
Methods in fr.paris.lutece.portal.business.style that return Theme | |
---|---|
static Theme |
ThemeHome.create(Theme theme)
Deprecated. Creation of an instance of a theme |
static Theme |
ThemeHome.findByPrimaryKey(java.lang.String strCodeTheme)
Deprecated. Returns an instance of an theme whose identifier is specified in parameter |
Theme |
IThemeDAO.load(java.lang.String strCodeTheme)
Deprecated. load the data of Level from the table |
Theme |
ThemeDAO.load(java.lang.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 |
Methods in fr.paris.lutece.portal.business.style that return types with arguments of type Theme | |
---|---|
static java.util.Collection<Theme> |
ThemeHome.getThemesList()
Deprecated. Return the list of all the themes |
java.util.Collection<Theme> |
IThemeDAO.selectThemesList()
Deprecated. Returns a list of all the themes |
java.util.Collection<Theme> |
ThemeDAO.selectThemesList()
Deprecated. Returns a list of all the themes |
Methods in fr.paris.lutece.portal.business.style with parameters of type Theme | |
---|---|
static Theme |
ThemeHome.create(Theme theme)
Deprecated. Creation of an instance of a theme |
void |
IThemeDAO.insert(Theme mode)
Deprecated. Insert a new record in the table. |
void |
ThemeDAO.insert(Theme theme)
Deprecated. Insert a new record in the table. |
void |
IThemeDAO.store(Theme theme)
Deprecated. Update the record in the table |
void |
ThemeDAO.store(Theme theme)
Deprecated. Update the record in the table |
static Theme |
ThemeHome.update(Theme theme)
Deprecated. Update of the theme which is specified |
Uses of Theme in fr.paris.lutece.portal.service.plugin |
---|
Methods in fr.paris.lutece.portal.service.plugin that return Theme | |
---|---|
Theme |
Plugin.getXPageTheme(javax.servlet.http.HttpServletRequest request)
Returns the theme the plugin use for rendering a Xpage |
Uses of Theme in fr.paris.lutece.portal.service.portal |
---|
Methods in fr.paris.lutece.portal.service.portal that return Theme | |
---|---|
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(java.lang.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(java.lang.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 |
Methods in fr.paris.lutece.portal.service.portal that return types with arguments of type Theme | |
---|---|
static java.util.Collection<Theme> |
ThemesService.getThemesList()
Get a collection of themes |
java.util.Collection<Theme> |
IThemeService.getThemesList()
Return the list of all the themes |
Methods in fr.paris.lutece.portal.service.portal with parameters of type Theme | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |