Skip navigation links
B C D F G I P R S U V 

B

BEAN_NAME - Static variable in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
The name of the bean of the DAO
BEAN_NAME - Static variable in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
The name of the bean of the DAO

C

canActionBePerformed(String, String) - Method in interface fr.paris.lutece.plugins.resource.service.action.IResourceAction
Check if the action can be performed hover a given resource
canBeRemoved(String) - Method in class fr.paris.lutece.plugins.resource.service.listeners.DatabaseResourceTypeResourceRemovalListener
canResourceTypeBeRemoved(String, Locale) - Static method in class fr.paris.lutece.plugins.resource.service.listeners.DatabaseResourceTypeRemovalManager
Check if a resource type can be removed
clone() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
clone() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
create(DatabaseResource) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Create a new database resource

D

DatabaseResource - Class in fr.paris.lutece.plugins.resource.business.database
Business class for resources
DatabaseResource() - Constructor for class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
 
DatabaseResourceDAO - Class in fr.paris.lutece.plugins.resource.business.database
DAO for database resources
DatabaseResourceDAO() - Constructor for class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
 
DatabaseResourceHome - Class in fr.paris.lutece.plugins.resource.business.database
Database resource home
DatabaseResourceProvider - Class in fr.paris.lutece.plugins.resource.service.provider
Provider for database resources
DatabaseResourceProvider() - Constructor for class fr.paris.lutece.plugins.resource.service.provider.DatabaseResourceProvider
 
DatabaseResourceSort - Class in fr.paris.lutece.plugins.resource.business.database
Database resource sort DTO
DatabaseResourceType - Class in fr.paris.lutece.plugins.resource.business.database
Resource type
DatabaseResourceType() - Constructor for class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
 
DatabaseResourceTypeDAO - Class in fr.paris.lutece.plugins.resource.business.database
DAO for database resource type
DatabaseResourceTypeDAO() - Constructor for class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
 
