| Modifier and Type | Method and Description |
|---|---|
I |
IdentifiableService.save(I identifiable,
org.springframework.validation.Errors results) |
I |
IdentifiableService.update(I identifiable,
org.springframework.validation.Errors results) |
| Modifier and Type | Method and Description |
|---|---|
Webpage |
WebpageService.save(W webpage,
UUID websiteUUID,
org.springframework.validation.Errors results) |
| Modifier and Type | Method and Description |
|---|---|
ContentTree |
ContentTreeServiceImpl.save(ContentTree contentTree,
org.springframework.validation.Errors results) |
Website |
WebsiteServiceImpl.save(Website website,
org.springframework.validation.Errors results) |
ContentTree |
ContentTreeServiceImpl.update(ContentTree contentTree,
org.springframework.validation.Errors results) |
Website |
WebsiteServiceImpl.update(Website website,
org.springframework.validation.Errors results) |
| Modifier and Type | Method and Description |
|---|---|
Webpage |
WebpageServiceImpl.save(Webpage webpage,
org.springframework.validation.Errors results) |
Webpage |
WebpageServiceImpl.save(Webpage webpage,
UUID websiteUUID,
org.springframework.validation.Errors results) |
Webpage |
WebpageServiceImpl.update(Webpage webpage,
org.springframework.validation.Errors results) |
Copyright © 2018. All rights reserved.