fr.paris.lutece.plugins.dbpage.business.section
Interface IDbPageSection

All Known Implementing Classes:
DbPageSection, DbPageSectionForm, DbPageSectionSelect, DbPageSectionTable

public interface IDbPageSection

An interface describing the sections


Method Summary
 java.lang.String getCreationTemplate()
          The path for the creation of the section
 java.lang.String getHtmlSection(java.util.List<java.lang.String> listValues, javax.servlet.http.HttpServletRequest request)
          The html content of the section
 long getIdType()
          The identifier of the type of a section
 java.util.Map<java.lang.String,java.lang.Object> getMarkMap()
          A map with additional parameters
 java.lang.String getModificationTemplate()
          The path for the modification of the section
 java.lang.String getTypeDescription()
          The description of the type of the section
 

Method Detail

getIdType

long getIdType()
The identifier of the type of a section

Returns:
The type of the section

getTypeDescription

java.lang.String getTypeDescription()
The description of the type of the section

Returns:
The description of the section

getHtmlSection

java.lang.String getHtmlSection(java.util.List<java.lang.String> listValues,
                                javax.servlet.http.HttpServletRequest request)
The html content of the section

Parameters:
listValues - The list of values
request - The http request
Returns:
The html rendering of the section

getCreationTemplate

java.lang.String getCreationTemplate()
The path for the creation of the section

Returns:
The path of the template needed to create the section

getModificationTemplate

java.lang.String getModificationTemplate()
The path for the modification of the section

Returns:
The path of the template needed to modify the section

getMarkMap

java.util.Map<java.lang.String,java.lang.Object> getMarkMap()
A map with additional parameters

Returns:
An additional map with markers and corresponding objects


Copyright © 2010 Mairie de Paris. All Rights Reserved.