Uses of Class
de.hybris.platform.commercewebservicescommons.dto.comments.CommentWsDTO
-
Packages that use CommentWsDTO Package Description de.hybris.platform.commercewebservicescommons.dto.order de.hybris.platform.commercewebservicescommons.dto.quote -
-
Uses of CommentWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type CommentWsDTO Modifier and Type Method Description java.util.List<CommentWsDTO>OrderEntryWsDTO. getComments()Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type CommentWsDTO Modifier and Type Method Description voidOrderEntryWsDTO. setComments(java.util.List<CommentWsDTO> comments) -
Uses of CommentWsDTO in de.hybris.platform.commercewebservicescommons.dto.quote
Methods in de.hybris.platform.commercewebservicescommons.dto.quote that return types with arguments of type CommentWsDTO Modifier and Type Method Description java.util.List<CommentWsDTO>QuoteWsDTO. getComments()Method parameters in de.hybris.platform.commercewebservicescommons.dto.quote with type arguments of type CommentWsDTO Modifier and Type Method Description voidQuoteWsDTO. setComments(java.util.List<CommentWsDTO> comments)
-