public interface B2BCostCenterDao extends GenericDao<B2BCostCenterModel>
| Modifier and Type | Method and Description |
|---|---|
List<B2BCostCenterModel> |
findActiveCostCentersByBranchAndCurrency(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(String code)
Finds B2BCostCenter by code, If none is found null is returned.
|
List<B2BCostCenterModel> findActiveCostCentersByBranchAndCurrency(Set<B2BUnitModel> branch, CurrencyModel currency)
B2BCostCenterModels associated with any B2BUnit in the set passed and having the
matching currency.branch - currency - B2BCostCenterModelB2BCostCenterModel findByCode(String code)
code - , the code of the desired Cost CenterCopyright © 2017 SAP SE. All Rights Reserved.