org.silverpeas.admin.domain
Class ExternalDomainService
java.lang.Object
org.silverpeas.admin.domain.AbstractDomainService
org.silverpeas.admin.domain.ExternalDomainService
- All Implemented Interfaces:
- DomainService
@Service
@Named(value="externalDomainService")
public class ExternalDomainService
- extends AbstractDomainService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalDomainService
public ExternalDomainService()
createDomain
public String createDomain(Domain domainToCreate)
throws DomainCreationException,
DomainConflictException
- Description copied from interface:
DomainService
- Create given Domain
- Returns:
-
- Throws:
DomainCreationException
DomainConflictException
deleteDomain
public String deleteDomain(Domain domainToRemove)
throws DomainDeletionException
- Description copied from interface:
DomainService
- Remove given Domain
- Returns:
-
- Throws:
DomainDeletionException
Copyright © 2016 Silverpeas. All Rights Reserved.