|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResource | |
---|---|
fr.paris.lutece.plugins.workflow.business |
Uses of TestResource in fr.paris.lutece.plugins.workflow.business |
---|
Methods in fr.paris.lutece.plugins.workflow.business that return TestResource | |
---|---|
static TestResource |
TestResourceHome.findByPrimaryKey(int nIdTestResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the TestResource Object |
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)
|
Methods in fr.paris.lutece.plugins.workflow.business that return types with arguments of type TestResource | |
---|---|
static java.util.List<TestResource> |
TestResourceHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select 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)
|
Methods in fr.paris.lutece.plugins.workflow.business with parameters of type TestResource | |
---|---|
static void |
TestResourceHome.create(TestResource testResource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of state |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |