|
||||||||||
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
public abstract class DbPageSection
This class represents business object DbPageSection
Constructor Summary | |
---|---|
DbPageSection()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getColumnNames()
Returns the ColumnNames |
fr.paris.lutece.portal.service.database.PluginConnectionService |
getConnectionService(java.lang.String strPoolName)
Get a connection service corresponding to the given poolname. |
java.lang.String |
getDbPool()
Returns the DbPool of the section |
DbPageSection |
getDbSection()
A DbPageSection object is produced |
java.lang.String |
getDescType()
The type of the section |
long |
getIdTypeSignature()
Gets the signature of the section |
java.lang.String |
getRole()
Returns the Role of the section |
java.lang.String |
getSql()
Returns the sql request of the section |
java.lang.String |
getTemplatePath()
Returns the template path |
java.lang.String |
getTitle()
Returns the title of the section |
java.lang.String |
getType()
Returns the type of this DbPageSection. |
protected java.lang.String |
getValuatedQuery(java.util.List listValues)
Returns the SQL query associated to the section filled by extra values |
void |
setColumnNames(java.util.List listColumnNames)
Sets the listColumnNames |
void |
setDbPool(java.lang.String strDbPool)
Sets the DbPool |
void |
setDescType(java.lang.String strDescType)
Sets the type of the section |
void |
setIdTypeSignature(long lIdType)
Sets the signature of the section |
void |
setRole(java.lang.String strRole)
Sets the Role |
void |
setSql(java.lang.String strSql)
Sets the SQL request |
void |
setTemplatePath(java.lang.String strTemplatePath)
Sets the template path of the DbPageSection to the specified string. |
void |
setTitle(java.lang.String strTitle)
Sets the title of the section |
void |
setType(java.lang.String strType)
Sets the type of the DbPageSection to the specified string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.dbpage.business.section.IDbPageSection |
---|
getCreationTemplate, getHtmlSection, getIdType, getMarkMap, getModificationTemplate, getTypeDescription |
Constructor Detail |
---|
public DbPageSection()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String strType)
strType
- the new typepublic java.lang.String getTemplatePath()
public void setTemplatePath(java.lang.String strTemplatePath)
strTemplatePath
- The new template pathpublic java.util.List<java.lang.String> getColumnNames()
public void setColumnNames(java.util.List listColumnNames)
listColumnNames
- the list of columns namespublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- The new titlepublic java.lang.String getSql()
public void setSql(java.lang.String strSql)
strSql
- The SQL requestpublic java.lang.String getDbPool()
public void setDbPool(java.lang.String strDbPool)
strDbPool
- The DbPoolpublic fr.paris.lutece.portal.service.database.PluginConnectionService getConnectionService(java.lang.String strPoolName)
strPoolName
- The Poolname
protected java.lang.String getValuatedQuery(java.util.List listValues)
listValues
- A list of extra values to substitute in the query
public java.lang.String getRole()
public void setRole(java.lang.String strRole)
strRole
- The Rolepublic DbPageSection getDbSection()
public void setIdTypeSignature(long lIdType)
lIdType
- The type of the section idpublic long getIdTypeSignature()
public void setDescType(java.lang.String strDescType)
strDescType
- The description of the type of the sectionpublic java.lang.String getDescType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |