fr.paris.lutece.plugins.form.business
Interface IGraphTypeDAO

All Known Implementing Classes:
GraphTypeDAO

public interface IGraphTypeDAO

IFormDAO Interface


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
 

Method Detail

load

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

Parameters:
idKey - The identifier of the graph type
plugin - the plugin
Returns:
the instance of the GraphType

select

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

Parameters:
plugin - the plugin
Returns:
the list of graph type


Copyright © 2010 Mairie de Paris. All Rights Reserved.