|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.TestResourceHome
public final class TestResourceHome
This class provides instances management methods (create, find, ...) for TestResource objects
Method Summary | |
---|---|
static void |
create(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of state |
static TestResource |
findByPrimaryKey(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
static java.util.List<TestResource> |
getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select TestResource |
static 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 |
Method Detail |
---|
public static void create(TestResource testResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
testResource
- The instance of TestResource which contains the informations to storeplugin
- the pluginpublic static void remove(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- The id of testResiurce to removeplugin
- the Pluginpublic static TestResource findByPrimaryKey(int nIdTestResource, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTestResource
- the test resource idplugin
- the plugin
public static 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 |