fr.paris.lutece.plugins.workflow.business
Interface ITestResourceDAO

All Known Implementing Classes:
TestResourceDAO

public interface ITestResourceDAO

ITestResourceDAO


Method Summary
 void delete(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete the TestResource Object
 void insert(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 TestResource load(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the TestResource Object
 java.util.List<TestResource> selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load all TestResource
 

Method Detail

insert

void insert(TestResource testResource,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
testResource - instance of TestResource Object
plugin - the plugin

load

TestResource load(int nIdTestResource,
                  fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object

Parameters:
nIdTestResource - the test resource id
plugin - the plugin
Returns:
TestResource Object

delete

void delete(int nIdTestResource,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the TestResource Object

Parameters:
nIdTestResource - the testResourceId
plugin - the plugin

selectTestResource

java.util.List<TestResource> selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all TestResource

Parameters:
plugin - the plugin
Returns:
List of testResource


Copyright © 2011 Mairie de Paris. All Rights Reserved.