A C D F G I L M N O R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addApplicationPlugin(ApplicationPlugin) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Inject a default application using IOC
ComponentPluginusing configuration - addApplicationToUserFavorite(long, String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- addFavoriteApplication(long, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Add an application, identified by its technical id, as favorite of a user
- addFavoriteApplication(Long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- ANY_PERMISSION - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- Application - Class in org.exoplatform.appcenter.dto
- Application() - Constructor for class org.exoplatform.appcenter.dto.Application
- Application(Long, String, String, String, Long, Long, String, String, String, boolean, boolean, boolean, boolean, boolean, String...) - Constructor for class org.exoplatform.appcenter.dto.Application
- Application(Long, String, String, String, Long, Long, String, String, String, boolean, boolean, boolean, boolean, boolean, List<String>) - Constructor for class org.exoplatform.appcenter.dto.Application
- ApplicationAlreadyExistsException - Exception in org.exoplatform.appcenter.service
- ApplicationAlreadyExistsException() - Constructor for exception org.exoplatform.appcenter.service.ApplicationAlreadyExistsException
- ApplicationAlreadyExistsException(String) - Constructor for exception org.exoplatform.appcenter.service.ApplicationAlreadyExistsException
- ApplicationAlreadyExistsException(String, Throwable) - Constructor for exception org.exoplatform.appcenter.service.ApplicationAlreadyExistsException
- ApplicationCenterREST - Class in org.exoplatform.appcenter.rest
- ApplicationCenterREST(ApplicationCenterService, PortalContainer) - Constructor for class org.exoplatform.appcenter.rest.ApplicationCenterREST
- ApplicationCenterService - Class in org.exoplatform.appcenter.service
-
A Service to access and store applications
- ApplicationCenterService(ConfigurationManager, ApplicationCenterStorage, SettingService, IdentityRegistry, Authenticator, PortalContainer, InitParams) - Constructor for class org.exoplatform.appcenter.service.ApplicationCenterService
- ApplicationCenterStorage - Class in org.exoplatform.appcenter.storage
-
Storage service to access / load and save applications.
- ApplicationCenterStorage(ApplicationDAO, FavoriteApplicationDAO, FileService) - Constructor for class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- ApplicationDAO - Class in org.exoplatform.appcenter.dao
- ApplicationDAO() - Constructor for class org.exoplatform.appcenter.dao.ApplicationDAO
- ApplicationEntity - Class in org.exoplatform.appcenter.entity
- ApplicationEntity() - Constructor for class org.exoplatform.appcenter.entity.ApplicationEntity
- ApplicationEntity(Long, String, String, Long, String, boolean, boolean, String, boolean) - Constructor for class org.exoplatform.appcenter.entity.ApplicationEntity
- ApplicationImage - Class in org.exoplatform.appcenter.dto
- ApplicationImage() - Constructor for class org.exoplatform.appcenter.dto.ApplicationImage
- ApplicationImage(Long, String, String) - Constructor for class org.exoplatform.appcenter.dto.ApplicationImage
- ApplicationImage(String, String) - Constructor for class org.exoplatform.appcenter.dto.ApplicationImage
- ApplicationList - Class in org.exoplatform.appcenter.dto
- ApplicationList() - Constructor for class org.exoplatform.appcenter.dto.ApplicationList
- ApplicationNotFoundException - Exception in org.exoplatform.appcenter.service
- ApplicationNotFoundException() - Constructor for exception org.exoplatform.appcenter.service.ApplicationNotFoundException
- ApplicationNotFoundException(String) - Constructor for exception org.exoplatform.appcenter.service.ApplicationNotFoundException
- ApplicationNotFoundException(String, Throwable) - Constructor for exception org.exoplatform.appcenter.service.ApplicationNotFoundException
- ApplicationOrder - Class in org.exoplatform.appcenter.dto
- ApplicationOrder() - Constructor for class org.exoplatform.appcenter.dto.ApplicationOrder
- ApplicationOrder(Long, Long) - Constructor for class org.exoplatform.appcenter.dto.ApplicationOrder
- ApplicationPlugin - Class in org.exoplatform.appcenter.plugin
- ApplicationPlugin(InitParams) - Constructor for class org.exoplatform.appcenter.plugin.ApplicationPlugin
C
- countApplications() - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- countFavorites(String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- countFavoritesForUser(String) - Method in class org.exoplatform.appcenter.dao.FavoriteApplicationDAO
- createAppImageFileItem(String, String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- createApplication(Application) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- createApplication(Application) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Create new Application that will be available for all users.
- createApplication(Application) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
D
- DEFAULT_ADMINISTRATORS_GROUP - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_ADMINISTRATORS_PERMISSION - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_APP_IMAGE_BODY - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_APP_IMAGE_ID - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_APP_IMAGE_NAME - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_LAST_MODIFIED - Static variable in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- DEFAULT_LIMIT - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_USERS_GROUP - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- DEFAULT_USERS_PERMISSION - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- deleteApplication(long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- deleteApplication(Long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- deleteApplication(Long, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Delete application identified by its id and check if username has permission to delete it.
- deleteApplicationFavorite(Long, String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- deleteFavoriteApplication(Long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- deleteFavoriteApplication(Long, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Deletes an application identified by its id from favorite applications of user
F
- FavoriteApplicationDAO - Class in org.exoplatform.appcenter.dao
- FavoriteApplicationDAO() - Constructor for class org.exoplatform.appcenter.dao.FavoriteApplicationDAO
- FavoriteApplicationEntity - Class in org.exoplatform.appcenter.entity
- FavoriteApplicationEntity() - Constructor for class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- FavoriteApplicationEntity(ApplicationEntity, String) - Constructor for class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- FavoriteApplicationEntity(ApplicationEntity, String, Long) - Constructor for class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- findApplication(long) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Get an application by id
G
- GeneralSettings - Class in org.exoplatform.appcenter.dto
- GeneralSettings() - Constructor for class org.exoplatform.appcenter.dto.GeneralSettings
- getAppGeneralSettings() - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getAppGeneralSettings() - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
- getAppImageFile(Long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplication() - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- getApplication() - Method in class org.exoplatform.appcenter.plugin.ApplicationPlugin
- getApplicationById(long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplicationByTitle(String) - Method in class org.exoplatform.appcenter.dao.ApplicationDAO
- getApplicationByTitle(String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplicationIllustration(Request, long, long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getApplicationImageInputStream(long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplicationImageInputStream(long, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Return the
ApplicationillustrationInputStream, if not found, the default imageInputStreamwill be retrieved - getApplicationImageLastUpdated(long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplicationImageLastUpdated(long, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Return the
Applicationillustration last modifed timestamp (in ms), if not found, the default image last modifed timestamp will be retrieved - getApplications() - Method in class org.exoplatform.appcenter.dto.ApplicationList
- getApplications(String) - Method in class org.exoplatform.appcenter.dao.ApplicationDAO
- getApplications(String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getApplicationsList(int, int, String) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getApplicationsList(int, int, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Retrieves the list of applications with offset, limit and a keyword that can be empty
- getAuthorizedApplicationsList(int, int, String) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getAuthorizedApplicationsList(int, int, String, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Retrieves the list of applications switch offset and limit of the query, a keyword to filter on title and url of
Applicationand the username to filter on authorized applications - getAvailableSubResources() - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getDefaultApplicationImage() - Method in class org.exoplatform.appcenter.dto.GeneralSettings
- getDescription() - Method in class org.exoplatform.appcenter.dto.Application
- getDescription() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getFavoriteAppByUserNameAndAppId(Long, String) - Method in class org.exoplatform.appcenter.dao.FavoriteApplicationDAO
- getFavoriteApplicationsByUser(String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getFavoriteApplicationsList() - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- getFavoriteAppsByUser(String) - Method in class org.exoplatform.appcenter.dao.FavoriteApplicationDAO
- getFileBody() - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- getFileName() - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- getHelpPageUrl() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getHelpPageURL() - Method in class org.exoplatform.appcenter.dto.Application
- getId() - Method in class org.exoplatform.appcenter.dto.Application
- getId() - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- getId() - Method in class org.exoplatform.appcenter.dto.ApplicationOrder
- getId() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getId() - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- getImageFileBody() - Method in class org.exoplatform.appcenter.dto.Application
- getImageFileId() - Method in class org.exoplatform.appcenter.dto.Application
- getImageFileId() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getImageFileName() - Method in class org.exoplatform.appcenter.dto.Application
- getImageLastModified() - Method in class org.exoplatform.appcenter.dto.Application
- getImagePath() - Method in class org.exoplatform.appcenter.plugin.ApplicationPlugin
- getLastUpdated() - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- getLimit() - Method in class org.exoplatform.appcenter.dto.ApplicationList
- getMandatoryActiveApps() - Method in class org.exoplatform.appcenter.dao.ApplicationDAO
- getMandatoryAndFavoriteApplicationsList(String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Retrieves all the list of applications for a user
- getMandatoryApplications() - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getMaxFavoriteApps() - Method in class org.exoplatform.appcenter.dto.GeneralSettings
- getMaxFavoriteApps() - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
- getOffset() - Method in class org.exoplatform.appcenter.dto.ApplicationList
- getOrder() - Method in class org.exoplatform.appcenter.dto.Application
- getOrder() - Method in class org.exoplatform.appcenter.dto.ApplicationOrder
- getOrder() - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- getOverrideMode() - Method in class org.exoplatform.appcenter.plugin.ApplicationPlugin
- getPermissions() - Method in class org.exoplatform.appcenter.dto.Application
- getPermissions() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getSize() - Method in class org.exoplatform.appcenter.dto.ApplicationList
- getSystemApplications() - Method in class org.exoplatform.appcenter.dao.ApplicationDAO
- getSystemApplications() - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- getTitle() - Method in class org.exoplatform.appcenter.dto.Application
- getTitle() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getUrl() - Method in class org.exoplatform.appcenter.dto.Application
- getUrl() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- getUserName() - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
I
- isActive() - Method in class org.exoplatform.appcenter.dto.Application
- isActive() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- isCanAddFavorite() - Method in class org.exoplatform.appcenter.dto.ApplicationList
- isChangedManually() - Method in class org.exoplatform.appcenter.dto.Application
- isChangedManually() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- isDefaultSystemApplication(Application) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Checks whether the application is a system application injected by configuration or not
- isEnabled() - Method in class org.exoplatform.appcenter.plugin.ApplicationPlugin
- isFavorite() - Method in class org.exoplatform.appcenter.dto.UserApplication
- isFavoriteApplication(Long, String) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- isMandatory() - Method in class org.exoplatform.appcenter.dto.Application
- isMandatory() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- isMobile() - Method in class org.exoplatform.appcenter.dto.Application
- isMobile() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- isOverride() - Method in class org.exoplatform.appcenter.plugin.ApplicationPlugin
- isSystem() - Method in class org.exoplatform.appcenter.dto.Application
- isSystem() - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
L
- LOG_ADD_FAVORITE - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_CLICK_ALL_APPLICATIONS - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_OPEN_APPLICATION - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_OPEN_FAVORITE_DRAWER - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_REMOVE_FAVORITE - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_REORGANIZE_FAVORITES - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- LOG_SERVICE_NAME - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- logClickAllApplications() - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- logClickOneApplications(Long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- logOpenDrawer() - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
M
- MAX_FAVORITE_APPS - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
- MERGE_MODE - Static variable in class org.exoplatform.appcenter.service.ApplicationCenterService
N
- NAME_SPACE - Static variable in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
O
- org.exoplatform.appcenter.dao - package org.exoplatform.appcenter.dao
- org.exoplatform.appcenter.dto - package org.exoplatform.appcenter.dto
- org.exoplatform.appcenter.entity - package org.exoplatform.appcenter.entity
- org.exoplatform.appcenter.plugin - package org.exoplatform.appcenter.plugin
- org.exoplatform.appcenter.rest - package org.exoplatform.appcenter.rest
- org.exoplatform.appcenter.service - package org.exoplatform.appcenter.service
- org.exoplatform.appcenter.storage - package org.exoplatform.appcenter.storage
R
- removeAllFavoritesOfApplication(Long) - Method in class org.exoplatform.appcenter.dao.FavoriteApplicationDAO
- removeApplicationPlugin(String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Delete an injected plugin identified by its name
S
- saveAppImageFileItem(ApplicationImage) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- setActive(boolean) - Method in class org.exoplatform.appcenter.dto.Application
- setActive(boolean) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setApplication(ApplicationEntity) - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- setApplications(List<Application>) - Method in class org.exoplatform.appcenter.dto.ApplicationList
- setCanAddFavorite(boolean) - Method in class org.exoplatform.appcenter.dto.ApplicationList
- setChangedManually(boolean) - Method in class org.exoplatform.appcenter.dto.Application
- setChangedManually(boolean) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setDefaultAppImage(ApplicationImage) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- setDefaultAppImage(ApplicationImage) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Stores default image for applications not having an attached illustration
- setDefaultApplicationImage(ApplicationImage) - Method in class org.exoplatform.appcenter.dto.GeneralSettings
- setDescription(String) - Method in class org.exoplatform.appcenter.dto.Application
- setDescription(String) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setFavorite(boolean) - Method in class org.exoplatform.appcenter.dto.UserApplication
- setFileBody(String) - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- setFileName(String) - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- setHelpPageUrl(String) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setHelpPageURL(String) - Method in class org.exoplatform.appcenter.dto.Application
- setId(Long) - Method in class org.exoplatform.appcenter.dto.Application
- setId(Long) - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- setId(Long) - Method in class org.exoplatform.appcenter.dto.ApplicationOrder
- setId(Long) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setId(Long) - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- setImageFileBody(String) - Method in class org.exoplatform.appcenter.dto.Application
- setImageFileId(Long) - Method in class org.exoplatform.appcenter.dto.Application
- setImageFileId(Long) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setImageFileName(String) - Method in class org.exoplatform.appcenter.dto.Application
- setImageLastModified(Long) - Method in class org.exoplatform.appcenter.dto.Application
- setIsMobile(boolean) - Method in class org.exoplatform.appcenter.dto.Application
- setIsMobile(boolean) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setLastUpdated(Long) - Method in class org.exoplatform.appcenter.dto.ApplicationImage
- setLimit(long) - Method in class org.exoplatform.appcenter.dto.ApplicationList
- setMandatory(boolean) - Method in class org.exoplatform.appcenter.dto.Application
- setMandatory(boolean) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setMaxFavoriteApps(long) - Method in class org.exoplatform.appcenter.dto.GeneralSettings
- setMaxFavoriteApps(long) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- setMaxFavoriteApps(long) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Change general setting for maximum allowed favorites that a user can have
- setOffset(long) - Method in class org.exoplatform.appcenter.dto.ApplicationList
- setOrder(Long) - Method in class org.exoplatform.appcenter.dto.Application
- setOrder(Long) - Method in class org.exoplatform.appcenter.dto.ApplicationOrder
- setOrder(Long) - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- setPermissions(String) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setPermissions(String...) - Method in class org.exoplatform.appcenter.dto.Application
- setPermissions(List<String>) - Method in class org.exoplatform.appcenter.dto.Application
- setSize(long) - Method in class org.exoplatform.appcenter.dto.ApplicationList
- setSystem(boolean) - Method in class org.exoplatform.appcenter.dto.Application
- setSystem(boolean) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setTitle(String) - Method in class org.exoplatform.appcenter.dto.Application
- setTitle(String) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setUrl(String) - Method in class org.exoplatform.appcenter.dto.Application
- setUrl(String) - Method in class org.exoplatform.appcenter.entity.ApplicationEntity
- setUserName(String) - Method in class org.exoplatform.appcenter.entity.FavoriteApplicationEntity
- start() - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
A method that will be invoked when the server starts (
PortalContainerstarts ) to inject default application and to delete injected default applications - stop() - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
T
- toString() - Method in class org.exoplatform.appcenter.dto.Application
U
- updateApplication(Application) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- updateApplication(Application) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- updateApplication(Application, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Update an existing application on datasource.
- updateApplicationsOrder(List<ApplicationOrder>) - Method in class org.exoplatform.appcenter.rest.ApplicationCenterREST
- updateFavoriteApplicationOrder(long, String, Long) - Method in class org.exoplatform.appcenter.storage.ApplicationCenterStorage
- updateFavoriteApplicationOrder(ApplicationOrder, String) - Method in class org.exoplatform.appcenter.service.ApplicationCenterService
-
Update favorite applications order for a user
- UserApplication - Class in org.exoplatform.appcenter.dto
- UserApplication(Long, String, String, String, Long, Long, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, String...) - Constructor for class org.exoplatform.appcenter.dto.UserApplication
- UserApplication(Application) - Constructor for class org.exoplatform.appcenter.dto.UserApplication
All Classes All Packages