| Package | Description |
|---|---|
| org.appng.appngizer.model | |
| org.appng.core.domain |
The persistent domain objects.
|
| org.appng.core.repository |
Persistence and Database related stuff, mostly
SearchRepository-specializations. |
| org.appng.core.service |
The service layer.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationImpl |
Application.toDomain(Application a) |
| Modifier and Type | Method and Description |
|---|---|
static Application |
Application.fromDomain(ApplicationImpl appImpl) |
static Application |
Application.fromDomain(ApplicationImpl appImpl,
String site) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationImpl |
PermissionImpl.getApplication() |
static ApplicationImpl |
RepositoryImpl.getApplication(ApplicationImpl application,
ApplicationInfo applicationInfo) |
static ApplicationImpl |
RepositoryImpl.getApplication(ApplicationInfo applicationInfo) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationImpl |
RepositoryImpl.getApplication(ApplicationImpl application,
ApplicationInfo applicationInfo) |
void |
PermissionImpl.setApplication(ApplicationImpl application) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationImpl |
ApplicationRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseConnection |
SiteApplicationRepository.getDatabaseForSiteAndApplication(SiteImpl site,
ApplicationImpl application) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationImpl> |
CoreService.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseConnection |
CoreService.getDatabaseConnection(SiteImpl site,
ApplicationImpl application) |
void |
CoreService.updateApplication(ApplicationImpl application,
boolean isFileBased) |
Copyright © 2011–2022 aiticon GmbH. All rights reserved.