|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMappingDAO
Files2Docs Mapping interface
Method Summary | |
---|---|
void |
delete(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Deletes a record from the table |
void |
insert(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a new record in the table |
Mapping |
load(int nMappingId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping from the table |
java.util.Collection<Mapping> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of all the mapping |
Mapping |
selectByDocumentTypeCode(java.lang.String strDocumentTypeCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Loads the data of the mapping filtered by document type code |
void |
store(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table |
Method Detail |
---|
java.util.Collection<Mapping> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
void insert(Mapping mapping, fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping
- Instance of the Mapping object to insertplugin
- The pluginMapping load(int nMappingId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nMappingId
- The mapping identifierplugin
- The plugin
void store(Mapping mapping, fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping
- The reference of the mappingplugin
- The pluginvoid delete(int nMappingId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nMappingId
- The mapping identifierplugin
- The pluginMapping selectByDocumentTypeCode(java.lang.String strDocumentTypeCode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strDocumentTypeCode
- The document type codeplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |