Uses of Class
de.hybris.platform.commercefacades.comment.data.CommentData
-
Packages that use CommentData Package Description de.hybris.platform.commercefacades.order.data -
-
Uses of CommentData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type CommentData Modifier and Type Method Description java.util.List<CommentData>AbstractOrderData. getComments()java.util.List<CommentData>OrderEntryData. getComments()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type CommentData Modifier and Type Method Description voidAbstractOrderData. setComments(java.util.List<CommentData> comments)voidOrderEntryData. setComments(java.util.List<CommentData> comments)
-