fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval
Class RetrievalTypeFactory

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval.RetrievalTypeFactory
All Implemented Interfaces:
IRetrievalTypeFactory

public final class RetrievalTypeFactory
extends java.lang.Object
implements IRetrievalTypeFactory

RetrievalTypeFactory


Field Summary
static java.lang.String BEAN_FACTORY
           
 
Constructor Summary
RetrievalTypeFactory()
           
 
Method Summary
 IRetrievalType getRetrievalType(int nIdRetrievalType)
          Get the retrieval type
 java.util.Map<java.lang.String,IRetrievalType> getRetrievalTypes()
          Get the retrieval type
 void setRetrievalTypes(java.util.Map<java.lang.String,IRetrievalType> mapRetrievalTypes)
          Set the retrieval types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_FACTORY

public static final java.lang.String BEAN_FACTORY
See Also:
Constant Field Values
Constructor Detail

RetrievalTypeFactory

public RetrievalTypeFactory()
Method Detail

setRetrievalTypes

public void setRetrievalTypes(java.util.Map<java.lang.String,IRetrievalType> mapRetrievalTypes)
Set the retrieval types

Specified by:
setRetrievalTypes in interface IRetrievalTypeFactory
Parameters:
mapRetrievalTypes - the retrieval types

getRetrievalTypes

public java.util.Map<java.lang.String,IRetrievalType> getRetrievalTypes()
Get the retrieval type

Specified by:
getRetrievalTypes in interface IRetrievalTypeFactory
Returns:
a map of (id_retrieval_type, IRetrievalType

getRetrievalType

public IRetrievalType getRetrievalType(int nIdRetrievalType)
Get the retrieval type

Specified by:
getRetrievalType in interface IRetrievalTypeFactory
Parameters:
nIdRetrievalType - the id retrieval type
Returns:
a RetrievalType


Copyright © 2012 Mairie de Paris. All Rights Reserved.