|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.service.testresource.TestResourceService
public class TestResourceService
TestResourceService
Field Summary | |
---|---|
static java.lang.String |
BEAN_SERVICE
|
Constructor Summary | |
---|---|
TestResourceService()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BEAN_SERVICE
Constructor Detail |
---|
public TestResourceService()
Method Detail |
---|
@Transactional(value="workflow.transactionManager") public void create(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create
in interface ITestResourceService
testResource
- The instance of TestResource which contains the informations to storeplugin
- the plugin@Transactional(value="workflow.transactionManager") public void remove(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove
in interface ITestResourceService
nIdTestResource
- The id of testResiurce to removeplugin
- the Pluginpublic TestResource findByPrimaryKey(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey
in interface ITestResourceService
nIdTestResource
- the test resource idplugin
- the plugin
public java.util.List<TestResource> getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
getList
in interface ITestResourceService
plugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |