fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval
Interface IRetrievalTypeFactory

All Known Implementing Classes:
RetrievalTypeFactory

public interface IRetrievalTypeFactory

IRetrievalTypeFactory


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
 

Method Detail

setRetrievalTypes

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

Parameters:
mapRetrievalTypes - the retrieval types

getRetrievalTypes

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

Returns:
a map of (id_retrieval_type, IRetrievalType

getRetrievalType

IRetrievalType getRetrievalType(int nIdRetrievalType)
Get the retrieval type

Parameters:
nIdRetrievalType - the id retrieval type
Returns:
a RetrievalType


Copyright © 2012 Mairie de Paris. All Rights Reserved.