Package | Description |
---|---|
fr.paris.lutece.plugins.menus.business | |
fr.paris.lutece.plugins.menus.web |
Modifier and Type | Method and Description |
---|---|
static Menus |
MenusHome.create(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the menus class
|
static Menus |
MenusHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a menus whose identifier is specified in parameter
|
Menus |
IMenusDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Menus |
MenusDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the menus from the table
|
static Menus |
MenusHome.update(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the menus which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<Menus> |
MenusHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the menus objects and returns them in form of a collection
|
Collection<Menus> |
IMenusDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the menus objects and returns them as a collection
|
Collection<Menus> |
MenusDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the menuss and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static Menus |
MenusHome.create(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the menus class
|
void |
IMenusDAO.insert(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
MenusDAO.insert(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IMenusDAO.store(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
MenusDAO.store(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Menus |
MenusHome.update(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the menus which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
String |
TreeMenuPageInclude.getTreeMenuPage(int nIdPage,
int nMode,
Menus menus,
javax.servlet.http.HttpServletRequest request)
Builds the tree menu bar
|
Copyright © 2015 City of Paris. All rights reserved.