|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.style.StyleHome
public final class StyleHome
This class provides instances management methods (create, find, ...) for Style objects
Method Summary | |
---|---|
static boolean |
checkStylePortalComponent(int nPortalComponentId)
Checks if a style has been created in the database with the given portal componenet |
static Style |
create(Style style)
Creation of a Style record in the database |
static Style |
findByPrimaryKey(int nKey)
Returns an instance of a style whose identifier is specified in parameter |
static ReferenceList |
getPortalComponentList()
Returns a reference list which contains all the Portal Components |
static Collection<StyleSheet> |
getStyleSheetList(int nStyleId)
Returns the collection of the StyleSheet objects associated to the Style |
static Collection<Style> |
getStylesList()
Returns the collection of the Style objects stored in the database |
static void |
remove(int nStyleId)
Deletes the record in the database which corresponds to the Style instance specified in parameter. |
static void |
update(Style style)
Updates the record in the database which corresponds to the Style instance specified in parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Style create(Style style)
style
- An instance of the style which contains the informations to store
public static void update(Style style)
style
- the instance of the style to updatepublic static void remove(int nStyleId)
nStyleId
- The identifier of the stylepublic static Style findByPrimaryKey(int nKey)
nKey
- The primary key of the style to find in the database
public static Collection<Style> getStylesList()
public static Collection<StyleSheet> getStyleSheetList(int nStyleId)
nStyleId
- identifier of the style
public static ReferenceList getPortalComponentList()
public static boolean checkStylePortalComponent(int nPortalComponentId)
nPortalComponentId
- The identifier of the portal component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |