fr.paris.lutece.plugins.form.business
Class GraphTypeDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.GraphTypeDAO
All Implemented Interfaces:
IGraphTypeDAO

public class GraphTypeDAO
extends java.lang.Object
implements IGraphTypeDAO

class GraphTypeDAO


Constructor Summary
GraphTypeDAO()
           
 
Method Summary
 GraphType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the graph type from the table
 java.util.List<GraphType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all graph type returns them in a list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTypeDAO

public GraphTypeDAO()
Method Detail

load

public GraphType load(int idKey,
                      fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the graph type from the table

Specified by:
load in interface IGraphTypeDAO
Parameters:
idKey - The identifier of the graph type
plugin - the plugin
Returns:
the instance of the GraphType

select

public java.util.List<GraphType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all graph type returns them in a list

Specified by:
select in interface IGraphTypeDAO
Parameters:
plugin - the plugin
Returns:
the list of graph type


Copyright © 2012 Mairie de Paris. All Rights Reserved.