|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.DbPage
public class DbPage
This class represents business object Page
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
DbPage()
|
Method Summary | |
---|---|
java.lang.String |
getContent(java.util.List<java.lang.String> listValues,
javax.servlet.http.HttpServletRequest request)
Returns the DbPage Content |
java.util.List<DbPageSection> |
getListSection()
Returns the sections of this dbpage. |
java.lang.String |
getName()
Returns the name of this dbpage. |
int |
getNbSection()
Returns the number of sections of this dbpage. |
java.lang.String |
getTitle()
Returns the title of this dbpage. |
java.lang.String |
getWorkgroup()
The workgroup |
static void |
init()
Initialize the DbPage |
boolean |
isVisible(javax.servlet.http.HttpServletRequest request)
Checks if the page is visible for the current user |
void |
setListSection(java.util.List<DbPageSection> listSections)
Sets the sections of the dbpage to the specified list. |
void |
setName(java.lang.String strName)
Sets the name of the dbpage to the specified string. |
void |
setNbSection(int nNbSection)
Sets the number of section of the dbpage to the specified integer. |
void |
setTitle(java.lang.String strTitle)
Sets the title of the dbpage to the specified string. |
void |
setWorkgroup(java.lang.String strWorkgroup)
Sets the workgroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public DbPage()
Method Detail |
---|
public static void init()
public int getNbSection()
public void setNbSection(int nNbSection)
nNbSection
- the new number of sectionpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- the new namepublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- the new emailpublic java.util.List<DbPageSection> getListSection()
public void setListSection(java.util.List<DbPageSection> listSections)
listSections
- Sets a list of sectionspublic java.lang.String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(java.lang.String strWorkgroup)
strWorkgroup
- The workgrouppublic java.lang.String getContent(java.util.List<java.lang.String> listValues, javax.servlet.http.HttpServletRequest request)
request
- The requestlistValues
- The list of Values of parameters
public boolean isVisible(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |