|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Theme | |
---|---|
fr.paris.lutece.portal.business.style | |
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)
Creation of an instance of a theme |
static Theme |
ThemeHome.findByPrimaryKey(java.lang.String strCodeTheme)
Returns an instance of an theme whose identifier is specified in parameter |
Theme |
ThemeDAO.load(java.lang.String strCodeTheme)
load the data of Level from the table |
Theme |
IThemeDAO.load(java.lang.String strCodeTheme)
load the data of Level from the table |
static Theme |
ThemeHome.update(Theme theme)
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()
Return the list of all the themes |
java.util.Collection<Theme> |
ThemeDAO.selectThemesList()
Returns a list of all the themes |
java.util.Collection<Theme> |
IThemeDAO.selectThemesList()
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)
Creation of an instance of a theme |
void |
ThemeDAO.insert(Theme theme)
Insert a new record in the table. |
void |
IThemeDAO.insert(Theme mode)
Insert a new record in the table. |
void |
ThemeDAO.store(Theme theme)
Update the record in the table |
void |
IThemeDAO.store(Theme theme)
Update the record in the table |
static Theme |
ThemeHome.update(Theme theme)
Update of the theme which is specified |
Uses of Theme in fr.paris.lutece.portal.service.portal |
---|
Methods in fr.paris.lutece.portal.service.portal that return 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |