Uses of Class
fr.paris.lutece.portal.business.stylesheet.StyleSheet

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   
fr.paris.lutece.portal.service.html   
 

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 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
 

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)
          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
 

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 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
 

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 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
 

Methods in fr.paris.lutece.portal.business.stylesheet that return types with arguments of type StyleSheet
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
 

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 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
 

Uses of StyleSheet in fr.paris.lutece.portal.service.html
 

Methods in fr.paris.lutece.portal.service.html with parameters of type StyleSheet
 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 © 2014 Mairie de Paris. All Rights Reserved.