|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.ThemeHome
public final class ThemeHome
This class provides instances management methods (create, find, ...) for Theme objects
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Theme create(Theme theme)
theme
- An instance of a theme which contains the informations to store
public static Theme update(Theme theme)
theme
- The instance of the theme which contains the data to store
public static void remove(String strCodeTheme)
strCodeTheme
- The identifier of the theme to removepublic static Theme findByPrimaryKey(String strCodeTheme)
strCodeTheme
- The theme primary key
public static Collection<Theme> getThemesList()
public static ReferenceList getThemes()
public static boolean isValidTheme(String strCodeTheme)
strCodeTheme
- The theme to check
public static void setGlobalTheme(String strGlobalTheme)
strGlobalTheme
- The Global Themepublic static String getGlobalTheme()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |