|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(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(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 List<MappingAttribute> |
MappingAttributeHome.findDocumentMappingAttributeList(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of all mapping attribute of a document type |
List<MappingAttribute> |
IMappingAttributeDAO.selectDocumentMappingAttributeList(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of all mapping attributes of a document |
List<MappingAttribute> |
MappingAttributeDAO.selectDocumentMappingAttributeList(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 List<MappingAttribute> |
MappingService.getDocumentMappingAttributeList(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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||