Uses of Class
fr.paris.lutece.portal.business.right.Level

Packages that use Level
fr.paris.lutece.portal.business.right   
 

Uses of Level in fr.paris.lutece.portal.business.right
 

Methods in fr.paris.lutece.portal.business.right that return Level
static Level LevelHome.create(Level mode)
          Creation of an instance of a mode
static Level LevelHome.findByPrimaryKey(int nKey)
          Returns an instance of an mode whose identifier is specified in parameter
 Level ILevelDAO.load(int nIdLevel)
          load the data of Level from the table
 Level LevelDAO.load(int nIdLevel)
          load the data of Level from the table
static Level LevelHome.update(Level mode)
          Update of the mode which is specified
 

Methods in fr.paris.lutece.portal.business.right that return types with arguments of type Level
static java.util.Collection<Level> LevelHome.getLevelsList()
          Return the list of all the modes
 java.util.Collection<Level> ILevelDAO.selectLevelsList()
          Returns a list of all the right level
 java.util.Collection<Level> LevelDAO.selectLevelsList()
          Returns a list of all the right level
 

Methods in fr.paris.lutece.portal.business.right with parameters of type Level
static Level LevelHome.create(Level mode)
          Creation of an instance of a mode
 void ILevelDAO.insert(Level level)
          Insert a new record in the table.
 void LevelDAO.insert(Level level)
          Insert a new record in the table.
 void ILevelDAO.store(Level level)
          Update the record in the table
 void LevelDAO.store(Level level)
          Update the record in the table
static Level LevelHome.update(Level mode)
          Update of the mode which is specified
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.