public final class ThemeHome extends Object
| Modifier and Type | Method and Description |
|---|---|
static Theme |
create(Theme theme)
Deprecated.
Creation of an instance of a theme
|
static Theme |
findByPrimaryKey(String strCodeTheme)
Deprecated.
Returns an instance of an theme whose identifier is specified in parameter
|
static String |
getGlobalTheme()
Deprecated.
Returns the global theme
|
static ReferenceList |
getThemes()
Deprecated.
Returns a reference list which contains all the themes
|
static Collection<Theme> |
getThemesList()
Deprecated.
Return the list of all the themes
|
static boolean |
isValidTheme(String strCodeTheme)
Deprecated.
Checks if the theme is among existing themes
|
static void |
remove(String strCodeTheme)
Deprecated.
Remove the theme whose identifier is specified in parameter
|
static void |
setGlobalTheme(String strGlobalTheme)
Deprecated.
Sets the global theme
|
static Theme |
update(Theme theme)
Deprecated.
Update of the theme which is specified
|
public static Theme create(Theme theme)
theme - An instance of a theme which contains the informations to storepublic static Theme update(Theme theme)
theme - The instance of the theme which contains the data to storepublic static void remove(String strCodeTheme)
strCodeTheme - The identifier of the theme to removepublic static Theme findByPrimaryKey(String strCodeTheme)
strCodeTheme - The theme primary keypublic static Collection<Theme> getThemesList()
public static ReferenceList getThemes()
public static boolean isValidTheme(String strCodeTheme)
strCodeTheme - The theme to checkpublic static void setGlobalTheme(String strGlobalTheme)
strGlobalTheme - The Global Themepublic static String getGlobalTheme()
Copyright © 2019 City of Paris. All rights reserved.