Uses of Class
de.hybris.platform.commercewebservicescommons.dto.order.EntryGroupWsDTO
-
Packages that use EntryGroupWsDTO Package Description de.hybris.platform.commercewebservicescommons.dto.order -
-
Uses of EntryGroupWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type EntryGroupWsDTO Modifier and Type Method Description java.util.List<EntryGroupWsDTO>AbstractOrderWsDTO. getEntryGroups()java.util.Collection<EntryGroupWsDTO>EntryGroupWsDTO. getEntryGroups()Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type EntryGroupWsDTO Modifier and Type Method Description voidAbstractOrderWsDTO. setEntryGroups(java.util.List<EntryGroupWsDTO> entryGroups)voidEntryGroupWsDTO. setEntryGroups(java.util.Collection<EntryGroupWsDTO> entryGroups)
-