Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
F
G
I
L
R
S
T
U
C
ChildPagesPortlet
- Class in
fr.paris.lutece.plugins.childpages.business.portlet
This class represents business objects ChildPagesPortlet
ChildPagesPortlet()
- Constructor for class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Sets the identifier of the portlet type to the value specified in the ChildPagesPortletHome class
ChildPagesPortletDAO
- Class in
fr.paris.lutece.plugins.childpages.business.portlet
This class provides Data Access methods for ChildPagesPortlet objects
ChildPagesPortletDAO()
- Constructor for class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
ChildPagesPortletHome
- Class in
fr.paris.lutece.plugins.childpages.business.portlet
This class provides instances management methods for ChildPagesPortlet objects
ChildPagesPortletHome()
- Constructor for class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
ChildPagesPortletJspBean
- Class in
fr.paris.lutece.plugins.childpages.web.portlet
This class provides the user interface to manage ChildPages Portlet
ChildPagesPortletJspBean()
- Constructor for class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
D
delete(int)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Deletes a record from the table
delete(int)
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Deletes a record from the table
doCreate(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
Process portlet's creation
doModify(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
Process portlet's modification
F
fr.paris.lutece.plugins.childpages.business.portlet
- package fr.paris.lutece.plugins.childpages.business.portlet
fr.paris.lutece.plugins.childpages.web.portlet
- package fr.paris.lutece.plugins.childpages.web.portlet
G
getChildPagesList(int)
- Static method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the list of the child pages of a page whose identifier is specified in parameter
getCreate(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
Returns the Download portlet creation form
getDAO()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the instance of the ChildPagesPortletDAO singleton
getHelpParentPage(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
displays the form to help the parent page input of the child page portlet
getInstance()
- Static method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the instance of ChildPagesPortletHome
getModify(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
getPagesList()
- Static method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the list of all the pages of the database
getParentPageId()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Returns the identifier of the parent page of the portlet
getParentPageId(int)
- Static method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the portlet parent page identifier of the portlet whose identifier is specified in parameter
getPortletTypeId()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletHome
Returns the identifier of the child pages portlet type
getPropertiesPrefix()
- Method in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
Returns portlet's properties prefix
getXml(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Returns the Xml code of the Child pages portlet without XML heading
getXmlDocument(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Returns the Xml code of the ChildPage portlet with XML heading
I
IChildPagesPortletDAO
- Interface in
fr.paris.lutece.plugins.childpages.business.portlet
insert(Portlet)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Insert a new record in the table childpages_portlet
insert(Portlet)
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Insert a new record in the table childpages_portlet
L
load(int)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Loads the data of a ChildPagesPortlet whose identifier is specified in parameter from the table
load(int)
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Loads the data of a ChildPagesPortlet whose identifier is specified in parameter from the table
R
remove()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Removes the current instance of the ChildPage Portlet object
RIGHT_MANAGE_ADMIN_SITE
- Static variable in class fr.paris.lutece.plugins.childpages.web.portlet.
ChildPagesPortletJspBean
S
selectChildPagesList(int)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Load the list of the child pages of a page whose identifier is specified in parameter
selectChildPagesList(int)
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Load the list of the child pages of a page whose identifier is specified in parameter
selectPagesList()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Load the list of all the pages of the database
selectPagesList()
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Load the list of all the pages of the database
setParentPageId(int)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Sets the parent page identifier of the portlet to the value specified in parameter
store(Portlet)
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortletDAO
Updates a record in the table with the Portlet instance specified in parameter
store(Portlet)
- Method in interface fr.paris.lutece.plugins.childpages.business.portlet.
IChildPagesPortletDAO
Updates a record in the table with the Portlet instance specified in parameter
T
TAG_CHILD_PAGE
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
TAG_CHILD_PAGE_DESCRIPTION
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
TAG_CHILD_PAGE_ID
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
TAG_CHILD_PAGE_IMAGE
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
TAG_CHILD_PAGE_NAME
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
TAG_CHILD_PAGES_PORTLET_LIST
- Static variable in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
U
update()
- Method in class fr.paris.lutece.plugins.childpages.business.portlet.
ChildPagesPortlet
Updates the current instance of the ChildPage Portlet object
C
D
F
G
I
L
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007
Mairie de Paris
. All Rights Reserved.