|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void insert(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
testResource
- instance of TestResource Objectplugin
- the pluginTestResource load(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- the test resource idplugin
- the plugin
void delete(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- the testResourceIdplugin
- the pluginjava.util.List<TestResource> selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |