|
||||||||||
| 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.MappingAttributeHome
public final class MappingAttributeHome
class mappingAttributeHome
| Method Summary | |
|---|---|
static void |
create(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of mappingAttribute |
static MappingAttribute |
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 |
static List<MappingAttribute> |
findDocumentMappingAttributeList(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of all mapping attribute of a document type |
static void |
remove(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Mapping attributes whose identifier is specified in parameter |
static void |
update(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the mappingAttribute which is specified in parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void update(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mappingAttribute - The instance of the MappingAttribute which contains the informations to updateplugin - the Plugin
public static void remove(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The code of the document typeplugin - the Plugin
public static void create(MappingAttribute mappingAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mappingAttribute - The instance of the MappingAttribute which contains the informations to storeplugin - the Plugin
public static MappingAttribute findByPrimaryKey(Integer idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
idKey - The mapping attribute idplugin - the Plugin
public static List<MappingAttribute> findDocumentMappingAttributeList(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The mapping attribute typeplugin - the Plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||