@DependsOn(value="deploymentTransactionSupport") @Service public final class SqlBcSupplier extends Object implements RefreshableBcSupplier
| Constructor and Description |
|---|
SqlBcSupplier(io.tesler.api.service.AsyncService asyncService,
io.tesler.api.service.tx.TransactionService txService,
io.tesler.model.core.dao.JpaDao jpaDao,
SqlBcCreator sqlBcCreator) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllBcNames() |
BcDescription |
getBcDescription(String bcName) |
void |
refresh() |
public SqlBcSupplier(io.tesler.api.service.AsyncService asyncService,
io.tesler.api.service.tx.TransactionService txService,
io.tesler.model.core.dao.JpaDao jpaDao,
SqlBcCreator sqlBcCreator)
public BcDescription getBcDescription(String bcName)
getBcDescription in interface BcSupplierpublic List<String> getAllBcNames()
getAllBcNames in interface BcSupplierpublic void refresh()
refresh in interface RefreshableBcSupplierCopyright © 2018–2021 Tesler. All rights reserved.