|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.section.DbPageSection
fr.paris.lutece.plugins.dbpage.business.section.DbPageSectionTable
public class DbPageSectionTable
This class represents business object DbPageSectionTable
Constructor Summary | |
---|---|
DbPageSectionTable(java.lang.String strDescType)
Creates a section which of type table |
Method Summary | |
---|---|
java.lang.String |
getCreationTemplate()
The path of the template for creation |
java.lang.String |
getHtmlSection(java.util.List listValues,
javax.servlet.http.HttpServletRequest request)
Returns the Html Section Table form |
long |
getIdType()
The type of the section |
java.util.Map<java.lang.String,java.lang.Object> |
getMarkMap()
Returns a map with additional markers |
java.lang.String |
getModificationTemplate()
The path of the template for modification |
java.lang.String |
getTypeDescription()
The description of the section type |
Methods inherited from class fr.paris.lutece.plugins.dbpage.business.section.DbPageSection |
---|
getColumnNames, getConnectionService, getDbPool, getDbSection, getDescType, getIdTypeSignature, getRole, getSql, getTemplatePath, getTitle, getType, getValuatedQuery, setColumnNames, setDbPool, setDescType, setIdTypeSignature, setRole, setSql, setTemplatePath, setTitle, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbPageSectionTable(java.lang.String strDescType)
strDescType
- The description of the type of the sectionMethod Detail |
---|
public java.lang.String getHtmlSection(java.util.List listValues, javax.servlet.http.HttpServletRequest request)
request
- The requestlistValues
- the list of id values substitute in the SQL request
public long getIdType()
public java.lang.String getTypeDescription()
public java.lang.String getCreationTemplate()
public java.lang.String getModificationTemplate()
public java.util.Map<java.lang.String,java.lang.Object> getMarkMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |