Uses of Class
fr.paris.lutece.portal.business.style.Style

Packages that use Style
fr.paris.lutece.portal.business.style   
 

Uses of Style in fr.paris.lutece.portal.business.style
 

Methods in fr.paris.lutece.portal.business.style that return Style
static Style StyleHome.create(Style style)
          Creation of a Style record in the database
static Style StyleHome.findByPrimaryKey(int nKey)
          Returns an instance of a style whose identifier is specified in parameter
 Style IStyleDAO.load(int nStyleId)
          load the data of the Style whose identifier is specified in parameter from the table
 Style StyleDAO.load(int nStyleId)
          load the data of the Style whose identifier is specified in parameter from the table
 

Methods in fr.paris.lutece.portal.business.style that return types with arguments of type Style
static java.util.Collection<Style> StyleHome.getStylesList()
          Returns the collection of the Style objects stored in the database
 java.util.Collection<Style> IStyleDAO.selectStylesList()
          Load the list of styles stored in the database
 java.util.Collection<Style> StyleDAO.selectStylesList()
          Load the list of styles stored in the database
 

Methods in fr.paris.lutece.portal.business.style with parameters of type Style
static Style StyleHome.create(Style style)
          Creation of a Style record in the database
 void IStyleDAO.insert(Style style)
          Insert a new record in the table.
 void StyleDAO.insert(Style style)
          Insert a new record in the table.
 void IStyleDAO.store(Style style)
          Update the record in the table
 void StyleDAO.store(Style style)
          Update the record in the table
static void StyleHome.update(Style style)
          Updates the record in the database which corresponds to the Style instance specified in parameter.
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.