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

C

create(Project) - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Create an instance of the project class

D

delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Delete a record from the table
doCreateProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Process the data capture form of a new project
doCreateProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Process the data capture form of a new project
doModifyProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Process the change form of a project
doModifyProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Process the change form of a project
doRemoveProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Handles the removal form of a project
doRemoveProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Handles the removal form of a project

F

findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Returns an instance of a project whose identifier is specified in parameter
fr.paris.lutece.plugins.example.business - package fr.paris.lutece.plugins.example.business
 
fr.paris.lutece.plugins.example.service - package fr.paris.lutece.plugins.example.service
 
fr.paris.lutece.plugins.example.web - package fr.paris.lutece.plugins.example.web
 
fr.paris.lutece.plugins.example.web.rs - package fr.paris.lutece.plugins.example.web.rs
 

G

getConfirmRemoveProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Manages the removal form of a project whose identifier is in the http request
getConfirmRemoveProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Manages the removal form of a project whose identifier is in the http request
getCost() - Method in class fr.paris.lutece.plugins.example.business.Project
Returns the cost
getCreateProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Returns the form to create a project
getCreateProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Returns the form to create a project
getDescription() - Method in class fr.paris.lutece.plugins.example.business.Project
Returns the Description
getDetailProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Returns the form to create a project
getExtendableResourceDescription() - Method in class fr.paris.lutece.plugins.example.business.Project
 
getExtendableResourceImageUrl() - Method in class fr.paris.lutece.plugins.example.business.Project
 
