Uses of Class
fr.paris.lutece.plugins.document.modules.calendar.business.MappingAttribute

Packages that use MappingAttribute
fr.paris.lutece.plugins.document.modules.calendar.business   
fr.paris.lutece.plugins.document.modules.calendar.service   
 

Uses of MappingAttribute in fr.paris.lutece.plugins.document.modules.calendar.business
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.business that return MappingAttribute
static MappingAttribute MappingAttributeHome.findByPrimaryKey(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
 MappingAttribute IMappingAttributeDAO.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
 MappingAttribute MappingAttributeDAO.load(java.lang.Integer idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the mapping attribute by mapping attribute identifier
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.business that return types with arguments of type MappingAttribute
static java.util.List<MappingAttribute> MappingAttributeHome.findDocumentMappingAttributeList(java.lang.String strCodeDocumentType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return the list of all mapping attribute of a document type
 java.util.List<MappingAttribute> IMappingAttributeDAO.selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Return the list of all mapping attributes of a document
 java.util.List<MappingAttribute> MappingAttributeDAO.selectDocumentMappingAttributeList(java.lang.String strCodeDocumentType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of MappingAttributes of a document
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.business with parameters of type MappingAttribute
static void MappingAttributeHome.create(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of mappingAttribute
 void IMappingAttributeDAO.insert(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void MappingAttributeDAO.insert(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IMappingAttributeDAO.store(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          update mapping attribute record in the table.
 void MappingAttributeDAO.store(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          update record in the table.
static void MappingAttributeHome.update(MappingAttribute mappingAttribute, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the mappingAttribute which is specified in parameter
 

Uses of MappingAttribute in fr.paris.lutece.plugins.document.modules.calendar.service
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.service that return MappingAttribute
static MappingAttribute MappingService.getMappingAttribute(int nIdMappingAttribute)
          Return all datas of a mapping document attribute
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.service that return types with arguments of type MappingAttribute
static java.util.List<MappingAttribute> MappingService.getDocumentMappingAttributeList(java.lang.String strCodeDocumentType)
          Return all attributes of a mapping
 

Methods in fr.paris.lutece.plugins.document.modules.calendar.service with parameters of type MappingAttribute
static void MappingService.getAttributeDescription(MappingAttribute mappingAttribute)
          complete the mapping attribute with descriptions for user
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.