Modifier and Type | Method and Description |
---|---|
static StyleSheet |
PortalComponentHome.getXsl(int nPortalComponentId,
int nModeId)
Returns the stylesheet of the portal component according to the mode
|
StyleSheet |
IPortalComponentDAO.selectXslFile(int nPortalComponentId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode
|
StyleSheet |
PortalComponentDAO.selectXslFile(int nPortalComponentId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode
|
Modifier and Type | Method and Description |
---|---|
StyleSheet |
PortletDAO.selectXslFile(int nPortletId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode
|
StyleSheet |
IPortletDAO.selectXslFile(int nPortletId,
int nIdMode)
Returns the stylesheet of the portlet according to the mode
|
Modifier and Type | Method and Description |
---|---|
static Collection<StyleSheet> |
StyleHome.getStyleSheetList(int nStyleId)
Returns the collection of the StyleSheet objects associated to the Style
|
Collection<StyleSheet> |
IStyleDAO.selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style
|
Collection<StyleSheet> |
StyleDAO.selectStyleSheetList(int nStyleId)
load the data of the StyleSheet which re associated to the given style
|
Modifier and Type | Method and Description |
---|---|
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 |
IStyleSheetDAO.load(int nIdStylesheet)
Load the data of Stylesheet from the table
|
StyleSheet |
StyleSheetDAO.load(int nIdStylesheet)
Load the data of Stylesheet from the table
|
Modifier and Type | Method and Description |
---|---|
static Collection<StyleSheet> |
StyleSheetHome.getStyleSheetList(int nModeId)
Returns a collection of StyleSheet objet
|
Collection<StyleSheet> |
IStyleSheetDAO.selectStyleSheetList(int nModeId)
Load the list of stylesheet
|
Collection<StyleSheet> |
StyleSheetDAO.selectStyleSheetList(int nModeId)
Load the list of stylesheet
|
Modifier and Type | Method and Description |
---|---|
static StyleSheet |
StyleSheetHome.create(StyleSheet stylesheet)
Creation of an instance of a Stylesheet file in the database
|
void |
IStyleSheetDAO.insert(StyleSheet stylesheet)
Insert a new record in the table.
|
void |
StyleSheetDAO.insert(StyleSheet stylesheet)
Insert a new record in the table.
|
void |
IStyleSheetDAO.store(StyleSheet stylesheet)
Update the record in the table
|
void |
StyleSheetDAO.store(StyleSheet stylesheet)
Update the record in the table
|
static void |
StyleSheetHome.update(StyleSheet stylesheet)
Update the StylesSheet whose identifier is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
String |
XmlTransformerService.transformBySourceWithXslCache(String strXml,
StyleSheet xslSource,
Map<String,String> params)
This method performs XSL transformation with cache.
|
String |
XmlTransformerService.transformBySourceWithXslCache(String strXml,
StyleSheet xslSource,
Map<String,String> params,
Properties outputProperties)
This method performs XSL transformation with cache.
|
Copyright © 2020 City of Paris. All rights reserved.