|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.GraphTypeDAO
public class GraphTypeDAO
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 |
---|
public GraphTypeDAO()
Method Detail |
---|
public GraphType load(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IGraphTypeDAO
idKey
- The identifier of the graph typeplugin
- the plugin
public java.util.List<GraphType> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select
in interface IGraphTypeDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |