fr.paris.lutece.portal.service.insert
Class InsertServiceManager

java.lang.Object
  extended by fr.paris.lutece.portal.service.insert.InsertServiceManager

public final class InsertServiceManager
extends java.lang.Object

Manager of the InsertServices (Insert + HTML). Responsible for (un)registering them.


Method Summary
static InsertService getInsertService(java.lang.String strId)
          Get a particular Insert service
static java.util.Collection<InsertService> getInsertServicesList()
          Returns all registered Insert services
static java.util.List<java.lang.String> getInsertsLabels()
          Returns the names of all registered Insert Service
static void registerInsertService(InsertService is)
          Registers a new Index Service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerInsertService

public static void registerInsertService(InsertService is)
Registers a new Index Service

Parameters:
is - the service

getInsertServicesList

public static java.util.Collection<InsertService> getInsertServicesList()
Returns all registered Insert services

Returns:
A collection containing all registered Insert services

getInsertService

public static InsertService getInsertService(java.lang.String strId)
Get a particular Insert service

Parameters:
strId - Identifier of the seeked service
Returns:
the selected Insert service

getInsertsLabels

public static java.util.List<java.lang.String> getInsertsLabels()
Returns the names of all registered Insert Service

Returns:
An enumeration containing the names of all registered Insert Service


Copyright © 2009 Mairie de Paris. All Rights Reserved.