getExtendableResourceName() - Method in class fr.paris.lutece.plugins.example.business.Project
getExtendableResourceType() - Method in class fr.paris.lutece.plugins.example.business.Project
getId() - Method in class fr.paris.lutece.plugins.example.business.Project
Returns the Id
getIdExtendableResource() - Method in class fr.paris.lutece.plugins.example.business.Project
getIdProjectsList() - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Load the id of all the project objects and returns them as a list
getImageUrl() - Method in class fr.paris.lutece.plugins.example.business.Project
Returns the ImageUrl
getInstance() - Static method in class fr.paris.lutece.plugins.example.service.ProjectCacheService
getter
getManageProjects(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Build the Manage View
getManageProjects(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
 
getModifyProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectJspBean
Returns the form to update info about a project
getModifyProject(HttpServletRequest) - Method in class fr.paris.lutece.plugins.example.web.ProjectXPage
Returns the form to update info about a project
getName() - Method in class fr.paris.lutece.plugins.example.business.Project
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.example.service.ProjectCacheService
get the service name
getPaginatedListModel(HttpServletRequest, String, List, String) - Method in class fr.paris.lutece.plugins.example.web.ManageProjectJspBean
Return a model that contains the list and paginator infos
getProjectById(int) - Method in class fr.paris.lutece.plugins.example.web.rs.ProjectRest
get a project
getProjectList() - Method in class fr.paris.lutece.plugins.example.web.rs.ProjectRest
get project list
getProjectsList() - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Load the data of all the project objects and returns them as a list
getProjectsReferenceList() - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Load the data of all the project objects and returns them as a referenceList
getProjectStatsById(int) - Method in class fr.paris.lutece.plugins.example.web.rs.ProjectRest
get project stats
getResource(String, LuteceUser) - Method in class fr.paris.lutece.plugins.example.service.ProjectCacheService
get the resource
getResource(String, String) - Method in class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService
getResourceType() - Method in class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService
getResourceTypeDescription(Locale) - Method in class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService
getResourceUrl(String, String) - Method in class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService

I

insert(Project, Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Insert a new record in the table.
insert(Project, Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Insert a new record in the table.
IProjectDAO - Interface in fr.paris.lutece.plugins.example.business
IProjectDAO Interface
isCostValid() - Method in class fr.paris.lutece.plugins.example.business.Project
Cost control :
isInvoked(String) - Method in class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService

L

load(int, Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Load the data from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Load the data from the table

M

ManageProjectJspBean - Class in fr.paris.lutece.plugins.example.web
ManageProject JSP Bean abstract class for JSP Bean
ManageProjectJspBean() - Constructor for class fr.paris.lutece.plugins.example.web.ManageProjectJspBean
 
MESSAGE_INVALID_COST - Static variable in class fr.paris.lutece.plugins.example.business.Project
 

N

newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Generates a new primary key

P

Project - Class in fr.paris.lutece.plugins.example.business
This is the business class for the object Project
Project() - Constructor for class fr.paris.lutece.plugins.example.business.Project
 
ProjectCacheService - Class in fr.paris.lutece.plugins.example.service
 
ProjectCacheService() - Constructor for class fr.paris.lutece.plugins.example.service.ProjectCacheService
init
ProjectDAO - Class in fr.paris.lutece.plugins.example.business
This class provides Data Access methods for Project objects
ProjectDAO() - Constructor for class fr.paris.lutece.plugins.example.business.ProjectDAO
 
ProjectExtendableResourceService - Class in fr.paris.lutece.plugins.example.service
 
ProjectExtendableResourceService() - Constructor for class fr.paris.lutece.plugins.example.service.ProjectExtendableResourceService
 
ProjectHome - Class in fr.paris.lutece.plugins.example.business
This class provides instances management methods (create, find, ...) for Project objects
ProjectJspBean - Class in fr.paris.lutece.plugins.example.web
This class provides the user interface to manage Project features ( manage, create, modify, remove )
ProjectJspBean() - Constructor for class fr.paris.lutece.plugins.example.web.ProjectJspBean
 
ProjectRest - Class in fr.paris.lutece.plugins.example.web.rs
 
ProjectRest() - Constructor for class fr.paris.lutece.plugins.example.web.rs.ProjectRest
 
ProjectXPage - Class in fr.paris.lutece.plugins.example.web
This class provides the user interface to manage Project xpages ( manage, create, modify, remove )
ProjectXPage() - Constructor for class fr.paris.lutece.plugins.example.web.ProjectXPage
 
PROPERTY_RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.example.business.Project
 

R

remove(int) - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Remove the project whose identifier is specified in parameter
RIGHT_MANAGEPROJECT - Static variable in class fr.paris.lutece.plugins.example.web.ManageProjectJspBean
 

S

selectIdProjectsList(Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Load the id of all the project objects and returns them as a list
selectIdProjectsList(Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Load the id of all the project objects and returns them as a list
selectProjectsList(Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Load the data of all the project objects and returns them as a list
selectProjectsList(Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Load the data of all the project objects and returns them as a list
selectProjectsReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Load the data of all the project objects and returns them as a referenceList
selectProjectsReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Load the data of all the project objects and returns them as a referenceList
setCost(int) - Method in class fr.paris.lutece.plugins.example.business.Project
Sets the cost
setDescription(String) - Method in class fr.paris.lutece.plugins.example.business.Project
Sets the Description
setId(int) - Method in class fr.paris.lutece.plugins.example.business.Project
Sets the Id
setImageUrl(String) - Method in class fr.paris.lutece.plugins.example.business.Project
Sets the ImageUrl
setLocale(Locale) - Method in class fr.paris.lutece.plugins.example.business.Project
 
setName(String) - Method in class fr.paris.lutece.plugins.example.business.Project
Sets the Name
store(Project, Plugin) - Method in interface fr.paris.lutece.plugins.example.business.IProjectDAO
Update the record in the table
store(Project, Plugin) - Method in class fr.paris.lutece.plugins.example.business.ProjectDAO
Update the record in the table

U

update(Project) - Static method in class fr.paris.lutece.plugins.example.business.ProjectHome
Update of the project which is specified in parameter
C D F G I L M N P R S U 
Skip navigation links

Copyright © 2020 City of Paris. All rights reserved.