Package org.cxbox.sqlbc.crudma
Class SqlBcSupplier
- java.lang.Object
-
- org.cxbox.sqlbc.crudma.SqlBcSupplier
-
- All Implemented Interfaces:
BcSupplier,RefreshableBcSupplier
@DependsOn("deploymentTransactionSupport") @Service public final class SqlBcSupplier extends Object implements RefreshableBcSupplier
-
-
Constructor Summary
Constructors Constructor Description SqlBcSupplier(org.cxbox.api.service.AsyncService asyncService, org.cxbox.api.service.tx.TransactionService txService, org.cxbox.model.core.dao.JpaDao jpaDao, SqlBcCreator sqlBcCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllBcNames()BcDescriptiongetBcDescription(String bcName)voidrefresh()
-
-
-
Constructor Detail
-
SqlBcSupplier
public SqlBcSupplier(org.cxbox.api.service.AsyncService asyncService, org.cxbox.api.service.tx.TransactionService txService, org.cxbox.model.core.dao.JpaDao jpaDao, SqlBcCreator sqlBcCreator)
-
-
Method Detail
-
getBcDescription
public BcDescription getBcDescription(String bcName)
- Specified by:
getBcDescriptionin interfaceBcSupplier
-
getAllBcNames
public List<String> getAllBcNames()
- Specified by:
getAllBcNamesin interfaceBcSupplier
-
refresh
public void refresh()
- Specified by:
refreshin interfaceRefreshableBcSupplier
-
-