public class BlogListPortlet
extends fr.paris.lutece.portal.business.portlet.PortletHtmlContent
| Modifier and Type | Field and Description |
|---|---|
static String |
MARK_LIST_BLOG_PUBLISHED |
static String |
MARK_PAGE_TEMPLATE |
static String |
MARK_PORTLET_ID |
static String |
MARK_PORTLET_NAME |
static String |
RESOURCE_ID |
FLAG_DISPLAY_ON_LARGE_DEVICE, FLAG_DISPLAY_ON_NORMAL_DEVICE, FLAG_DISPLAY_ON_SMALL_DEVICE, FLAG_DISPLAY_ON_XLARGE_DEVICE, STATUS_PUBLISHED, STATUS_UNPUBLISHEDTAG_CHILD_PAGES_LIST, TAG_CURRENT_PAGE_ID, TAG_DISPLAY_ON_LARGE_DEVICE, TAG_DISPLAY_ON_NORMAL_DEVICE, TAG_DISPLAY_ON_SMALL_DEVICE, TAG_DISPLAY_ON_XLARGE_DEVICE, TAG_DISPLAY_PORTLET_TITLE, TAG_MENU, TAG_MENU_INDEX, TAG_MENU_LIST, TAG_MODE, TAG_PAGE, TAG_PAGE_DESCRIPTION, TAG_PAGE_ID, TAG_PAGE_IMAGE, TAG_PAGE_LEVEL, TAG_PAGE_NAME, TAG_PARENT_PAGE_ID, TAG_PLUGIN_NAME, TAG_PORTLET, TAG_PORTLET_ID, TAG_PORTLET_NAME, TAG_SUBLEVEL_INDEX, TAG_SUBLEVEL_MENU, TAG_SUBLEVEL_MENU_LIST| Constructor and Description |
|---|
BlogListPortlet()
Sets the identifier of the portlet type to the value specified in the BlogsListPortletHome class
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIdBlogs(BlogPublication doc)
BlogDoPublication in the list _arrayBlogs
|
void |
addIdBlogs(int order,
BlogPublication doc)
set BlogPublication in the list by order
|
List<BlogPublication> |
getArrayBlogs() |
String |
getHtmlContent(javax.servlet.http.HttpServletRequest request) |
int |
getPageTemplateDocument()
Returns the identifier of the parent page of the portlet
|
int |
getPortletId()
Returns the nPortletId
|
void |
remove()
Removes the current instance of the Blogs List Portlet object
|
void |
removeBlogs(BlogPublication doc)
Remove blog publication
|
void |
setArrayBlogs(List<BlogPublication> arrayBlogs) |
void |
setPageTemplateDocument(int nPageTemplateDocument)
Sets the parent page identifier of the portlet to the value specified in parameter
|
void |
setPortletId(int nPortletId)
Sets the IdPortlet
|
void |
update()
Updates the current instance of the Blogs List Portlet object
|
getXml, getXmlDocument, isContentGeneratedByXmlAndXslcanBeCachedForAnonymousUsers, canBeCachedForConnectedUsers, copy, getAcceptAlias, getColumn, getDateUpdate, getDeviceDisplayFlags, getDisplayPortletTitle, getHomeClassName, getId, getName, getOrder, getPageId, getPluginName, getPortletTypeId, getPortletTypeName, getRole, getStatus, getStyleId, getUrlCreation, getUrlUpdate, getXslFile, getXslParams, getXslSource, hasDeviceDisplayFlag, setAcceptAlias, setColumn, setDateUpdate, setDeviceDisplayFlags, setDisplayPortletTitle, setHomeClassName, setId, setName, setOrder, setPageId, setPluginName, setPortletTypeId, setPortletTypeName, setRole, setStatus, setStyleId, setUrlCreation, setUrlUpdatepublic static final String RESOURCE_ID
public static final String MARK_LIST_BLOG_PUBLISHED
public static final String MARK_PAGE_TEMPLATE
public static final String MARK_PORTLET_ID
public static final String MARK_PORTLET_NAME
public BlogListPortlet()
public String getHtmlContent(javax.servlet.http.HttpServletRequest request)
getHtmlContent in class fr.paris.lutece.portal.business.portlet.PortletHtmlContentpublic void update()
public void remove()
remove in class fr.paris.lutece.portal.business.portlet.Portletpublic int getPortletId()
public void setPortletId(int nPortletId)
nPortletId - The nPortletIdpublic void setPageTemplateDocument(int nPageTemplateDocument)
nPageTemplateDocument - the codepublic int getPageTemplateDocument()
public List<BlogPublication> getArrayBlogs()
public void setArrayBlogs(List<BlogPublication> arrayBlogs)
arrayBlogs - the _arrayBlogs to setpublic void addIdBlogs(BlogPublication doc)
doc - The blog publicationpublic void addIdBlogs(int order,
BlogPublication doc)
order - The order in portlet publicationdoc - The blogpublic void removeBlogs(BlogPublication doc)
doc - The blog PublicationCopyright © 2020 City of Paris. All rights reserved.