public interface IGraphTypeDAO
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
|
GraphType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idKey
- The identifier of the graph typeplugin
- the pluginCopyright © 2016 City of Paris. All rights reserved.