Interface B2BCommerceCostCenterService
- All Superinterfaces:
B2BCommerceCostCenterService
- All Known Implementing Classes:
DefaultB2BCommerceCostCenterService
@Deprecated(since="6.0",
forRemoval=true)
public interface B2BCommerceCostCenterService
extends B2BCommerceCostCenterService
Deprecated, for removal: This API element is subject to removal in a future version.
Interface kept for backwards compatibility reasons.
-
Method Summary
Modifier and TypeMethodDescription<T extends B2BCostCenterModel>
TgetCostCenterForCode(String costCenterCode) Deprecated, for removal: This API element is subject to removal in a future version.GetsB2BCostCenterModelfor a given cost center codegetPagedCostCenters(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BCostCenterModel for pagination given the required pagination parameters withPageableData
-
Method Details
-
getCostCenterForCode
Deprecated, for removal: This API element is subject to removal in a future version.GetsB2BCostCenterModelfor a given cost center code- Specified by:
getCostCenterForCodein interfaceB2BCommerceCostCenterService- Parameters:
costCenterCode- A unique identifier forB2BCostCenterModel- Returns:
B2BCostCenterModelobject
-
getPagedCostCenters
Deprecated, for removal: This API element is subject to removal in a future version.Gets list ofSearchPageDataB2BCostCenterModel for pagination given the required pagination parameters withPageableData- Specified by:
getPagedCostCentersin interfaceB2BCommerceCostCenterService- Parameters:
pageableData- Pagination information- Returns:
- Collection of paginated
B2BCostCenterModelobjects
-
B2BCommerceCostCenterServiceinstead.