org.shredzone.repowatch.service.impl
Class DeleteServiceImpl
java.lang.Object
org.shredzone.repowatch.service.impl.DeleteServiceImpl
- All Implemented Interfaces:
- DeleteService
@Service
@Transactional
public class DeleteServiceImpl
- extends Object
- implements DeleteService
A standard implementation of the DeleteService service.
- Version:
- $Revision: 328 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteServiceImpl
public DeleteServiceImpl()
deleteDomain
public void deleteDomain(Domain domain)
- Description copied from interface:
DeleteService
- Deletes a
Domain.
- Specified by:
deleteDomain in interface DeleteService
- Parameters:
domain - Domain to be deleted.
deleteRepository
public void deleteRepository(Repository repository)
- Description copied from interface:
DeleteService
- Deletes a
Repository.
- Specified by:
deleteRepository in interface DeleteService
- Parameters:
repository - Repository to be deleted.
Copyright © 2007-2011
shredzone.org. All Rights Reserved.