public class DefaultB2BCostCenterDao extends DefaultGenericDao<B2BCostCenterModel> implements B2BCostCenterDao
B2BCostCenterModel| Constructor and Description |
|---|
DefaultB2BCostCenterDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BCostCenterModel> |
findActiveCostCentersByBranchAndCurrency(java.util.Set<B2BUnitModel> branch,
CurrencyModel currency)
Returns list of active
B2BCostCenterModels associated with any B2BUnit in the set passed and having the
matching currency. |
B2BCostCenterModel |
findByCode(java.lang.String code)
Finds B2BCostCenter by code, If none is found null is returned.
|
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic B2BCostCenterModel findByCode(java.lang.String code)
findByCode in interface B2BCostCenterDaocode - , the code of the desired Cost Centerpublic java.util.List<B2BCostCenterModel> findActiveCostCentersByBranchAndCurrency(java.util.Set<B2BUnitModel> branch, CurrencyModel currency)
B2BCostCenterModels associated with any B2BUnit in the set passed and having the
matching currency.findActiveCostCentersByBranchAndCurrency in interface B2BCostCenterDaobranch - currency - B2BCostCenterModelCopyright © 2018 SAP SE. All Rights Reserved.