|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMappingAttributeDAO
Interface IMappingAttributeDAO
| Method Summary | |
|---|---|
void |
delete(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Mapping attributes of a document whose identifier is specified in parameter |
void |
insert(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
MappingAttribute |
load(java.lang.Integer idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a mappingAttribute whose id mapping attribute is specified in parameter |
java.util.List<MappingAttribute> |
selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of all mapping attributes of a document |
void |
store(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update mapping attribute record in the table. |
| Method Detail |
|---|
void store(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mappingAttribute - instance of the MappingAttribute object to updateplugin - the plugin
void delete(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The code of the document typeplugin - the plugin
void insert(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mappingAttribute - instance of the MappingAttribute object to insertplugin - the plugin
MappingAttribute load(java.lang.Integer idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
idKey - The mapping attribute idplugin - the Plugin
java.util.List<MappingAttribute> selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The document type codeplugin - the Plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||