Uses of Class
de.hybris.platform.warehousingwebservices.dto.asn.AsnEntryWsDTO
-
Packages that use AsnEntryWsDTO Package Description de.hybris.platform.warehousingwebservices.dto.asn de.hybris.platform.warehousingwebservices.warehousingwebservices -
-
Uses of AsnEntryWsDTO in de.hybris.platform.warehousingwebservices.dto.asn
Methods in de.hybris.platform.warehousingwebservices.dto.asn that return types with arguments of type AsnEntryWsDTO Modifier and Type Method Description java.util.List<AsnEntryWsDTO>AsnWsDTO. getAsnEntries()Method parameters in de.hybris.platform.warehousingwebservices.dto.asn with type arguments of type AsnEntryWsDTO Modifier and Type Method Description voidAsnWsDTO. setAsnEntries(java.util.List<AsnEntryWsDTO> asnEntries) -
Uses of AsnEntryWsDTO in de.hybris.platform.warehousingwebservices.warehousingwebservices
Methods in de.hybris.platform.warehousingwebservices.warehousingwebservices that return AsnEntryWsDTO Modifier and Type Method Description protected AsnEntryWsDTOAsnsControllerIntegrationTest. createAsnEntryWsDTO(java.lang.String productCode, java.lang.Integer quantity)Populates aAsnEntryWsDTOMethod parameters in de.hybris.platform.warehousingwebservices.warehousingwebservices with type arguments of type AsnEntryWsDTO Modifier and Type Method Description protected AsnWsDTOAsnsControllerIntegrationTest. createAsnRequest(java.lang.String warehouseCode, java.lang.String pointOfServiceName, java.util.List<AsnEntryWsDTO> asnEntries, java.lang.String extId, java.util.Date releaseDate, java.lang.String comment)Populates aAsnWsDTOfor a POST call, to add an ASN in the system
-