| Package | Description |
|---|---|
| fr.paris.lutece.portal.business.page | |
| fr.paris.lutece.portal.business.portlet | |
| fr.paris.lutece.portal.service.portlet | |
| fr.paris.lutece.portal.web.portlet |
| Modifier and Type | Method and Description |
|---|---|
List<Portlet> |
Page.getPortlets()
Returns the portlets list contained into the page
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setPortlets(List<Portlet> listPortlets)
Sets the date to which the portlets list has been modified
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasPortlet
This class represents business objects AliasPortlet
|
class |
PortletHtmlContent
Class that allow templates to generate content without using XML and XSL.
|
class |
PortletImpl
This class provides definition of methods which be overloaded by classes which inherits the Portlet class
|
| Modifier and Type | Method and Description |
|---|---|
Portlet |
PortletHome.create(Portlet portlet)
Creates a new portlet in the database
|
static Portlet |
PortletHome.findByPrimaryKey(int nKey)
Returns the Portlet whose primary key is specified in parameter
|
static Portlet |
PortletHome.getLastModifiedPortlet()
Get the last modified portlet
|
Portlet |
PortletDAO.load(int nPortletId)
Load the data of a portlet from the database
|
Portlet |
IPortletInterfaceDAO.load(int nPortletId)
Load the portlet whose identifier is specified in parameter
|
Portlet |
IAliasPortletDAO.load(int nPortletId)
Load the data of a portlet from the database
|
Portlet |
AliasPortletDAO.load(int nIdPortlet)
Load the data of a portlet from the database
|
Portlet |
IPortletDAO.load(int nPortletId)
Load the data of a portlet from the database
|
Portlet |
PortletDAO.loadLastModifiedPortlet()
Load the last modified portlet
|
Portlet |
IPortletDAO.loadLastModifiedPortlet()
Load the last modified portlet
|
| Modifier and Type | Method and Description |
|---|---|
static List<Portlet> |
PortletHome.findByType(String strIdPortletType)
Returns a collection of portlets according to the selected type
|
static Collection<Portlet> |
PortletHome.getAliasList(int nPortletId)
Returns the collection of the StyleSheet objects associated to the Style
|
static Collection<Portlet> |
PortletHome.getPortletsByRoleKey(String strRole)
Gets a collection of portlets associated to a given role
|
Collection<Portlet> |
PortletDAO.selectAliasesForPortlet(int nPortletId)
Returns the list of the alias portlets associated to the original portlet
|
Collection<Portlet> |
IPortletDAO.selectAliasesForPortlet(int nPortletId)
Returns the list of the alias portlets associated to the original portlet
|
Collection<Portlet> |
PortletDAO.selectPortletsByRole(String strRole)
Gets a collection of portlets associated to a given role
|
Collection<Portlet> |
IPortletDAO.selectPortletsByRole(String strRole)
Gets a collection of portlets associated to a given role
|
List<Portlet> |
PortletDAO.selectPortletsByType(String strPortletTypeId)
Returns a list of portlets according to the selected type
|
List<Portlet> |
IPortletDAO.selectPortletsByType(String strPortletTypeId)
Returns a list of portlets according to the selected type
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portlet.copy(Portlet portlet)
This method copies the fields of the portlet specified in this portlet.
|
Portlet |
PortletHome.create(Portlet portlet)
Creates a new portlet in the database
|
void |
PortletDAO.insert(Portlet portlet)
Insert a new record in the table.
|
void |
IPortletInterfaceDAO.insert(Portlet portlet)
Insert the portlet
|
void |
IAliasPortletDAO.insert(Portlet portlet)
Insert a new record in the table.
|
void |
AliasPortletDAO.insert(Portlet portlet)
Insert a new record in the table.
|
void |
IPortletDAO.insert(Portlet portlet)
Insert a new record in the table.
|
static void |
PortletHome.invalidate(Portlet portlet)
Invalidate the portlet which is specified in parameter
Invalidates the alias portlets connected to this portlet too.
|
void |
PortletHome.remove(Portlet portlet)
Deletes the portlet in the database
|
void |
PortletDAO.store(Portlet portlet)
Update the record in the table
|
void |
IPortletInterfaceDAO.store(Portlet portlet)
Update the portlet
|
void |
IAliasPortletDAO.store(Portlet portlet)
Update the record in the table
|
void |
AliasPortletDAO.store(Portlet portlet)
Update the record in the table
|
void |
IPortletDAO.store(Portlet portlet)
Update the record in the table
|
void |
PortletHome.update(Portlet portlet)
Updates a portlet with the values of the specified portlet instance
|
void |
PortletDAO.updateStatus(Portlet portlet,
int nStatus)
Update the portlet status : 0 for activated - 1 for suspended
|
static void |
PortletHome.updateStatus(Portlet portlet,
int nStatus)
Update the status of portlet
|
void |
IPortletDAO.updateStatus(Portlet portlet,
int nStatus)
Update the portlet status : 0 for activated - 1 for suspended
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Portlet> |
PortletService.getAuthorizedPortletCollection(Collection<Portlet> collectionPortlet,
AdminUser user)
Filter a collection of portlet associated to a given user
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortletService.isAuthorized(Portlet portlet,
AdminUser user)
Check if a portlet should be visible to the user
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Portlet> |
PortletService.getAuthorizedPortletCollection(Collection<Portlet> collectionPortlet,
AdminUser user)
Filter a collection of portlet associated to a given user
|
| Modifier and Type | Method and Description |
|---|---|
protected fr.paris.lutece.util.html.HtmlTemplate |
PortletJspBean.getModifyTemplate(Portlet portlet)
Fills update template with portlet values
|
protected fr.paris.lutece.util.html.HtmlTemplate |
PortletJspBean.getModifyTemplate(Portlet portlet,
Map<String,Object> model)
Fills update template with portlet values
|
protected String |
PortletJspBean.setPortletCommonData(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
Recovers the common attributes of the portlet
|
Copyright © 2016 City of Paris. All rights reserved.