| Package | Description |
|---|---|
| org.appng.appngizer.model | |
| 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 PropertyImpl |
Property.toDomain(Property p) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
PropertyRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
CoreService.getProperty(String propertyId) |
PropertyImpl |
CoreService.saveProperty(PropertyImpl property) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.domain.Page<PropertyImpl> |
CoreService.getProperties(Integer siteId,
Integer applicationId) |
protected org.springframework.data.domain.Page<PropertyImpl> |
CoreService.getProperties(Integer siteId,
Integer applicationId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<PropertyImpl> |
CoreService.getProperties(String siteName,
String applicationName) |
org.springframework.data.domain.Page<PropertyImpl> |
CoreService.getProperties(String siteName,
String applicationName,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CoreService.checkPropertyExists(Integer siteId,
Integer applicationId,
PropertyImpl property) |
void |
CoreService.createProperty(Integer siteId,
Integer applicationId,
PropertyImpl property) |
void |
CoreService.deleteProperty(PropertyImpl prop) |
PropertyImpl |
CoreService.saveProperty(PropertyImpl property) |
Copyright © 2011–2018 aiticon GmbH. All rights reserved.