|
||||||||||
| 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.MappingAttributeDAO
public class MappingAttributeDAO
class MappingAttributeDAO
| Constructor Summary | |
|---|---|
MappingAttributeDAO()
|
|
| Method Summary | |
|---|---|
void |
delete(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Mapping attributes 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)
Load the mapping attribute by mapping attribute identifier |
java.util.List<MappingAttribute> |
selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of MappingAttributes of a document |
void |
store(MappingAttribute mappingAttribute,
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 MappingAttributeDAO()
| Method Detail |
|---|
public void store(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
store in interface IMappingAttributeDAOmappingAttribute - instance of the MappingAttribute object to updateplugin - the plugin
public void delete(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface IMappingAttributeDAOstrCodeDocumentType - The code of the document typeplugin - the Plugin
public void insert(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert in interface IMappingAttributeDAOmappingAttribute - instance of the MappingAttribute object to insertplugin - the plugin
public MappingAttribute load(java.lang.Integer idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IMappingAttributeDAOidKey - The mapping attribute idplugin - the Plugin
public java.util.List<MappingAttribute> selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectDocumentMappingAttributeList in interface IMappingAttributeDAOstrCodeDocumentType - The document type code identifierplugin - The plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||