Skip navigation links
A B C D F G H I J L M N P Q R S T U 

A

ACTION_DO_INSERT - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
ACTION_DO_MODIFY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
ACTION_DO_REMOVE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
ACTION_INSERT - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
ACTION_MANAGE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
ACTION_MODIFY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
AMPERSAND - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

B

BEAN_MYAPPS_DATABASE_CATEGORY_DAO - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
BEAN_MYAPPS_DATABASE_DAO - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
BEAN_MYAPPS_DATABASE_USER_DAO - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

C

containsCategory() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
 
containsUserName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
 
create(MyAppsDatabaseCategory, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
Creation of an instance of myAppsCategory
create(MyAppsDatabase, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Creation of an instance of myApps
create(MyAppsDatabaseUser, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Creation of an instance of myAppsUser
create(MyAppsDatabase, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Create a new MyAppsDatabase
createMyAppUser(MyAppsDatabaseUser, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Create a new MyAppsDatabaseUser

D

delete(String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseCategoryDAO
delete category by code
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Delete a record from the table
delete(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Delete a record from the table
delete(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Delete a record from the table
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Delete a record from the table
delete(int, String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Delete a record from the table
doCreateMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Process the myapp creation
doCreateMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 
doModifyMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Process the myapp creation
doModifyMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 
doRemoveMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Handles the removal form of a myapp
doRemoveMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 

F

findByPrimaryKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
Returns an instance of a myAppsCategory whose identifier is specified in parameter
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Returns an instance of a myApps whose identifier is specified in parameter
findByPrimaryKey(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Returns an instance of a myAppsUser whose identifier is specified in parameter
findByPrimaryKey(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Returns an instance of a myApps whose identifier is specified in parameter
fr.paris.lutece.plugins.myapps.modules.database.business - package fr.paris.lutece.plugins.myapps.modules.database.business
 
fr.paris.lutece.plugins.myapps.modules.database.service - package fr.paris.lutece.plugins.myapps.modules.database.service
 
fr.paris.lutece.plugins.myapps.modules.database.utils.constants - package fr.paris.lutece.plugins.myapps.modules.database.utils.constants
 
fr.paris.lutece.plugins.myapps.modules.database.web - package fr.paris.lutece.plugins.myapps.modules.database.web
 

G

getApplicationOrder() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Returns the application order
getCategory() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
return the category
getCode() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the Code
getCodeCategory() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
return category
getCodeCategory() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategory
 
getCodeHeading() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the CodeHeading
getConfirmRemoveMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Process the confirmation of the removal of an application
getConfirmRemoveMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 
getCreateMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Returns the form to create a myapp
getCreateMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 
getCredential(int, String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Loads the data of all the myAppsUsers and returns them in form of a collection
getCredentials(int, String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Get the credentials information
getCredentials(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Get the credentials information
getCredentials(int, String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Get the credentials information
getCredentials(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Get the credentials information
getCredentials(int, String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Loads the data of all the myAppsUsers and returns them in form of a collection
getCredentials(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Loads the data of all the myAppsUsers and returns them in form of a collection
getData() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the Data
getDataHeading() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the DataHeading
getIconContent() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the IconContent
getIconMimeType() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the icon mime type
getIconResource(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Loads the icon representing the favorite application
getIconResource(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Loads the icon representing the favorite application
getImageResource(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Get the image resource
getImageResource(int) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Get the image resource given an MyApp Id
getImageResource(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Get the image resource
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheService
 
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Get the instance of MyAppsDatabaseImgProvider
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
Get the instance of MyAppsDatabaseProvider
getInstance() - Static method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Returns the instance of the singleton
getKey(Map<String, String>, int, LuteceUser) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheKeyService
 
getKey(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheService
return the cache key associated to the category value
getLabelManageMyApps(Locale) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getLibelleCategory() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategory
 
getManageMyApps(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Returns the list of myapps
getManageMyAppsCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Returns the list of myapps
getModifyMyApp(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Returns the form to update a myapp
getModifyMyAppCategory(HttpServletRequest) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 
getMyApps(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Get the list of MyApps
getMyAppsCategoryList(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
Loads the data of all the myAppsCategory and returns them in form of a collection
getMyAppsCategoryRefList(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
 
getMyAppsList(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Get the list of my apps
getMyAppsList(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Get the list of my apps
getMyAppsList(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Get the list of myApps
getMyAppsListByCategory(String, boolean) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getMyAppsListByFilter(MyAppsDatabaseFilter, boolean, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Loads a list of myApps belonging to a filter
getMyAppsListByFilter(MyAppsDatabaseFilter, boolean, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Loads a list of myApps belonging to a filter
getMyAppsListByUser(String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Loads all the myapps belonging to a user ordered by the order specify by the user
getMyAppsListByUserName(String, boolean) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getMyAppsListByUserNameAndCategory(String, String, boolean) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getMyAppsPermissions(List<MyApps>, AdminUser) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Get the permissions for each MyApps
getMyAppsUsersList(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Loads the data of all the myAppsUsers and returns them in form of a collection
getName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheService
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseApp
Front Office application to manage myapps application
getPassword() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Returns the Password
getPluginName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getProvider() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
getProviderName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getProviderName(Locale) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getResourceIdList(Locale) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
Returns a list of resource ids
getResourceImage(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getResourceImageUrl(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Management of the image associated to the application
getResourceTypeId() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Returns the resource type Id
getStoredUserData() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Returns the StoredUserData
getStoredUserName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Returns the StoredUserName
getStoredUserPassword() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Returns the StoredUserPassword
getTitle(String, Locale) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
Returns the Title of a given resource
getUrlOpenMyApps(int, LuteceUser) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
getUserListApplications(String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Return the list of all applications of a user
getUserName() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
 

H

hasIcon(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Check if the Myapps has an icon or not
hasIcon() - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
hasIcon(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Check if the Myapps has an icon or not
hasIcon(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Check if the given MyApp Id has an icon or not

I

IMyAppsDatabaseCategoryDAO - Interface in fr.paris.lutece.plugins.myapps.modules.database.business
 
IMyAppsDatabaseDAO - Interface in fr.paris.lutece.plugins.myapps.modules.database.business
IMyAppsDatabaseDAO
IMyAppsDatabaseUserDAO - Interface in fr.paris.lutece.plugins.myapps.modules.database.business
IMyAppsDatabaseUserDAO Interface
init() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Init the provider
init() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabasePlugin
Initialize the module MyAppsDatabase
init() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
Init the provider
init() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Initialize the Database service
insert(MyAppsDatabaseCategory, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseCategoryDAO
insert category
insert(MyAppsDatabase, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Insert a new record in the table.
insert(MyAppsDatabaseUser, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Insert a new record in the table.
insert(MyAppsDatabaseCategory, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
insert(MyAppsDatabase, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Insert a new record in the table.
insert(MyAppsDatabaseUser, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Insert a new record in the table.

J

JSP_DO_REMOVE_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
JSP_DO_REMOVE_MYAPP_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
JSP_MANAGE_MYAPP_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

L

load(String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseCategoryDAO
return category object
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
load the data of the right from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
load the data of the right from the table
load(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
load(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
load the data of the right from the table
load(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
load the data of the right from the table

M

MARK_DISABLED_MYAPPS_LIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_ENABLED_MYAPPS_LIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPP_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPP_CODE_CATEGORY_FILTER - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPP_USER - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPPS_CATEGORY_LIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_MYAPPS_LIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_NB_ITEMS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_PAGINATOR - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_PERMISSION_CREATE_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_PERMISSION_DELETE_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_PERMISSION_MODIFY_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MARK_PERMISSIONS_LIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_CONFIRM_REMOVE_MYAPP - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_CONFIRM_REMOVE_MYAPP_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_ERROR - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_ERROR_CAN_NOT_REMOVE_MYAPP_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_FIELD_CATEGORY_ALREADY_EXIST - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MESSAGE_FIELD_TOO_LONG - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
MyAppsDatabase - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabase
MyAppsDatabase() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
 
MyAppsDatabaseApp - Class in fr.paris.lutece.plugins.myapps.modules.database.web
MyAppsDatabaseApp
MyAppsDatabaseApp() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseApp
 
MyAppsDatabaseCacheKeyService - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MailAttachmentCacheKeyService
MyAppsDatabaseCacheKeyService() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheKeyService
 
MyAppsDatabaseCacheService - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MailAttachment CacheService
MyAppsDatabaseCategory - Class in fr.paris.lutece.plugins.myapps.modules.database.business
 
MyAppsDatabaseCategory() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategory
 
MyAppsDatabaseCategoryDAO - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseCategoryDAO
MyAppsDatabaseCategoryDAO() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
MyAppsDatabaseCategoryHome - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseCategoryHome
MyAppsDatabaseConstants - Class in fr.paris.lutece.plugins.myapps.modules.database.utils.constants
MyAppsDatabaseConstants
MyAppsDatabaseDAO - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseDAO
MyAppsDatabaseDAO() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
 
MyAppsDatabaseFilter - Class in fr.paris.lutece.plugins.myapps.modules.database.business
Filter MyAppsDatabaseFilter
MyAppsDatabaseFilter() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
 
MyAppsDatabaseHome - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseHome
MyAppsDatabaseImgProvider - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MyAppsDatabaseImgProvider
MyAppsDatabaseImgProvider() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Contructor
MyAppsDatabaseJspBean - Class in fr.paris.lutece.plugins.myapps.modules.database.web
MyAppsDatabaseJspBean
MyAppsDatabaseJspBean() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
Constructor
MyAppsDatabasePlugin - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MyAppsDatabasePlugin
MyAppsDatabasePlugin() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabasePlugin
 
MyAppsDatabaseProvider - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MyAppsDatabaseProvider
MyAppsDatabaseResourceIdService - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MyAppsDatabaseResourceIdService
MyAppsDatabaseResourceIdService() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
Constructor
MyAppsDatabaseService - Class in fr.paris.lutece.plugins.myapps.modules.database.service
MyAppsDatabaseService
MyAppsDatabaseService() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
 
MyAppsDatabaseUser - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseUser
MyAppsDatabaseUser() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
 
MyAppsDatabaseUserDAO - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseUserDAO
MyAppsDatabaseUserDAO() - Constructor for class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
 
MyAppsDatabaseUserHome - Class in fr.paris.lutece.plugins.myapps.modules.database.business
MyAppsDatabaseUserHome

N

newPrimaryKey(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Get a new primary key
newPrimaryKey(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Get a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Get a new primary key
newPrimaryKey(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Get a new primary key
newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Get a new primary key
newPrimaryKey(Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Get a new primary key

P

PARAMETER_ACTION - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_CODE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_CODE_HEADING - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_DATA - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_DATA_HEADING - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_CODE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_DESCRIPTION - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_ICON - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_ID - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_LIBELLE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_NAME - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_MYAPP_URL - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_PAGE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_PAGE_INDEX - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_PASSWORD - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_UPDATE_FILE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_USER_EXTRA_DATA - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_USER_LOGIN - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PARAMETER_USER_PASSWORD - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PERMISSION_CREATE_MYAPPS_DATABASE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
 
PERMISSION_DELETE_MYAPPS_DATABASE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
 
PERMISSION_MODIFY_MYAPPS_DATABASE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabasePlugin
 
PROPERTY_DEFAULT_FIELD_SIZE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_DEFAULT_FIELD_SIZE_INT - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_DEFAULT_ITEMS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_INSERT_PAGE_PATH - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_INSERT_PAGE_TITLE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_CODE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_DESCRIPTION - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_LIBELLE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_MANAGE_MYAPPS - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_NAME - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_PASSWORD - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_URL - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_USER_FIELD - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_USER_FIELD_HEADING - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_USER_HEADING - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_LABEL_USER_NAME - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_MANAGE_PAGE_PATH - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_MANAGE_PAGE_TITLE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_MODIFY_PAGE_PATH - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_MODIFY_PAGE_TITLE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_PATH - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_CREATE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_CREATE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_MODIFY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_MODIFY_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_MYAPPS - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
PROPERTY_PAGE_TITLE_MYAPPS_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

Q

QUESTION_MARK - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

R

register() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseImgProvider
Register the provider to the manager
register() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseProvider
Register the provider to the manager
register() - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseResourceIdService
Initializes the service
remove(String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
Remove the category whose identifier is specified in parameter
remove(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Remove the myApps whose identifier is specified in parameter
remove(int, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Remove the myAppsUser whose identifier is specified in parameter
remove(int, String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Remove the myAppsUser whose identifier is specified in parameter
remove(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
removeMyAppUser(int, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
removeMyAppUser(int, String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
RESOURCE_TYPE - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
 
RIGHT_MYAPPS_DATABASE_MANAGEMENT - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.web.MyAppsDatabaseJspBean
 

S

selectCategoryList(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseCategoryDAO
a List of category
selectCategoryList(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
selectMyAppsList(MyAppsDatabaseFilter, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Loads all the myapps
selectMyAppsList(MyAppsDatabaseFilter, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Loads all the myapps
selectMyAppsList(MyAppsDatabaseFilter, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Loads a list of all myApps
selectMyAppsList(MyAppsDatabaseFilter, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
Select the MyApps list
selectMyAppsListByFilter(MyAppsDatabaseFilter, boolean, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Loads all the myapps belonging to a filter
selectMyAppsListByFilter(MyAppsDatabaseFilter, boolean, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Loads all the myapps belonging to a filter
selectMyAppsListByUser(String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Loads all the myapps belonging to a user ordered by the order specify by the user
selectMyAppsListByUser(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Loads all the myapps belonging to a user ordered by the order specify by the user
selectMyAppsUsersList(Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Loads the data of all the myAppsUsers and returns them in form of a collection
selectMyAppsUsersList(Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Loads the data of all the myAppsUsers and returns them in form of a collection
selectUserApplications(String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Select all the applications of a user
selectUserApplications(String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Select all the applications of a user
setAllowedParametersList(List<String>) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheKeyService
 
setApplicationOrder(int) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Sets the application order
setCategory(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
set the category
setCode(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the Code
setCodeCategory(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
set category
setCodeCategory(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategory
 
setCodeHeading(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the CodeHeading
setData(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the Data
setDataHeading(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the DataHeading
setIconContent(byte[]) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the IconContent
setIconMimeType(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the Icon mime type
setIgnoredParametersList(List<String>) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseCacheKeyService
 
setLibelleCategory(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategory
 
setPassword(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabase
Sets the Password
setStoredUserData(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Sets the StoredUserData
setStoredUserName(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Sets the StoredUserName
setStoredUserPassword(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUser
Sets the StoredUserPassword
setUserName(String) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseFilter
set the user name
store(MyAppsDatabaseCategory, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseCategoryDAO
update a category
store(MyAppsDatabase, boolean, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseDAO
Update the record in the table
store(MyAppsDatabaseUser, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Update the record in the table
store(MyAppsDatabaseCategory, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryDAO
 
store(MyAppsDatabase, boolean, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseDAO
Update the record in the table
store(MyAppsDatabaseUser, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Update the record in the table

T

TEMPLATE_CREATE_APPLICATION - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
TEMPLATE_CREATE_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
TEMPLATE_MODIFY_APPLICATION - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
TEMPLATE_MODIFY_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
TEMPLATE_MYAPPS - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 
TEMPLATE_MYAPPS_CATEGORY - Static variable in class fr.paris.lutece.plugins.myapps.modules.database.utils.constants.MyAppsDatabaseConstants
 

U

update(MyAppsDatabaseCategory, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseCategoryHome
Update of the myAppsCategory which is specified in parameter
update(MyAppsDatabase, boolean, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseHome
Update of the myApps which is specified in parameter
update(MyAppsDatabaseUser, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Update of the myAppsUser which is specified in parameter
update(MyAppsDatabase, boolean, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
updateMyAppsDatabaseUserOrder(int, int, String, Plugin) - Method in interface fr.paris.lutece.plugins.myapps.modules.database.business.IMyAppsDatabaseUserDAO
Update the order of MyApps user
updateMyAppsDatabaseUserOrder(int, int, String, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserDAO
Update the order of MyApps user
updateMyAppsDatabseUserOrder(int, int, String, Plugin) - Static method in class fr.paris.lutece.plugins.myapps.modules.database.business.MyAppsDatabaseUserHome
Update the order of MyApps user
updateMyAppUser(MyAppsDatabaseUser, Plugin) - Method in class fr.paris.lutece.plugins.myapps.modules.database.service.MyAppsDatabaseService
A B C D F G H I J L M N P Q R S T U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.