public interface IGraphDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdGraph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
Graph |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Collection<Graph> |
selectGraphsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the graph objects and returns them as a collection
|
void |
store(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(Graph graph, fr.paris.lutece.portal.service.plugin.Plugin plugin)
graph
- instance of the Graph object to insertplugin
- the Pluginvoid store(Graph graph, fr.paris.lutece.portal.service.plugin.Plugin plugin)
graph
- the reference of the Graphplugin
- the Pluginvoid delete(int nIdGraph, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdGraph
- int identifier of the Graph to deleteplugin
- the PluginGraph load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the graphplugin
- the PluginCollection<Graph> selectGraphsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2015 City of Paris. All rights reserved.