Skip navigation links
A C D F G H I L P R S U 

A

addIndexerAction(String, int) - Static method in class fr.paris.lutece.plugins.htmlpage.utils.HtmlPageIndexerUtils
Warn that a action has been done.

C

canBeRemoved(String) - Method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPageWorkgroupRemovalListener
Check if the object can be safely removed
CONSTANT_TYPE_RESOURCE - Static variable in class fr.paris.lutece.plugins.htmlpage.utils.HtmlPageIndexerUtils
 
create(HtmlPage, Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Creation of an instance of htmlpage

D

delete(HtmlPage, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Delete a record from the table
delete(HtmlPage, Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Delete a record from the table
doCreateHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Process the data capture form of a new htmlpage
doDuplicateHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Process the data capture form of a new htmlpage from copy of other
doModifyHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Process the change form of a htmlPage
doRemoveHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Treats the removal form of a htmlPage

F

fillTemplate(Map<String, Object>, PageData, int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageInclude
Substitue specific Freemarker markers in the page template.
findAll(Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Returns a collection of htmlpages objects
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Returns an instance of a htmlpage whose identifier is specified in parameter
findEnabledHtmlPage(int, Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Returns htmlpage object with valid status
findEnabledHtmlPageList(Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Returns a collection of htmlpages objects with valid status
fr.paris.lutece.plugins.htmlpage.business - package fr.paris.lutece.plugins.htmlpage.business
 
fr.paris.lutece.plugins.htmlpage.service - package fr.paris.lutece.plugins.htmlpage.service
 
fr.paris.lutece.plugins.htmlpage.service.search - package fr.paris.lutece.plugins.htmlpage.service.search
 
fr.paris.lutece.plugins.htmlpage.utils - package fr.paris.lutece.plugins.htmlpage.utils
 
fr.paris.lutece.plugins.htmlpage.web - package fr.paris.lutece.plugins.htmlpage.web
 

G

getConfirmRemoveHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Manages the removal form of a htmlPage whose identifier is in the http request
getCreateHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Returns the form to create a htmlpage
getDescription() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Returns the description of this htmlpage.
getDescription() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
Returns the indexer service description
getDocuments(String) - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
Return a list of lucene document for incremental indexing
getHtmlContent() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Returns the htmlcontent of this htmlpage.
getId() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Returns the identifier of this htmlpage.
getInstance() - Static method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPageService
Returns the instance of the singleton
getListType() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
getManageHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
returns the template of the HtmlPageLists management
getModifyHtmlPage(HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
Returns the form to update info about a htmlPage
getName() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageApp
Returns the content of the page HtmlPage.
getRemovalRefusedMessage(String, Locale) - Method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPageWorkgroupRemovalListener
Gives a message explaining why the object can't be removed
getRole() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Gets the contactList role
getSearchResults(String, HttpServletRequest) - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageSearchEngine
Return search results
getSpecificSearchAppUrl() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
getStatus() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Returns the status of this htmlpage.
getVersion() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
getWorkgroup() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Returns the workgroup
getWorkgroupKey() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Return the WorkgroupKey Contact Label

H

HtmlPage - Class in fr.paris.lutece.plugins.htmlpage.business
This class represents business object HtmlPage
HtmlPage() - Constructor for class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Creates a new instance of HtmlPage
HtmlPageApp - Class in fr.paris.lutece.plugins.htmlpage.web
This class manages HtmlPage page.
HtmlPageApp() - Constructor for class fr.paris.lutece.plugins.htmlpage.web.HtmlPageApp
Creates a new instance of HtmlPageApp
HtmlPageDAO - Class in fr.paris.lutece.plugins.htmlpage.business
This class provides Data Access methods for HtmlPage objects
HtmlPageDAO() - Constructor for class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
 
HtmlPageHome - Class in fr.paris.lutece.plugins.htmlpage.business
This class provides instances management methods (create, find, ...) for Htmlpage objects
HtmlPageInclude - Class in fr.paris.lutece.plugins.htmlpage.web
This class manages HtmlPage include.
HtmlPageInclude() - Constructor for class fr.paris.lutece.plugins.htmlpage.web.HtmlPageInclude
 
HtmlPageIndexer - Class in fr.paris.lutece.plugins.htmlpage.service.search
Indexer service for htmlPage Xpages
HtmlPageIndexer() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
 
HtmlPageIndexerUtils - Class in fr.paris.lutece.plugins.htmlpage.utils
HtmlPageIndexerUtils
HtmlPageIndexerUtils() - Constructor for class fr.paris.lutece.plugins.htmlpage.utils.HtmlPageIndexerUtils
 
HtmlPageJspBean - Class in fr.paris.lutece.plugins.htmlpage.web
 
HtmlPageJspBean() - Constructor for class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
 
HtmlPagePlugin - Class in fr.paris.lutece.plugins.htmlpage.service
The HtmlPage Plugin
HtmlPagePlugin() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.HtmlPagePlugin
 
HtmlPageSearchEngine - Class in fr.paris.lutece.plugins.htmlpage.service.search
HtmlPageSearchEngine
HtmlPageSearchEngine() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageSearchEngine
 
HtmlPageService - Class in fr.paris.lutece.plugins.htmlpage.service
This Service manages contactListt actions (create, delete, modify ...)
HtmlPageService() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.HtmlPageService
 
HtmlPageUtil - Class in fr.paris.lutece.plugins.htmlpage.service
 
HtmlPageUtil() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.HtmlPageUtil
 
HtmlPageWorkgroupRemovalListener - Class in fr.paris.lutece.plugins.htmlpage.service
 
HtmlPageWorkgroupRemovalListener() - Constructor for class fr.paris.lutece.plugins.htmlpage.service.HtmlPageWorkgroupRemovalListener
Creates a new instance of HtmlPageWorkgroupRemovalListener

I

IHtmlPageDAO - Interface in fr.paris.lutece.plugins.htmlpage.business
htmlPageInterface
indexDocuments() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
Index all enabled HtmlPage
init() - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Initialize the HtmlPageList
init() - Method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPagePlugin
Initialize the plugin HtmlPage
init() - Method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPageService
Initializes the Housing service
insert(HtmlPage, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Insert a new record in the table.
insert(HtmlPage, Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Insert a new record in the table.
isEnable() - Method in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
isEnabled() - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
 
isVisible(HttpServletRequest, String) - Static method in class fr.paris.lutece.plugins.htmlpage.service.HtmlPageUtil
Checks if the page is visible for the current user

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Load the data of HtmlPage from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Load the data of HtmlPage from the table

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.htmlpage.service.HtmlPagePlugin
 
PROPERTY_INDEX_TYPE_PAGE - Static variable in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
 
PROPERTY_INDEXER_NAME - Static variable in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
 

R

remove(HtmlPage, Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Remove the Htmlpage whose identifier is specified in parameter
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
 
RIGHT_MANAGE_HTMLPAGE - Static variable in class fr.paris.lutece.plugins.htmlpage.web.HtmlPageJspBean
 
ROLE_NONE - Static variable in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
 

S

selectAll(Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Load the list of htmlpages
selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Load the list of htmlpages
selectEnabledHtmlPage(int, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Load enabled htmlpage
selectEnabledHtmlPage(int, Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Load the data of enabled HtmlPage from the table
selectEnabledHtmlPageList(Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Load the list of htmlpages
selectEnabledHtmlPageList(Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Load the list of htmlpages with valid status
setDescription(String) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the description of the htmlpage to the specified string.
setHtmlContent(String) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the htmlcontent of the htmlpage to the specified string.
setId(int) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the identifier of the htmlpage to the specified integer.
setRole(String) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
allows the contact List to be saw by a role
setStatus(int) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the description of the htmlpage to the specified string.
setWorkgroup(String) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the workgroup
setWorkgroupKey(String) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPage
Sets the description of the Contact with the specified String
SHORT_NAME - Static variable in class fr.paris.lutece.plugins.htmlpage.service.search.HtmlPageIndexer
 
store(HtmlPage, Plugin) - Method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageDAO
Update the record in the table
store(HtmlPage, Plugin) - Method in interface fr.paris.lutece.plugins.htmlpage.business.IHtmlPageDAO
Update the record in the table

U

update(HtmlPage, Plugin) - Static method in class fr.paris.lutece.plugins.htmlpage.business.HtmlPageHome
Update of the htmlpage which is specified in parameter
A C D F G H I L P R S U 
Skip navigation links

Copyright © 2017 City of Paris. All rights reserved.