|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Menus | |
---|---|
fr.paris.lutece.plugins.menus.business | |
fr.paris.lutece.plugins.menus.web |
Uses of Menus in fr.paris.lutece.plugins.menus.business |
---|
Methods in fr.paris.lutece.plugins.menus.business that return Menus | |
---|---|
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 |
MenusDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the menus from the table |
Menus |
IMenusDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data 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 |
Methods in fr.paris.lutece.plugins.menus.business that return types with arguments of type Menus | |
---|---|
static java.util.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 |
java.util.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 |
java.util.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 |
Methods in fr.paris.lutece.plugins.menus.business with parameters of type Menus | |
---|---|
static Menus |
MenusHome.create(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the menus class |
void |
MenusDAO.insert(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IMenusDAO.insert(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
MenusDAO.store(Menus menus,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IMenusDAO.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 |
Uses of Menus in fr.paris.lutece.plugins.menus.web |
---|
Methods in fr.paris.lutece.plugins.menus.web with parameters of type Menus | |
---|---|
java.lang.String |
TreeMenuPageInclude.getTreeMenuPage(int nIdPage,
int nMode,
Menus menus,
javax.servlet.http.HttpServletRequest request)
Builds the tree menu bar |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |