| Package | Description |
|---|---|
| de.hybris.platform.b2b.dao | |
| de.hybris.platform.b2b.dao.impl | |
| de.hybris.platform.b2b.resource | |
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl | |
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
B2BCommentDao<C extends B2BCommentModel,T extends AbstractOrderModel>
A dao around
B2BCommentModel |
| Modifier and Type | Method and Description |
|---|---|
List<B2BCommentModel> |
DefaultB2BCommentDao.findCommentsByOrder(AbstractOrderModel order) |
List<B2BCommentModel> |
DefaultB2BCommentDao.findCommentsByUser(UserModel user,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
B2BCommentModel |
B2BCommentResource.getB2BCommentModel()
Convenience method which just delegates to
#getResourceValue() |
protected B2BCommentModel |
B2BCommentResource.readResource(String resourceId)
Gets the
B2BCommentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<B2BCommentModel> |
B2BCommentsResource.getB2BCommentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCommentResource.setB2BCommentModel(B2BCommentModel value)
Convenience method which just delegates to
#setResourceValue(B2BCommentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCommentsResource.setB2BCommentsCollection(Collection<B2BCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<B2BCommentModel> |
B2BCommentService.getB2BCommentsForUser(T model,
UserModel user)
Retrives a list of
B2BComment associated to the order owned by a particular
user |
List<B2BCommentModel> |
B2BCommentService.getComments(T model)
Retrives a list of
B2BComment associated to the order |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCommentService.addComment(T model,
B2BCommentModel comment)
Adds a
B2BCommentModel to AbstractOrderModel |
| Modifier and Type | Method and Description |
|---|---|
List<B2BCommentModel> |
DefaultB2BCommentService.getB2BCommentsForUser(AbstractOrderModel model,
UserModel user) |
List<B2BCommentModel> |
DefaultB2BCommentService.getComments(AbstractOrderModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultB2BCommentService.addComment(AbstractOrderModel model,
B2BCommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<B2BCommentModel> |
AbstractOrderModel.getB2bcomments()
Generated method - Getter of the
AbstractOrder.b2bcomments attribute defined at extension b2bcommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setB2bcomments(Collection<B2BCommentModel> value)
Generated method - Setter of
AbstractOrder.b2bcomments attribute defined at extension b2bcommerce. |
Copyright © 2017 SAP SE. All Rights Reserved.