Package | Description |
---|---|
fr.paris.lutece.plugins.graphite.business |
Modifier and Type | Method and Description |
---|---|
static Graph |
GraphHome.create(Graph graph)
Create an instance of the graph class
|
static Graph |
GraphHome.findByPrimaryKey(int nKey)
Returns an instance of a graph whose identifier is specified in parameter
|
Graph |
GraphDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Graph |
IGraphDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Graph |
GraphHome.update(Graph graph)
Update of the graph which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
List<Graph> |
Category.getGraphs()
Returns the graphs
|
static Collection<Graph> |
GraphHome.getGraphsList()
Load the data of all the graph objects and returns them in form of a collection
|
Collection<Graph> |
GraphDAO.selectGraphsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the graph objects and returns them as a collection
|
Collection<Graph> |
IGraphDAO.selectGraphsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the graph objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static Graph |
GraphHome.create(Graph graph)
Create an instance of the graph class
|
void |
GraphDAO.insert(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IGraphDAO.insert(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
GraphDAO.store(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IGraphDAO.store(Graph graph,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Graph |
GraphHome.update(Graph graph)
Update of the graph which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.