| 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.b2bacceleratorfacades.order.populators | |
| 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 |
|---|---|
java.util.List<B2BCommentModel> |
DefaultB2BCommentDao.findCommentsByOrder(AbstractOrderModel order) |
java.util.List<B2BCommentModel> |
DefaultB2BCommentDao.findCommentsByUser(UserModel user,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
B2BCommentModel |
B2BCommentResource.getB2BCommentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected B2BCommentModel |
B2BCommentResource.readResource(java.lang.String resourceId)
Gets the
B2BCommentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<B2BCommentModel> |
B2BCommentsResource.getB2BCommentsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<B2BCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<B2BCommentModel> |
B2BCommentService.getB2BCommentsForUser(T model,
UserModel user)
Retrives a list of
B2BComment associated to the order owned by a particular
user |
java.util.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 |
|---|---|
java.util.List<B2BCommentModel> |
DefaultB2BCommentService.getB2BCommentsForUser(AbstractOrderModel model,
UserModel user) |
java.util.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 |
|---|---|
protected B2BCommentModel |
B2BOrderPopulator.filterOutLastComment(OrderModel processedOrder) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<B2BCommentModel,B2BCommentData> |
B2BCartPopulator.getB2BCommentConverter() |
protected Converter<B2BCommentModel,B2BCommentData> |
B2BOrderPopulator.getB2BCommentConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCommentPopulator.populate(B2BCommentModel source,
B2BCommentData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BCartPopulator.setB2BCommentConverter(Converter<B2BCommentModel,B2BCommentData> b2BCommentConverter) |
void |
B2BOrderPopulator.setB2BCommentConverter(Converter<B2BCommentModel,B2BCommentData> b2BCommentConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Collection<B2BCommentModel> value)
Generated method - Setter of
AbstractOrder.b2bcomments attribute defined at extension b2bcommerce. |
Copyright © 2018 SAP SE. All Rights Reserved.