|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleSheet | |
---|---|
fr.paris.lutece.portal.business.portalcomponent | |
fr.paris.lutece.portal.business.portlet | |
fr.paris.lutece.portal.business.style | |
fr.paris.lutece.portal.business.stylesheet |
Uses of StyleSheet in fr.paris.lutece.portal.business.portalcomponent |
---|
Methods in fr.paris.lutece.portal.business.portalcomponent that return StyleSheet | |
---|---|
static StyleSheet |
PortalComponentHome.getXsl(int nPortalComponentId,
int nModeId)
Returns the stylesheet of the portal component according to the mode |
StyleSheet |
PortalComponentDAO.selectXslFile(int nPortalComponentId,
int nIdMode)
|
StyleSheet |
IPortalComponentDAO.selectXslFile(int nPortalComponentId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode |
Uses of StyleSheet in fr.paris.lutece.portal.business.portlet |
---|
Methods in fr.paris.lutece.portal.business.portlet that return StyleSheet | |
---|---|
StyleSheet |
PortletDAO.selectXslFile(int nPortletId,
int nIdMode)
|
StyleSheet |
IPortletDAO.selectXslFile(int nPortletId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode |
Uses of StyleSheet in fr.paris.lutece.portal.business.style |
---|
Methods in fr.paris.lutece.portal.business.style that return types with arguments of type StyleSheet | |
---|---|
static java.util.Collection<StyleSheet> |
StyleHome.getStyleSheetList(int nStyleId)
Returns the collection of the StyleSheet objects associated to the Style |
java.util.Collection<StyleSheet> |
StyleDAO.selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style |
java.util.Collection<StyleSheet> |
IStyleDAO.selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style |
Uses of StyleSheet in fr.paris.lutece.portal.business.stylesheet |
---|
Methods in fr.paris.lutece.portal.business.stylesheet that return StyleSheet | |
---|---|
static StyleSheet |
StyleSheetHome.create(StyleSheet stylesheet)
Creation of an instance of a Stylesheet file in the database |
static StyleSheet |
StyleSheetHome.findByPrimaryKey(int nKey)
Returns an instance of a stylesheet file whose identifier is specified in parameter |
StyleSheet |
StyleSheetDAO.load(int nIdStylesheet)
Load the data of Stylesheet from the table |
StyleSheet |
IStyleSheetDAO.load(int nIdStylesheet)
Load the data of Stylesheet from the table |
Methods in fr.paris.lutece.portal.business.stylesheet that return types with arguments of type StyleSheet | |
---|---|
static java.util.Collection<StyleSheet> |
StyleSheetHome.getStyleSheetList(int nModeId)
Returns a collection of StyleSheet objet |
java.util.Collection<StyleSheet> |
StyleSheetDAO.selectStyleSheetList(int nModeId)
Load the list of stylesheet |
java.util.Collection<StyleSheet> |
IStyleSheetDAO.selectStyleSheetList(int nModeId)
Load the list of stylesheet |
Methods in fr.paris.lutece.portal.business.stylesheet with parameters of type StyleSheet | |
---|---|
static StyleSheet |
StyleSheetHome.create(StyleSheet stylesheet)
Creation of an instance of a Stylesheet file in the database |
void |
StyleSheetDAO.insert(StyleSheet stylesheet)
Insert a new record in the table. |
void |
IStyleSheetDAO.insert(StyleSheet stylesheet)
Insert a new record in the table. |
void |
StyleSheetDAO.store(StyleSheet stylesheet)
Update the record in the table |
void |
IStyleSheetDAO.store(StyleSheet stylesheet)
Update the record in the table |
static void |
StyleSheetHome.update(StyleSheet stylesheet)
Update the StylesSheet whose identifier is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |