public interface B2BCostCenterDao extends GenericDao<B2BCostCenterModel>
| 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.
|
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.branch - currency - B2BCostCenterModelB2BCostCenterModel findByCode(java.lang.String code)
code - , the code of the desired Cost CenterCopyright © 2018 SAP SE. All Rights Reserved.