Package | Description |
---|---|
org.appng.api.model |
Provides an interface-based view to the domain model of appNG and some very basic interfaces.
|
org.appng.core.domain |
The persistent domain objects.
|
org.appng.core.model |
The non-persistent domain model types.
|
org.appng.core.service |
The service layer.
|
org.appng.testsupport |
Test-related types
|
Modifier and Type | Method and Description |
---|---|
List<ApplicationSubject> |
Application.getApplicationSubjects()
Returns the
ApplicationSubject s for this Application |
Modifier and Type | Method and Description |
---|---|
List<ApplicationSubject> |
ApplicationImpl.getApplicationSubjects() |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSubjectImpl
Default
ApplicationSubject implementation. |
Modifier and Type | Method and Description |
---|---|
List<ApplicationSubject> |
ApplicationProvider.getApplicationSubjects() |
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationSubject> |
CoreService.getApplicationSubjects(Integer applicationId,
Site site) |
Modifier and Type | Method and Description |
---|---|
protected List<ApplicationSubject> |
TestBase.getApplicationSubjects() |
List<ApplicationSubject> |
TestBase.SimpleApplication.getApplicationSubjects() |
Constructor and Description |
---|
SimpleApplication(String name,
ConfigurableApplicationContext context,
List<ApplicationSubject> applicationSubjects) |
Copyright © 2011–2017 aiticon GmbH. All rights reserved.