Class DuracloudMillConfigServiceImpl
- java.lang.Object
-
- org.duracloud.account.db.util.impl.DuracloudMillConfigServiceImpl
-
- All Implemented Interfaces:
DuracloudMillConfigService
@Component("duracloudMillConfigService") public class DuracloudMillConfigServiceImpl extends Object implements DuracloudMillConfigServiceA service for modifying Mill configuration settings.- Author:
- Daniel Bernstein
-
-
Constructor Summary
Constructors Constructor Description DuracloudMillConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.duracloud.account.db.model.DuracloudMillget()org.duracloud.account.db.repo.DuracloudMillRepogetRepo()voidset(String dbHost, Integer dbPort, String dbName, String dbUsername, String dbPassword, String auditQueue, String auditLogSpaceId, String queueType, Long rabbitmqConfigId, String rabbitmqExchange)voidsetRepo(org.duracloud.account.db.repo.DuracloudMillRepo repo)
-
-
-
Method Detail
-
setRepo
public void setRepo(org.duracloud.account.db.repo.DuracloudMillRepo repo)
-
getRepo
public org.duracloud.account.db.repo.DuracloudMillRepo getRepo()
-
get
public org.duracloud.account.db.model.DuracloudMill get()
- Specified by:
getin interfaceDuracloudMillConfigService
-
-