|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.testresource.TestResourceDAO
public class TestResourceDAO
TestResourceDAO
Constructor Summary | |
---|---|
TestResourceDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestResourceDAO()
Method Detail |
---|
public void insert(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface ITestResourceDAO
testResource
- instance of TestResource Objectplugin
- the pluginpublic TestResource load(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface ITestResourceDAO
nIdTestResource
- the test resource idplugin
- the plugin
public void delete(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface ITestResourceDAO
nIdTestResource
- the testResourceIdplugin
- the pluginpublic java.util.List<TestResource> selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectTestResource
in interface ITestResourceDAO
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |