|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestResourceService
ITestResourceService
Method Summary | |
---|---|
void |
create(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of state |
TestResource |
findByPrimaryKey(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
java.util.List<TestResource> |
getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select TestResource |
void |
remove(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove testResource which is specified in parameter |
Method Detail |
---|
@Transactional(value="workflow.transactionManager") void create(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
testResource
- The instance of TestResource which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") void remove(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- The id of testResiurce to removeplugin
- the PluginTestResource findByPrimaryKey(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- the test resource idplugin
- the plugin
java.util.List<TestResource> getList(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 |