fr.paris.lutece.plugins.form.modules.comparevalidators.business
Class OperatorDAO
java.lang.Object
fr.paris.lutece.plugins.form.modules.comparevalidators.business.OperatorDAO
- All Implemented Interfaces:
- IOperatorDAO
public class OperatorDAO
- extends Object
- implements IOperatorDAO
OperatorDAO
Method Summary |
Operator |
load(int nIdOperator,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads data from the operator whose identifier is specified in parameter |
fr.paris.lutece.util.ReferenceList |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads data from all operators |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatorDAO
public OperatorDAO()
load
public Operator load(int nIdOperator,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Loads data from the operator whose identifier is specified in parameter
- Specified by:
load
in interface IOperatorDAO
- Parameters:
nIdOperator
- The operator identifierplugin
- the plugin
- Returns:
- the operator whose identifier is specified in parameter
selectAll
public fr.paris.lutece.util.ReferenceList selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Loads data from all operators
- Specified by:
selectAll
in interface IOperatorDAO
- Parameters:
plugin
- The plugin
- Returns:
- the referenceList which contains data from all operators
Copyright © 2014 Mairie de Paris. All Rights Reserved.