Uses of Class
org.craftercms.studio.api.v1.exception.SiteAlreadyExistsException
Packages that use SiteAlreadyExistsException
Package
Description
-
Uses of SiteAlreadyExistsException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw SiteAlreadyExistsException -
Uses of SiteAlreadyExistsException in org.craftercms.studio.api.v2.service.site
Methods in org.craftercms.studio.api.v2.service.site that throw SiteAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidSitesService.updateSite(String siteId, String name, String description) Updates the name and description for the given site -
Uses of SiteAlreadyExistsException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type SiteAlreadyExistsExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleSiteAlreadyExistsException(javax.servlet.http.HttpServletRequest request, SiteAlreadyExistsException e) Methods in org.craftercms.studio.controller.rest.v2 that throw SiteAlreadyExistsExceptionModifier and TypeMethodDescriptionSitesController.updateSite(String siteId, @Valid UpdateSiteRequest request) -
Uses of SiteAlreadyExistsException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw SiteAlreadyExistsException -
Uses of SiteAlreadyExistsException in org.craftercms.studio.impl.v2.service.site
Methods in org.craftercms.studio.impl.v2.service.site that throw SiteAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidSitesServiceImpl.updateSite(String siteId, String name, String description) -
Uses of SiteAlreadyExistsException in org.craftercms.studio.impl.v2.service.site.internal
Methods in org.craftercms.studio.impl.v2.service.site.internal that throw SiteAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidSitesServiceInternalImpl.updateSite(String siteId, String name, String description)