|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.document.modules.calendar.business.MappingDAO
public class MappingDAO
class MappingDAO
| Constructor Summary | |
|---|---|
MappingDAO()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingDAO()
| Method Detail |
|---|
public List<Mapping> select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
select in interface IMappingDAOplugin - the plugin
public void delete(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface IMappingDAOstrCodeDocumentType - The code of the document typeplugin - the Plugin
public Mapping load(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IMappingDAOstrCodeDocumentType - The code of the document typeplugin - the plugin
public void store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
store in interface IMappingDAOmapping - instance of the Mapping object to updateplugin - the plugin
public void insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface IMappingDAOmapping - 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 | |||||||||