public class SynthesisCriteriaService extends Object implements ISynthetisCriteriaService
| Constructor and Description |
|---|
SynthesisCriteriaService() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(SynthesisCriteria criteria,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a new criteria
|
SynthesisCriteria |
findByPrimaryKey(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a criteria
|
void |
remove(int nIdCriteria,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a criteria
|
void |
removeByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete criteria from a given id task
|
List<SynthesisCriteria> |
selectByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select criteria from a given id task
|
void |
update(SynthesisCriteria criteria,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update a criteria
|
public SynthesisCriteria findByPrimaryKey(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByPrimaryKey in interface ISynthetisCriteriaServicenId - the idplugin - the plugin@Transactional(value="workflow-evaluation.transactionManager") public void create(SynthesisCriteria criteria, fr.paris.lutece.portal.service.plugin.Plugin plugin)
create in interface ISynthetisCriteriaServicecriteria - the criteriaplugin - the plugin@Transactional(value="workflow-evaluation.transactionManager") public void update(SynthesisCriteria criteria, fr.paris.lutece.portal.service.plugin.Plugin plugin)
update in interface ISynthetisCriteriaServicecriteria - the criteriaplugin - the pluginpublic List<SynthesisCriteria> selectByIdTask(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectByIdTask in interface ISynthetisCriteriaServicenIdTask - the id taskplugin - the plugin@Transactional(value="workflow-evaluation.transactionManager")
public void removeByIdTask(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
removeByIdTask in interface ISynthetisCriteriaServicenIdTask - the id taskplugin - the plugin@Transactional(value="workflow-evaluation.transactionManager")
public void remove(int nIdCriteria,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove in interface ISynthetisCriteriaServicenIdCriteria - the id criteriaplugin - the pluginCopyright © 2018 City of Paris. All rights reserved.