|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMappingDAO
Interface IMappingDAO
| Method Summary | |
|---|---|
void |
delete(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Mapping whose identifier is specified in parameter |
void |
insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Mapping |
load(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the mapping from the table |
List<Mapping> |
select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all mapping returns them in a list |
void |
store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
| Method Detail |
|---|
List<Mapping> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - the plugin
void delete(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The code of the document typeplugin - the Plugin
Mapping load(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The code of the document typeplugin - the plugin
void store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping - instance of the Mapping object to updateplugin - the plugin
void insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping - instance of the Mapping object to insertplugin - the plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||