DatabaseResourceTypeHome - Class in fr.paris.lutece.plugins.resource.business.database
Database resource home
DatabaseResourceTypeRemovalManager - Class in fr.paris.lutece.plugins.resource.service.listeners
Removal manager for database resource types
DatabaseResourceTypeResourceRemovalListener - Class in fr.paris.lutece.plugins.resource.service.listeners
Removal listener of resource types that check that the resource type is not associated with any resource
DatabaseResourceTypeResourceRemovalListener() - Constructor for class fr.paris.lutece.plugins.resource.service.listeners.DatabaseResourceTypeResourceRemovalListener
 
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Remove a resource from the database
delete(int) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Remove a resource from the database
delete(String, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
Remove a resource type from the database
delete(String) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
Remove a resource type from the database
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Remove a resource from the database
delete(String, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
Remove a resource type from the database
doCreateResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Do create a resource
doCreateResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Do create a resource type
doModifyResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Do modify a resource
doModifyResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Do create a resource type
doRemoveResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Do remove a resource
doRemoveResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Do remove a resource type

F

findAll(Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Get the list of resources
findAll() - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Get the list of resources
findAll(Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
Get the list of resource types
findAll() - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
Get the list of resource types
findAll(Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Get the list of resources
findAll(Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
Get the list of resource types
findAllId(DatabaseResourceSort, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Get the list of resource ids
findAllId(DatabaseResourceSort) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Get the list of ids of resources
findAllId(DatabaseResourceSort, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Get the list of resource ids
findByListId(List<Integer>, DatabaseResourceSort, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Get the list of database resources from an id list
findByListId(List<Integer>, DatabaseResourceSort) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Get the list of database resources from an id list
findByListId(List<Integer>, DatabaseResourceSort, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Get the list of database resources from an id list
findByPrimaryKey(int, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Find a resource from its primary key
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Find a resource from its primary key
findByPrimaryKey(String, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
Find a resource from its primary key
findByPrimaryKey(String) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
Find a resource from its primary key
findByPrimaryKey(int, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Find a resource from its primary key
findByPrimaryKey(String, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
Find a resource from its primary key
findByResourceType(String, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Get the list of resources that have a given resource type
findByResourceType(String) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Get the list of resources that have a given resource type
findByResourceType(String, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Get the list of resources that have a given resource type
fr.paris.lutece.plugins.resource.business - package fr.paris.lutece.plugins.resource.business
 
fr.paris.lutece.plugins.resource.business.database - package fr.paris.lutece.plugins.resource.business.database
 
fr.paris.lutece.plugins.resource.service - package fr.paris.lutece.plugins.resource.service
 
fr.paris.lutece.plugins.resource.service.action - package fr.paris.lutece.plugins.resource.service.action
 
fr.paris.lutece.plugins.resource.service.listeners - package fr.paris.lutece.plugins.resource.service.listeners
 
fr.paris.lutece.plugins.resource.service.provider - package fr.paris.lutece.plugins.resource.service.provider
 
fr.paris.lutece.plugins.resource.web - package fr.paris.lutece.plugins.resource.web
 

G

getActionUrl(String, String) - Method in interface fr.paris.lutece.plugins.resource.service.action.IResourceAction
Get the URL of the action to perform
getConfirmRemoveResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Confirm the removal of a resource
getConfirmRemoveResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Get the confirmation message before removing a resource type
getCreateResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Get the page to create a resource
getDatabaseResourceCacheKey(String) - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the cache key for resources.
getDatabaseResourceSort(String, boolean) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceSort
Get a sort from a column name
getIcon(String, String) - Method in interface fr.paris.lutece.plugins.resource.service.action.IResourceAction
Get the CSS class to display the icon of the action
getIdResource() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Get the id of the resource
getIdResource() - Method in interface fr.paris.lutece.plugins.resource.business.IResource
Get the id of the resource
getInstance() - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the instance of the service
getInstance() - Static method in class fr.paris.lutece.plugins.resource.service.ResourceService
Get the instance of the service
getListResources(String) - Method in class fr.paris.lutece.plugins.resource.service.provider.DatabaseResourceProvider
Get the list of resources managed by this provider that have a given resource type
getListResources(String) - Method in interface fr.paris.lutece.plugins.resource.service.provider.IResourceProvider
Get the list of resources managed by this provider that have a given resource type
getListResources(String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Get the list of resources of a given type
getManageResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Get the page to display the list of database resources
getManageResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Get the manage resource type page
getModifyResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Get the page to create a resource
getName() - Method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
getRemovalRefusedMessage(String, Locale) - Method in class fr.paris.lutece.plugins.resource.service.listeners.DatabaseResourceTypeResourceRemovalListener
getResource(String, String) - Method in class fr.paris.lutece.plugins.resource.service.provider.DatabaseResourceProvider
Get a resource.
getResource(String, String) - Method in interface fr.paris.lutece.plugins.resource.service.provider.IResourceProvider
Get a resource.
getResource(String, String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Get a resource from its id and type
getResourceCacheKey(String, String) - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the cache key for resources
getResourceName() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Get the resource name
getResourceName() - Method in interface fr.paris.lutece.plugins.resource.business.IResource
Get the resource name
getResourceProvider(String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Get the resource provider of a resource type
getResourceType() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Get the resource type
getResourceType() - Method in interface fr.paris.lutece.plugins.resource.business.IResource
Get the resource type
getResourceTypeCacheKey(String) - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the cache for resource types
getResourceTypeDescription() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
Get the description of the resource type.
getResourceTypeDescription() - Method in interface fr.paris.lutece.plugins.resource.business.IResourceType
Get the description of the resource type.
getResourceTypeDescription() - Method in class fr.paris.lutece.plugins.resource.business.ResourceTypeDefaultImplementation
Get the description of the resource type.
getResourceTypeList() - Method in class fr.paris.lutece.plugins.resource.service.provider.DatabaseResourceProvider
Get the list of resource types managed by this provider
getResourceTypeList() - Method in interface fr.paris.lutece.plugins.resource.service.provider.IResourceProvider
Get the list of resource types managed by this provider
getResourceTypeName() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
Get the name of the resource type.
getResourceTypeName() - Method in interface fr.paris.lutece.plugins.resource.business.IResourceType
Get the name of the resource type.
getResourceTypeName() - Method in class fr.paris.lutece.plugins.resource.business.ResourceTypeDefaultImplementation
Get the name of the resource type.
getResourceTypeProviderCacheKey(String) - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the cache key of the association between a resource provider and a resource type
getResourceTypesList(Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
Get the list of resource type names
getResourceTypesList() - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
Get the list of resource types
getResourceTypesList(Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
Get the list of resource type names
getResourceTypesList() - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Get the list of available resource types
getResourceTypesListCacheKey() - Static method in class fr.paris.lutece.plugins.resource.service.ResourceCacheService
Get the cache key for the list of resource types
getSort() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceSort
Get the sort column name
getSortAsc() - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceSort
Check if the sort should be ascending or descending
getTitle(String, String, Locale) - Method in interface fr.paris.lutece.plugins.resource.service.action.IResourceAction
Get the title of the action

I

IDatabaseResourceDAO - Interface in fr.paris.lutece.plugins.resource.business.database
Interface of DAO to manage database resources
IDatabaseResourceTypeDAO - Interface in fr.paris.lutece.plugins.resource.business.database
Interface of DAO of database resource type
IDatabaseResourceTypeRemovalListener - Interface in fr.paris.lutece.plugins.resource.service.listeners
Interface for removal listeners of database
init() - Method in class fr.paris.lutece.plugins.resource.service.ResourcePlugin
insert(DatabaseResource, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
insert a new resource into the database
insert(DatabaseResourceType, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
insert a new resource type into the database
insert(DatabaseResourceType) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
insert a new resource type into the database
insert(DatabaseResource, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
insert a new resource into the database
insert(DatabaseResourceType, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
insert a new resource type into the database
IResource - Interface in fr.paris.lutece.plugins.resource.business
Interface for resources
IResourceAction - Interface in fr.paris.lutece.plugins.resource.service.action
Interface for action to apply on resources
IResourceAction only represents action button displayed.
IResourceProvider - Interface in fr.paris.lutece.plugins.resource.service.provider
Interface for resource providers.
IResourceType - Interface in fr.paris.lutece.plugins.resource.business
Interface for resource types
isResourceTypeManaged(String) - Method in class fr.paris.lutece.plugins.resource.service.provider.DatabaseResourceProvider
Check if a resource type is managed by this provider
isResourceTypeManaged(String) - Method in interface fr.paris.lutece.plugins.resource.service.provider.IResourceProvider
Check if a resource type is managed by this provider
isResourceTypeManaged(String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Check if a resource type is managed by any provider

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.resource.service.ResourcePlugin
Name of the resource plugin

R

ResourceCacheService - Class in fr.paris.lutece.plugins.resource.service
Cache service for resources, resource types and resources providers
ResourceJspBean - Class in fr.paris.lutece.plugins.resource.web
Jsp Bean to manage resources
ResourceJspBean() - Constructor for class fr.paris.lutece.plugins.resource.web.ResourceJspBean
 
ResourcePlugin - Class in fr.paris.lutece.plugins.resource.service
Resource plugin
ResourcePlugin() - Constructor for class fr.paris.lutece.plugins.resource.service.ResourcePlugin
 
ResourceService - Class in fr.paris.lutece.plugins.resource.service
Resource service
resourceTypeCreated(String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Declare a resource type as created.
ResourceTypeDefaultImplementation - Class in fr.paris.lutece.plugins.resource.business
Default implementation of resource types
ResourceTypeDefaultImplementation(String, String) - Constructor for class fr.paris.lutece.plugins.resource.business.ResourceTypeDefaultImplementation
Creates a new resource type
ResourceTypeJspBean - Class in fr.paris.lutece.plugins.resource.web
Jsp Bean to manage resource types
ResourceTypeJspBean() - Constructor for class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
 
resourceTypeRemoved(String) - Method in class fr.paris.lutece.plugins.resource.service.ResourceService
Declare a resource type as removed.
RIGHT_MANAGE_RESOURCES - Static variable in class fr.paris.lutece.plugins.resource.web.ResourceJspBean
Right to manage resources

S

setIdResource(int) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Set the id of the resource
setResourceName(String) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Set the name of this resource
setResourceType(String) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResource
Set the type of this resource
setResourceTypeDescription(String) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
Set the description of the resource type
setResourceTypeName(String) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceType
Set the name of the resource type

U

update(DatabaseResource, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceDAO
Updates a database resource
update(DatabaseResource) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceHome
Updates a database resource
update(DatabaseResourceType, Plugin) - Method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeDAO
Updates a resource type
update(DatabaseResourceType) - Static method in class fr.paris.lutece.plugins.resource.business.database.DatabaseResourceTypeHome
Updates a resource type
update(DatabaseResource, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceDAO
Updates a database resource
update(DatabaseResourceType, Plugin) - Method in interface fr.paris.lutece.plugins.resource.business.database.IDatabaseResourceTypeDAO
Updates a resource type

V

viewCreateResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Get the page to create a resource type
viewModifyResourceType(HttpServletRequest) - Method in class fr.paris.lutece.plugins.resource.web.ResourceTypeJspBean
Get the page to create a resource type
B C D F G I P R S U V 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.