fr.paris.lutece.plugins.directory.business
Interface IMapProvider

All Known Implementing Classes:
MapProvider

public interface IMapProvider

IMapProvider : map provider for Geolocation


Method Summary
 String getBackListHtmlCode()
          Gets the html code for list result in Back Office
 String getDisplayedName()
          Gets the displayed name
 String getFrontHtmlCode()
          Gets the html code for front office
 String getFrontListHtmlCode()
          Gets the html code for list result front office
 String getHtmlCode()
          Gets the html code
 String getKey()
          Gets the key.
 boolean isMapListSupported()
          Defines if map in bo and fo lists is supported
 fr.paris.lutece.util.ReferenceItem toRefItem()
          Builds a new ReferenceItem for the map provider
 

Method Detail

getKey

String getKey()
Gets the key. This key must be unique.

Returns:
the key;

getDisplayedName

String getDisplayedName()
Gets the displayed name

Returns:
the displayed name

getHtmlCode

String getHtmlCode()
Gets the html code

Returns:
the html code

getBackListHtmlCode

String getBackListHtmlCode()
Gets the html code for list result in Back Office

Returns:
the html code

getFrontListHtmlCode

String getFrontListHtmlCode()
Gets the html code for list result front office

Returns:
the html code

getFrontHtmlCode

String getFrontHtmlCode()
Gets the html code for front office

Returns:
the html code

toRefItem

fr.paris.lutece.util.ReferenceItem toRefItem()
Builds a new ReferenceItem for the map provider

Returns:
the item created.

isMapListSupported

boolean isMapListSupported()
Defines if map in bo and fo lists is supported

Returns:
true if a map can be generated (show on map button), false otherwise.


Copyright © 2013 Mairie de Paris. All Rights Reserved.