Package | Description |
---|---|
fr.paris.lutece.portal.business.style |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Collection<Style> |
StyleHome.getStylesList()
Returns the collection of the Style objects stored in the database
|
Collection<Style> |
IStyleDAO.selectStylesList()
Load the list of styles stored in the database
|
Collection<Style> |
StyleDAO.selectStylesList()
Load the list of styles stored in the database
|
Modifier and Type | Method and Description |
---|---|
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 © 2020 City of Paris. All rights reserved.