Uses of Class
de.hybris.platform.commercewebservicescommons.dto.comments.CreateCommentWsDTO
-
Packages that use CreateCommentWsDTO Package Description de.hybris.platform.b2b.occ.v2.controllers de.hybris.platform.b2bocc.v2.controllers -
-
Uses of CreateCommentWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers with parameters of type CreateCommentWsDTO Modifier and Type Method Description voidQuoteController. createCommentForQuote(@Valid java.lang.String quoteCode, @Valid CreateCommentWsDTO comment)voidQuoteController. createQuoteEntryComment(@Valid java.lang.String quoteCode, @javax.validation.Valid long entryNumber, @Valid CreateCommentWsDTO comment) -
Uses of CreateCommentWsDTO in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers with parameters of type CreateCommentWsDTO Modifier and Type Method Description voidQuoteController. createCommentForQuote(@Valid java.lang.String quoteCode, @Valid CreateCommentWsDTO comment)voidQuoteController. createQuoteEntryComment(@Valid java.lang.String quoteCode, @javax.validation.Valid long entryNumber, @Valid CreateCommentWsDTO comment)
-