| Package | Description |
|---|---|
| org.exoplatform.appcenter.dao | |
| org.exoplatform.appcenter.entity |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationDAO.getApplicationByTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationEntity> |
ApplicationDAO.getApplications(String keyword) |
List<ApplicationEntity> |
ApplicationDAO.getMandatoryActiveApps() |
List<ApplicationEntity> |
ApplicationDAO.getSystemApplications() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
FavoriteApplicationEntity.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteApplicationEntity.setApplication(ApplicationEntity application) |
| Constructor and Description |
|---|
FavoriteApplicationEntity(ApplicationEntity application,
String userName) |
FavoriteApplicationEntity(ApplicationEntity application,
String userName,
Long order) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.