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

C

create(Portlet) - Method in class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Create a new MyAppsPortlet
CryptoUtil - Class in fr.paris.lutece.plugins.myapps.util.crypto
Deprecated.

D

decrypt(String, String) - Static method in class fr.paris.lutece.plugins.myapps.util.crypto.CryptoUtil
Deprecated.
This function decrypt a given string using the DES algorithm.
delete(int) - Method in interface fr.paris.lutece.plugins.myapps.business.portlet.IMyAppsPortletDAO
Delete a record from the table
delete(int) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletDAO
Delete a record from the table
doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
Do create a MyAppsPortlet
doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
Process portlet's modification
doModifyMyAppsParameterDefaultValues(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.MyAppsJspBean
Modify parameter default values
doOpenMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
Returns application url with parameters

E

encrypt(String, String) - Static method in class fr.paris.lutece.plugins.myapps.util.crypto.CryptoUtil
Deprecated.
This function encrypt a given string using the DES algorithm.
equals(Object) - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Override the method equals

F

findAll(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterHome
Load all the parameter default values
findByKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterHome
Load the parameter value
findByPrimaryKey(int) - Method in class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Find a MyAppsPortlet by its primary key
fr.paris.lutece.plugins.myapps.business - package fr.paris.lutece.plugins.myapps.business
 
fr.paris.lutece.plugins.myapps.business.parameter - package fr.paris.lutece.plugins.myapps.business.parameter
 
fr.paris.lutece.plugins.myapps.business.portlet - package fr.paris.lutece.plugins.myapps.business.portlet
 
fr.paris.lutece.plugins.myapps.service - package fr.paris.lutece.plugins.myapps.service
 
fr.paris.lutece.plugins.myapps.service.parameter - package fr.paris.lutece.plugins.myapps.service.parameter
 
fr.paris.lutece.plugins.myapps.service.portlet - package fr.paris.lutece.plugins.myapps.service.portlet
 
fr.paris.lutece.plugins.myapps.util.crypto - package fr.paris.lutece.plugins.myapps.util.crypto
 
fr.paris.lutece.plugins.myapps.web - package fr.paris.lutece.plugins.myapps.web
 
fr.paris.lutece.plugins.myapps.web.portlet - package fr.paris.lutece.plugins.myapps.web.portlet
 

G

getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
Returns portlet user application's creation form
getDAO() - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletHome
Returns the instance of the MyAppsPortletDAO singleton
getDashboardData(AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.MyAppsAdminDashboardComponent
getDescription() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Returns the Description
getIdApplication() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Returns the IdApplication
getIdApplication() - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Returns the IdApplication
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletHome
Returns the instance of MyAppsPortletHome
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.service.MyAppsManager
Get the instance of MyAppsManager
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.service.MyAppsService
Get the instance of MyAppsService
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
Return the WhatsNewParameterService singleton
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Get the instance of the MyAppsPortletService
getLabelManageMyApps(Locale) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the label for the button ManageMyApps.
getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
Returns portlet user application's modification form
getMyAppsListByCategory(String, boolean) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the list of myapps that are enabled by category
getMyAppsListByUserName(String, boolean) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the list of myapps that are enabled.
getMyAppsListByUserNameAndCategory(String, String, boolean) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the list of myapps that are enabled by user and category
getMyAppsUserId() - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Returns the IdUser
getName() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Returns the Name
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.web.MyAppsApp
Front Office application to manage myapps application
getParamDefaultValue(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
Get the parameter default value given a parameter key
getParamDefaultValues(Plugin) - Method in class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
Load all the parameter default values
getPluginName() - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the plugin name
getPortletTypeId() - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletHome
Returns the type of the portlet
getProvider() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Get the provider that provides this MyApp
getProvider(String) - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsManager
Get the provider given its plugin name
getProviderName() - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the name of the provider
getProviderName(Locale) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the name of the provider
getProvidersList() - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsManager
Get the list of providers
getResourceId() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Get the resource ID
getResourceIdList(Locale) - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsResourceIdService
Returns a list of directory resource ids
getResourceImage(String) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the resource image
getResourceTypeCode() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Get the resource type code
getTitle(String, Locale) - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsResourceIdService
Returns the Title of a given resource
getUrl() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Returns the Url
getUrlOpenMyApps(int, LuteceUser) - Method in interface fr.paris.lutece.plugins.myapps.service.MyAppsProvider
Get the url for opening a myapps
getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortlet
Returns the Xml code of the MyLutece portlet without XML heading
getXmlDocument(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortlet
Returns the Xml code of the MyApps portlet with XML heading

H

hashCode() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Override the method hashCode
hasIcon() - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Check if the myApp has an icon or not

I

IMyAppsParameterDAO - Interface in fr.paris.lutece.plugins.myapps.business.parameter
IMyAppsParameterDAO
IMyAppsPortletDAO - Interface in fr.paris.lutece.plugins.myapps.business.portlet
IMyAppsPortletDAO
init() - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsPlugin
Initialize the MyAppsPlugin
init() - Method in class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
Init
insert(Portlet) - Method in interface fr.paris.lutece.plugins.myapps.business.portlet.IMyAppsPortletDAO
Insert a new record in the table.
insert(Portlet) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletDAO
Insert a new record in the table.

L

load(String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.business.parameter.IMyAppsParameterDAO
Load the parameter value
load(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterDAO
Load the parameter value
load(int) - Method in interface fr.paris.lutece.plugins.myapps.business.portlet.IMyAppsPortletDAO
Loads the data of portlet from the table
load(int) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletDAO
Loads the data of portlet from the table

M

MARK_LIST_PARAM_DEFAULT_VALUES - Static variable in class fr.paris.lutece.plugins.myapps.web.MyAppsAdminDashboardComponent
 
MyApps - Class in fr.paris.lutece.plugins.myapps.business
MyApps
MyApps() - Constructor for class fr.paris.lutece.plugins.myapps.business.MyApps
 
MyAppsAdminDashboardComponent - Class in fr.paris.lutece.plugins.myapps.web
MyAppsAdminDashboardComponent
MyAppsAdminDashboardComponent() - Constructor for class fr.paris.lutece.plugins.myapps.web.MyAppsAdminDashboardComponent
 
MyAppsApp - Class in fr.paris.lutece.plugins.myapps.web
MyAppsApp
MyAppsApp() - Constructor for class fr.paris.lutece.plugins.myapps.web.MyAppsApp
 
MyAppsJspBean - Class in fr.paris.lutece.plugins.myapps.web
MyAppsJspBean
MyAppsJspBean() - Constructor for class fr.paris.lutece.plugins.myapps.web.MyAppsJspBean
 
MyAppsManager - Class in fr.paris.lutece.plugins.myapps.service
MyAppsManager
MyAppsParameterDAO - Class in fr.paris.lutece.plugins.myapps.business.parameter
MyAppsParameterDAO
MyAppsParameterDAO() - Constructor for class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterDAO
 
MyAppsParameterHome - Class in fr.paris.lutece.plugins.myapps.business.parameter
MyAppsParameterHome
MyAppsParameterService - Class in fr.paris.lutece.plugins.myapps.service.parameter
MyAppsParameterService
MyAppsParameterService() - Constructor for class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
 
MyAppsPlugin - Class in fr.paris.lutece.plugins.myapps.service
class MyAppsPlugin
MyAppsPlugin() - Constructor for class fr.paris.lutece.plugins.myapps.service.MyAppsPlugin
 
MyAppsPortlet - Class in fr.paris.lutece.plugins.myapps.business.portlet
MyAppsPortlet
MyAppsPortlet() - Constructor for class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortlet
Constructor
MyAppsPortletDAO - Class in fr.paris.lutece.plugins.myapps.business.portlet
MyAppsPortletDAO
MyAppsPortletDAO() - Constructor for class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletDAO
 
MyAppsPortletHome - Class in fr.paris.lutece.plugins.myapps.business.portlet
MyAppsPortletHome
MyAppsPortletHome() - Constructor for class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletHome
Constructor
MyAppsPortletJspBean - Class in fr.paris.lutece.plugins.myapps.web.portlet
MyAppsPortletJspBean
MyAppsPortletJspBean() - Constructor for class fr.paris.lutece.plugins.myapps.web.portlet.MyAppsPortletJspBean
 
MyAppsPortletService - Class in fr.paris.lutece.plugins.myapps.service.portlet
MyAppsPortletService
MyAppsPortletService() - Constructor for class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Creates a new MyAppsPortletService object.
MyAppsProvider - Interface in fr.paris.lutece.plugins.myapps.service
MyAppsResourceProvider
MyAppsResourceIdService - Class in fr.paris.lutece.plugins.myapps.service
MyAppsResourceIdService
MyAppsResourceIdService() - Constructor for class fr.paris.lutece.plugins.myapps.service.MyAppsResourceIdService
Constructor
MyAppsService - Class in fr.paris.lutece.plugins.myapps.service
MyAppsService
MyAppsUser - Class in fr.paris.lutece.plugins.myapps.business
MyAppsUser
MyAppsUser() - Constructor for class fr.paris.lutece.plugins.myapps.business.MyAppsUser
 

P

PERMISSION_MANAGE_ADVANCED_PARAMETERS - Static variable in class fr.paris.lutece.plugins.myapps.service.MyAppsResourceIdService
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.myapps.service.MyAppsPlugin
 

R

register() - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsResourceIdService
Initializes the service
registerProvider(MyAppsProvider) - Method in class fr.paris.lutece.plugins.myapps.service.MyAppsManager
Register a new MyAppsProvider
remove() - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortlet
Remove of this portlet
remove(Portlet) - Method in class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Create a new MyAppsPortlet
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.myapps.business.MyApps
 

S

selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.business.parameter.IMyAppsParameterDAO
Load all the parameter default values
selectAll(Plugin) - Method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterDAO
Load all the default values
setDescription(String) - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Sets the Description
setIdApplication(int) - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Sets the IdApplication
setIdApplication(int) - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Sets the IdApplication
setMyAppsUserId(int) - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Sets the IdUser
setName(String) - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Sets the Name
setName(String) - Method in class fr.paris.lutece.plugins.myapps.business.MyAppsUser
Sets the Name
setUrl(String) - Method in class fr.paris.lutece.plugins.myapps.business.MyApps
Sets the Url
store(ReferenceItem, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.business.parameter.IMyAppsParameterDAO
Update the parameter value
store(ReferenceItem, Plugin) - Method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterDAO
Update the parameter
store(Portlet) - Method in interface fr.paris.lutece.plugins.myapps.business.portlet.IMyAppsPortletDAO
Update the record in the table
store(Portlet) - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortletDAO
Update the record in the table

U

update(ReferenceItem, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.business.parameter.MyAppsParameterHome
Update the parameter
update() - Method in class fr.paris.lutece.plugins.myapps.business.portlet.MyAppsPortlet
Update portlet's data
update(ReferenceItem, Plugin) - Method in class fr.paris.lutece.plugins.myapps.service.parameter.MyAppsParameterService
Update the parameter
update(Portlet) - Method in class fr.paris.lutece.plugins.myapps.service.portlet.MyAppsPortletService
Update a new MyAppsPortlet
C D E F G H I L M P R S U 
Skip navigation links

Copyright © 2017 City of Paris. All rights reserved.