public class GraphTypeDAO extends Object implements IGraphTypeDAO
Constructor and Description |
---|
GraphTypeDAO() |
Modifier and Type | Method and Description |
---|---|
GraphType |
load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the graph type from the table
|
List<GraphType> |
select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all graph type returns them in a list
|
public GraphType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IGraphTypeDAO
idKey
- The identifier of the graph typeplugin
- the pluginpublic List<GraphType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface IGraphTypeDAO
plugin
- the pluginCopyright © 2015 City of Paris. All rights reserved.