public interface B2BCommentDao<C extends B2BCommentModel,T extends AbstractOrderModel>
B2BCommentModel| Modifier and Type | Method and Description |
|---|---|
List<C> |
findCommentsByOrder(T order)
Find all comments and associated to an order
|
List<C> |
findCommentsByUser(UserModel user,
T order)
Find all comments owned by user and associated to an order
|
List<C> findCommentsByUser(UserModel user, T order)
user - The owner of a B2BCommentModelorder - An order or cart.Copyright © 2017 SAP SE. All Rights Reserved.