Skip navigation links
C D F G I L M N P R S U 

C

Category - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This is the business class for the object Category
Category() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.business.Category
 
CategoryDAO - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This class provides Data Access methods for Category objects
CategoryDAO() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
 
CategoryHome - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This class provides instances management methods (create, find, ...) for Category objects
CategoryJspBean - Class in fr.paris.lutece.plugins.myportal.modules.rss.web
This class provides the user interface to manage Category features ( manage, create, modify, remove )
CategoryJspBean() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
 
create(Category) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Create an instance of the category class
create(RssConf) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Create an instance of the rssConf class

D

delete(int, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Delete a record from the table
doCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Process the data capture form of a new category
doCreateRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Process the data capture form of a new rssconf
doModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Process the change form of a category
doModifyRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Process the change form of a rssconf
doRemoveCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Handles the removal form of a category
doRemoveRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Handles the removal form of a rssconf

F

fetchRssFeed(String) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetService
Fetch a RSS feed
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Returns an instance of a category whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Returns an instance of a rssConf whose identifier is specified in parameter
findByTitle(String) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Returns an instance of a category whose title is specified in parameter
fr.paris.lutece.plugins.myportal.modules.rss.business - package fr.paris.lutece.plugins.myportal.modules.rss.business
 
fr.paris.lutece.plugins.myportal.modules.rss.service - package fr.paris.lutece.plugins.myportal.modules.rss.service
 
fr.paris.lutece.plugins.myportal.modules.rss.web - package fr.paris.lutece.plugins.myportal.modules.rss.web
 

G

getAttributeUser() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the AttributeUser
getAttributeValue() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the AttributeValue
getCategorysList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Load the data of all the category objects and returns them as a list
getCategorysReferenceList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Load the data of all the category objects and returns them as a referenceList
getConfirmRemoveCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Manages the removal form of a category whose identifier is in the http request
getConfirmRemoveRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Manages the removal form of a rssconf whose identifier is in the http request
getCreateCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Returns the form to create a category
getCreateRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Returns the form to create a rssconf
getDescription() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssAdvancedWidgetHandler
getDescription() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetHandler
getId() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.Category
Returns the Id
getId() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the Id
getIdCategory() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the IdCategory
getIdCategorysList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Load the id of all the category objects and returns them as a list
getIdRssConfsList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Load the id of all the rssConf objects and returns them as a list
getIdStyleSheet() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the IdStyleSheet
getManageCategorys(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Build the Manage View
getManageRssConfs(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Build the Manage View
getModifyCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.CategoryJspBean
Returns the form to update info about a category
getModifyRssConf(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
Returns the form to update info about a rssconf
getName() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssAdvancedWidgetHandler
getName() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetHandler
getName() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetService
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.web.ManageRssJspBean
Return a model that contains the list and paginator infos
getRssConfsList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Load the data of all the rssConf objects and returns them as a list
getRssConfsList(int) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Load the data of the rssConf objects and returns them as a list
getRssConfsReferenceList() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Load the data of all the rssConf objects and returns them as a referenceList
getRssFeed(String, int) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetService
 
getTitle() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.Category
Returns the Title
getUrl() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Returns the Url

I

ICategoryDAO - Interface in fr.paris.lutece.plugins.myportal.modules.rss.business
ICategoryDAO Interface
insert(Category, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Insert a new record in the table.
insert(Category, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Insert a new record in the table.
insert(RssConf, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Insert a new record in the table.
insert(RssConf, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Insert a new record in the table.
instance() - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetService
 
IRssConfDAO - Interface in fr.paris.lutece.plugins.myportal.modules.rss.business
IRssConfDAO Interface
isCustomizable() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssAdvancedWidgetHandler
isCustomizable() - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetHandler

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Load the data from the table
load(String, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Load the data from the table
load(String, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Load the data from the table
loadByCategory(int, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
 
loadByCategory(int, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO

M

ManageRssJspBean - Class in fr.paris.lutece.plugins.myportal.modules.rss.web
ManageRss JSP Bean abstract class for JSP Bean
ManageRssJspBean() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.web.ManageRssJspBean
 

N

newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Generates a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Generates a new primary key

P

PROPERTY_ERROR_LOADING_FEED - Static variable in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetService
 

R

remove(int) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Remove the category whose identifier is specified in parameter
remove(int) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Remove the rssConf whose identifier is specified in parameter
renderWidget(Widget, LuteceUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssAdvancedWidgetHandler
renderWidget(Widget, LuteceUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetHandler
RIGHT_MANAGERSS - Static variable in class fr.paris.lutece.plugins.myportal.modules.rss.web.ManageRssJspBean
 
RssAdvancedWidgetHandler - Class in fr.paris.lutece.plugins.myportal.modules.rss.service
RSS Widget Handler
RssAdvancedWidgetHandler() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.service.RssAdvancedWidgetHandler
 
RssConf - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This is the business class for the object RssConf
RssConf() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
 
RssConfDAO - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This class provides Data Access methods for RssConf objects
RssConfDAO() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
 
RssConfHome - Class in fr.paris.lutece.plugins.myportal.modules.rss.business
This class provides instances management methods (create, find, ...) for RssConf objects
RssConfJspBean - Class in fr.paris.lutece.plugins.myportal.modules.rss.web
This class provides the user interface to manage RssConf features ( manage, create, modify, remove )
RssConfJspBean() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.web.RssConfJspBean
 
RssWidgetHandler - Class in fr.paris.lutece.plugins.myportal.modules.rss.service
RSS Widget Handler
RssWidgetHandler() - Constructor for class fr.paris.lutece.plugins.myportal.modules.rss.service.RssWidgetHandler
 
RssWidgetService - Class in fr.paris.lutece.plugins.myportal.modules.rss.service
Rss Widget Service

S

selectCategorysList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Load the data of all the category objects and returns them as a list
selectCategorysList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Load the data of all the category objects and returns them as a list
selectCategorysReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Load the data of all the category objects and returns them as a referenceList
selectCategorysReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Load the data of all the category objects and returns them as a referenceList
selectIdCategorysList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Load the id of all the category objects and returns them as a list
selectIdCategorysList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Load the id of all the category objects and returns them as a list
selectIdRssConfsList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Load the id of all the rssConf objects and returns them as a list
selectIdRssConfsList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Load the id of all the rssConf objects and returns them as a list
selectRssConfsList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Load the data of all the rssConf objects and returns them as a list
selectRssConfsList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Load the data of all the rssConf objects and returns them as a list
selectRssConfsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Load the data of all the rssConf objects and returns them as a referenceList
selectRssConfsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Load the data of all the rssConf objects and returns them as a referenceList
setAttributeUser(String) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the AttributeUser
setAttributeValue(String) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the AttributeValue
setId(int) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.Category
Sets the Id
setId(int) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the Id
setIdCategory(int) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the IdCategory
setIdStyleSheet(int) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the IdStyleSheet
setTitle(String) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.Category
Sets the Title
setUrl(String) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConf
Sets the Url
store(Category, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryDAO
Update the record in the table
store(Category, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.ICategoryDAO
Update the record in the table
store(RssConf, Plugin) - Method in interface fr.paris.lutece.plugins.myportal.modules.rss.business.IRssConfDAO
Update the record in the table
store(RssConf, Plugin) - Method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfDAO
Update the record in the table

U

update(Category) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.CategoryHome
Update of the category which is specified in parameter
update(RssConf) - Static method in class fr.paris.lutece.plugins.myportal.modules.rss.business.RssConfHome
Update of the rssConf which is specified in parameter
C D F G I L M N P R S U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.