|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StyleDAO.load(int nStyleId)
load the data of the Style whose identifier is specified in parameter from the table |
Style |
IStyleDAO.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> |
StyleDAO.selectStylesList()
Load the list of styles stored in the database |
java.util.Collection<Style> |
IStyleDAO.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 |
StyleDAO.insert(Style style)
Insert a new record in the table. |
void |
IStyleDAO.insert(Style style)
Insert a new record in the table. |
void |
StyleDAO.store(Style style)
Update the record in the table |
void |
IStyleDAO.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |