Uses of Class
de.hybris.platform.warehousingwebservices.dto.order.PackagingInfoWsDTO
-
-
Uses of PackagingInfoWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return PackagingInfoWsDTO Modifier and Type Method Description PackagingInfoWsDTOConsignmentWsDTO. getPackagingInfo()Methods in de.hybris.platform.commercewebservicescommons.dto.order with parameters of type PackagingInfoWsDTO Modifier and Type Method Description voidConsignmentWsDTO. setPackagingInfo(PackagingInfoWsDTO packagingInfo) -
Uses of PackagingInfoWsDTO in de.hybris.platform.warehousingwebservices.controllers.order
Methods in de.hybris.platform.warehousingwebservices.controllers.order that return PackagingInfoWsDTO Modifier and Type Method Description PackagingInfoWsDTOWarehousingConsignmentsController. getPackagingInfo(@NotNull java.lang.String code)Request to getPackagingInfoWsDTOfor the givenConsignmentModel.CODEMethods in de.hybris.platform.warehousingwebservices.controllers.order with parameters of type PackagingInfoWsDTO Modifier and Type Method Description ConsignmentWsDTOWarehousingConsignmentsController. updatePackagingInfo(PackagingInfoWsDTO packagingInfo, @NotNull java.lang.String code, java.lang.String fields)Request to update aConsignmentModelwith a new Packaging information. -
Uses of PackagingInfoWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices.util
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util that return PackagingInfoWsDTO Modifier and Type Method Description protected PackagingInfoWsDTOBaseWarehousingWebservicesIntegrationTest. createPackagingInfo(java.lang.String width, java.lang.String height, java.lang.String length, java.lang.String grossWeight, java.lang.String insuredValue, java.lang.String dimensionUnit, java.lang.String weightUnit)Creates a new packaging information for a consignment with the given attributes.protected PackagingInfoWsDTOBaseWarehousingWebservicesIntegrationTest. getPackagingInfoByDefault(java.lang.String code)Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices.util with parameters of type PackagingInfoWsDTO Modifier and Type Method Description protected ConsignmentWsDTOBaseWarehousingWebservicesIntegrationTest. updatePackagingInfoByDefault(java.lang.String code, PackagingInfoWsDTO packagingInfoWsDTO)
-