|
||||||||||
| 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.MappingHome
public final class MappingHome
class mappingHome
| Method Summary | |
|---|---|
static void |
create(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of mapping |
static Mapping |
findByCodeDocumentType(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a mapping whose identifier is specified in parameter |
static List<Mapping> |
getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all mapping |
static void |
remove(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the Mapping whose identifier is specified in parameter |
static void |
update(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the mapping 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 List<Mapping> getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - 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 Mapping findByCodeDocumentType(String strCodeDocumentType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
strCodeDocumentType - The code of the document typeplugin - the Plugin
public static void update(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping - The instance of the Mapping which contains the informations to updateplugin - the Plugin
public static void create(Mapping mapping,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
mapping - The instance of the Mapping which contains the informations to storeplugin - the Plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||