Index

A C D F G H I L M N O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addApplicationPlugin(ApplicationDescriptor) - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
Inject a default application using IOC ComponentPlugin using configuration
addApplicationToUserFavorite(long, String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
addFavoriteApplication(long, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Add an application, identified by its technical id, as favorite of a user
addFavoriteApplication(HttpServletRequest, Long) - Method in class io.meeds.appcenter.rest.ApplicationFavoriteRest
 
ANY_PERMISSION - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
APP_CENTER_CONTEXT - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
APP_CENTER_SCOPE - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
AppCenterPwaShortcutPlugin - Class in io.meeds.appcenter.plugin
 
AppCenterPwaShortcutPlugin() - Constructor for class io.meeds.appcenter.plugin.AppCenterPwaShortcutPlugin
 
Application - Class in io.meeds.appcenter.model
 
Application() - Constructor for class io.meeds.appcenter.model.Application
 
APPLICATION_OBJECT_TYPE - Static variable in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
ApplicationCategoryPlugin - Class in io.meeds.appcenter.plugin
 
ApplicationCategoryPlugin() - Constructor for class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 
ApplicationCenterInjectService - Class in io.meeds.appcenter.service
A Service to inject applications at startup time
ApplicationCenterInjectService() - Constructor for class io.meeds.appcenter.service.ApplicationCenterInjectService
 
ApplicationCenterService - Class in io.meeds.appcenter.service
A Service to access and store applications
ApplicationCenterService() - Constructor for class io.meeds.appcenter.service.ApplicationCenterService
 
ApplicationCenterStorage - Class in io.meeds.appcenter.storage
Storage service to access / load and save applications.
ApplicationCenterStorage() - Constructor for class io.meeds.appcenter.storage.ApplicationCenterStorage
 
ApplicationDAO - Interface in io.meeds.appcenter.dao
 
ApplicationDescriptor - Class in io.meeds.appcenter.model
 
ApplicationDescriptor(String, Application) - Constructor for class io.meeds.appcenter.model.ApplicationDescriptor
 
ApplicationDescriptorList - Class in io.meeds.appcenter.model
 
ApplicationDescriptorList() - Constructor for class io.meeds.appcenter.model.ApplicationDescriptorList
 
ApplicationEntity - Class in io.meeds.appcenter.entity
 
ApplicationEntity() - Constructor for class io.meeds.appcenter.entity.ApplicationEntity
 
ApplicationFavoriteRest - Class in io.meeds.appcenter.rest
 
ApplicationFavoriteRest() - Constructor for class io.meeds.appcenter.rest.ApplicationFavoriteRest
 
ApplicationForm - Class in io.meeds.appcenter.model
 
ApplicationForm(Application) - Constructor for class io.meeds.appcenter.model.ApplicationForm
 
ApplicationList - Class in io.meeds.appcenter.model
 
ApplicationList() - Constructor for class io.meeds.appcenter.model.ApplicationList
 
ApplicationNotFoundException - Exception Class in io.meeds.appcenter.model.exception
 
ApplicationNotFoundException() - Constructor for exception class io.meeds.appcenter.model.exception.ApplicationNotFoundException
 
ApplicationNotFoundException(String) - Constructor for exception class io.meeds.appcenter.model.exception.ApplicationNotFoundException
 
ApplicationNotFoundException(String, Throwable) - Constructor for exception class io.meeds.appcenter.model.exception.ApplicationNotFoundException
 
ApplicationOrder - Class in io.meeds.appcenter.model
 
ApplicationOrder() - Constructor for class io.meeds.appcenter.model.ApplicationOrder
 
ApplicationRest - Class in io.meeds.appcenter.rest
 
ApplicationRest() - Constructor for class io.meeds.appcenter.rest.ApplicationRest
 
ApplicationTranslationPlugin - Class in io.meeds.appcenter.plugin
 
ApplicationTranslationPlugin() - Constructor for class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
ApplicationType - Enum Class in io.meeds.appcenter.constant
 

C

canAccess(Application, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
canAccess(String, String) - Method in class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 
canEdit(String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
canEdit(String, String) - Method in class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 
countApplications() - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
countFavorites(String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
countFavoritesForUser(String) - Method in interface io.meeds.appcenter.dao.FavoriteApplicationDAO
 
createApplication(Application) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Create new Application that will be available for all users.
createApplication(Application) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
createApplication(Application, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Create new Application that will be available for all users.
createApplication(HttpServletRequest, ApplicationForm) - Method in class io.meeds.appcenter.rest.ApplicationRest
 

D

DEFAULT_APP_IMAGE_BODY - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
DEFAULT_APP_IMAGE_NAME - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
DEFAULT_LAST_MODIFIED - Static variable in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
DEFAULT_LIMIT - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
DEFAULT_USERS_GROUP - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
DEFAULT_USERS_PERMISSION - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
deleteApplication(long) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
deleteApplication(HttpServletRequest, Long) - Method in class io.meeds.appcenter.rest.ApplicationRest
 
deleteApplication(Long) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
deleteApplication(Long, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Delete application identified by its id and check if username has permission to delete it.
deleteApplicationFavorite(Long, String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
deleteFavoriteApplication(HttpServletRequest, Long) - Method in class io.meeds.appcenter.rest.ApplicationFavoriteRest
 
deleteFavoriteApplication(Long, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Deletes an application identified by its id from favorite applications of user
DRAWER - Enum constant in enum class io.meeds.appcenter.constant.ApplicationType
 

F

FavoriteApplicationDAO - Interface in io.meeds.appcenter.dao
 
FavoriteApplicationEntity - Class in io.meeds.appcenter.entity
 
FavoriteApplicationEntity() - Constructor for class io.meeds.appcenter.entity.FavoriteApplicationEntity
 
findBySystemIsTrueAndUrl(String) - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
findFavoriteAndMandatoryApplications(String, Pageable) - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
findSystemApplicationByUrl(String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
findSystemApplicationByUrl(String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 

G

getActiveApplications(int, int, String, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Retrieves the list of applications switch offset and limit of the query, a keyword to filter on title and url of Application and the username to filter on authorized applications
getActiveApplications(int, int, String, Locale, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Retrieves the list of applications switch offset and limit of the query, a keyword to filter on title and url of Application and the username to filter on authorized applications
getActiveApplications(HttpServletRequest, Optional<Integer>, Optional<Integer>, Optional<String>) - Method in class io.meeds.appcenter.rest.ApplicationRest
 
getApplication(long) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Get an application by id
getApplication(long) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getApplicationIds() - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
getApplicationIds(String) - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
getApplicationIds(String, Sort) - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
getApplicationIds(Sort) - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
getApplicationIllustration(HttpServletRequest, long, String, String, Optional<Long>) - Method in class io.meeds.appcenter.rest.ApplicationRest
 
getApplicationImageInputStream(long) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Return the Application illustration InputStream, if not found, the default image InputStream will be retrieved
getApplicationImageInputStream(long) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getApplicationImageInputStream(long, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Return the Application illustration InputStream, if not found, the default image InputStream will be retrieved
getApplicationImageLastUpdated(long) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Return the Application illustration last modifed timestamp (in ms), if not found, the default image last modifed timestamp will be retrieved
getApplicationImageLastUpdated(long) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getApplications() - Method in class io.meeds.appcenter.model.ApplicationList
 
getApplications(int, int, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Retrieves the list of applications with offset, limit and a keyword that can be empty
getApplications(int, int, String, Locale) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Retrieves the list of applications with offset, limit and a keyword that can be empty
getApplications(HttpServletRequest, Optional<Integer>, Optional<Integer>, Optional<String>) - Method in class io.meeds.appcenter.rest.ApplicationRest
 
getApplications(String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getApplicationShortcuts(String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
getAudienceId(long) - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
getAudienceId(long) - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
getCategoryIds() - Method in class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 
getCategoryIds() - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
getFavoriteAppByUserNameAndAppId(Long, String) - Method in interface io.meeds.appcenter.dao.FavoriteApplicationDAO
 
getFavoriteApplicationsList(HttpServletRequest, Pageable) - Method in class io.meeds.appcenter.rest.ApplicationFavoriteRest
 
getLimit() - Method in class io.meeds.appcenter.model.ApplicationList
 
getMandatoryAndFavoriteApplications(String, Pageable) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getMandatoryAndFavoriteApplications(Pageable, String, Locale) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
getObjectType() - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
getObjectType() - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
getOffset() - Method in class io.meeds.appcenter.model.ApplicationList
 
getShortcuts(String) - Method in class io.meeds.appcenter.plugin.AppCenterPwaShortcutPlugin
 
getSize() - Method in class io.meeds.appcenter.model.ApplicationList
 
getSpaceId(long) - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
getSpaceId(long) - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
getSystemApplicationIds() - Method in interface io.meeds.appcenter.dao.ApplicationDAO
 
getSystemApplications() - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
getSystemApplications() - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
getType() - Method in class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 

H

hasAccessPermission(long, String) - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
hasAccessPermission(long, String) - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
hasEditPermission(long, String) - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
hasEditPermission(long, String) - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 

I

init() - Method in class io.meeds.appcenter.plugin.ApplicationTranslationPlugin
 
init() - Method in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
init() - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
 
initTransactional() - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
 
injectDefaultApplications() - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
 
io.meeds.appcenter.constant - package io.meeds.appcenter.constant
 
io.meeds.appcenter.dao - package io.meeds.appcenter.dao
 
io.meeds.appcenter.entity - package io.meeds.appcenter.entity
 
io.meeds.appcenter.model - package io.meeds.appcenter.model
 
io.meeds.appcenter.model.exception - package io.meeds.appcenter.model.exception
 
io.meeds.appcenter.plugin - package io.meeds.appcenter.plugin
 
io.meeds.appcenter.rest - package io.meeds.appcenter.rest
 
io.meeds.appcenter.service - package io.meeds.appcenter.service
 
io.meeds.appcenter.storage - package io.meeds.appcenter.storage
 
isDefaultSystemApplication(Application) - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
Checks whether the application is a system application injected by configuration or not
isFavoriteApplication(Long, String) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 

L

LINK - Enum constant in enum class io.meeds.appcenter.constant.ApplicationType
 

M

MAX_FAVORITE_APPS - Static variable in class io.meeds.appcenter.service.ApplicationCenterService
 
MY_APPLICATIONS_OBJECT_TYPE - Static variable in class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 
MyApplicationsHeaderTranslationPlugin - Class in io.meeds.appcenter.plugin
 
MyApplicationsHeaderTranslationPlugin() - Constructor for class io.meeds.appcenter.plugin.MyApplicationsHeaderTranslationPlugin
 

N

NAME_SPACE - Static variable in class io.meeds.appcenter.storage.ApplicationCenterStorage
 

O

OBJECT_TYPE - Static variable in class io.meeds.appcenter.plugin.ApplicationCategoryPlugin
 

P

PORTLET - Enum constant in enum class io.meeds.appcenter.constant.ApplicationType
 
PWA_SMALL_ICON_BASE_PATH - Static variable in class io.meeds.appcenter.plugin.AppCenterPwaShortcutPlugin
 

R

removeAllFavoritesOfApplication(Long) - Method in interface io.meeds.appcenter.dao.FavoriteApplicationDAO
 
removeApplicationPlugin(String) - Method in class io.meeds.appcenter.service.ApplicationCenterInjectService
Delete an injected plugin identified by its name

S

setApplications(List<Application>) - Method in class io.meeds.appcenter.model.ApplicationList
 
setLimit(long) - Method in class io.meeds.appcenter.model.ApplicationList
 
setOffset(long) - Method in class io.meeds.appcenter.model.ApplicationList
 
setSize(long) - Method in class io.meeds.appcenter.model.ApplicationList
 

U

updateApplication(Application) - Method in class io.meeds.appcenter.service.ApplicationCenterService
 
updateApplication(Application) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
updateApplication(Application, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Update an existing application on datasource.
updateApplication(HttpServletRequest, ApplicationForm) - Method in class io.meeds.appcenter.rest.ApplicationRest
 
updateApplicationsOrder(HttpServletRequest, List<ApplicationOrder>) - Method in class io.meeds.appcenter.rest.ApplicationFavoriteRest
 
updateFavoriteApplicationOrder(long, String, Long) - Method in class io.meeds.appcenter.storage.ApplicationCenterStorage
 
updateFavoriteApplicationOrder(ApplicationOrder, String) - Method in class io.meeds.appcenter.service.ApplicationCenterService
Update favorite applications order for a user
UserApplication - Class in io.meeds.appcenter.model
 
UserApplication(Application) - Constructor for class io.meeds.appcenter.model.UserApplication
 

V

valueOf(String) - Static method in enum class io.meeds.appcenter.constant.ApplicationType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.meeds.appcenter.constant.ApplicationType
Returns an array containing the constants of this enum class, in the order they are declared.
A C D F G H I L M N O P R S U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form