Uses of Class
de.hybris.platform.b2bwebservicescommons.dto.company.B2BCostCenterWsDTO
Packages that use B2BCostCenterWsDTO
Package
Description
-
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2b.occ.mapping.mappers
Methods in de.hybris.platform.b2b.occ.mapping.mappers with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidB2BCostCenterDataMapper.mapAtoB(B2BCostCenterData a, B2BCostCenterWsDTO b, ma.glasnost.orika.MappingContext context) voidB2BCostCenterDataMapper.mapBtoA(B2BCostCenterWsDTO b, B2BCostCenterData a, ma.glasnost.orika.MappingContext context) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersController.createCostCenter(B2BCostCenterWsDTO costCenter, String fields) B2BCostCentersController.getCostCenter(String costCenterCode, String fields) B2BCostCentersController.updateCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter, String fields) Methods in de.hybris.platform.b2b.occ.v2.controllers with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersController.createCostCenter(B2BCostCenterWsDTO costCenter, String fields) B2BCostCentersController.updateCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter, String fields) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2b.occ.v2.helper
Methods in de.hybris.platform.b2b.occ.v2.helper that return B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersHelper.searchCostCenter(String costCenterCode, String fields) Methods in de.hybris.platform.b2b.occ.v2.helper with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidB2BCostCentersHelper.addCostCenter(B2BCostCenterWsDTO costCenter) voidB2BCostCentersHelper.enableDisableCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2bocc.mapping.mappers
Methods in de.hybris.platform.b2bocc.mapping.mappers with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidB2BCostCenterDataMapper.mapAtoB(B2BCostCenterData a, B2BCostCenterWsDTO b, ma.glasnost.orika.MappingContext context) voidB2BCostCenterDataMapper.mapBtoA(B2BCostCenterWsDTO b, B2BCostCenterData a, ma.glasnost.orika.MappingContext context) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that return B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersController.createCostCenter(B2BCostCenterWsDTO costCenter, String fields) B2BCostCentersController.getCostCenter(String costCenterCode, String fields) B2BCostCentersController.updateCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter, String fields) Methods in de.hybris.platform.b2bocc.v2.controllers with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersController.createCostCenter(B2BCostCenterWsDTO costCenter, String fields) B2BCostCentersController.updateCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter, String fields) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2bocc.v2.helper
Methods in de.hybris.platform.b2bocc.v2.helper that return B2BCostCenterWsDTOModifier and TypeMethodDescriptionB2BCostCentersHelper.searchCostCenter(String costCenterCode, String fields) Methods in de.hybris.platform.b2bocc.v2.helper with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidB2BCostCentersHelper.addCostCenter(B2BCostCenterWsDTO costCenter) voidB2BCostCentersHelper.enableDisableCostCenter(String costCenterCode, B2BCostCenterWsDTO costCenter) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2bwebservicescommons.dto.company
Methods in de.hybris.platform.b2bwebservicescommons.dto.company that return types with arguments of type B2BCostCenterWsDTOMethod parameters in de.hybris.platform.b2bwebservicescommons.dto.company with type arguments of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidB2BCostCenterListWsDTO.setCostCenters(List<B2BCostCenterWsDTO> costCenters) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.b2bwebservicescommons.dto.mycompany
Methods in de.hybris.platform.b2bwebservicescommons.dto.mycompany that return types with arguments of type B2BCostCenterWsDTOMethod parameters in de.hybris.platform.b2bwebservicescommons.dto.mycompany with type arguments of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidBudgetWsDTO.setCostCenters(List<B2BCostCenterWsDTO> costCenters) -
Uses of B2BCostCenterWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return B2BCostCenterWsDTOModifier and TypeMethodDescriptionCartWsDTO.getCostCenter()OrderHistoryWsDTO.getCostCenter()OrderWsDTO.getCostCenter()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type B2BCostCenterWsDTOModifier and TypeMethodDescriptionvoidCartWsDTO.setCostCenter(B2BCostCenterWsDTO costCenter) voidOrderHistoryWsDTO.setCostCenter(B2BCostCenterWsDTO costCenter) voidOrderWsDTO.setCostCenter(B2BCostCenterWsDTO costCenter)