|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResource | |
---|---|
fr.paris.lutece.plugins.workflow.business.testresource | |
fr.paris.lutece.plugins.workflow.service.testresource |
Uses of TestResource in fr.paris.lutece.plugins.workflow.business.testresource |
---|
Methods in fr.paris.lutece.plugins.workflow.business.testresource that return TestResource | |
---|---|
TestResource |
ITestResourceDAO.load(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
TestResource |
TestResourceDAO.load(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
Methods in fr.paris.lutece.plugins.workflow.business.testresource that return types with arguments of type TestResource | |
---|---|
java.util.List<TestResource> |
ITestResourceDAO.selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all TestResource |
java.util.List<TestResource> |
TestResourceDAO.selectTestResource(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load all TestResource |
Methods in fr.paris.lutece.plugins.workflow.business.testresource with parameters of type TestResource | |
---|---|
void |
ITestResourceDAO.insert(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
TestResourceDAO.insert(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Uses of TestResource in fr.paris.lutece.plugins.workflow.service.testresource |
---|
Methods in fr.paris.lutece.plugins.workflow.service.testresource that return TestResource | |
---|---|
TestResource |
TestResourceService.findByPrimaryKey(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
TestResource |
ITestResourceService.findByPrimaryKey(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
Methods in fr.paris.lutece.plugins.workflow.service.testresource that return types with arguments of type TestResource | |
---|---|
java.util.List<TestResource> |
TestResourceService.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select TestResource |
java.util.List<TestResource> |
ITestResourceService.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select TestResource |
Methods in fr.paris.lutece.plugins.workflow.service.testresource with parameters of type TestResource | |
---|---|
void |
TestResourceService.create(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of state |
void |
ITestResourceService.create(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |