| Package | Description |
|---|---|
| de.hybris.platform.comments.model |
Contains generated models for each type of de.hybris.platform.comments.jalo package.
|
| de.hybris.platform.comments.resource | |
| de.hybris.platform.comments.services | |
| de.hybris.platform.comments.services.impl | |
| de.hybris.platform.print.collaboration.filter.impl | |
| de.hybris.platform.print.services.impl | |
| de.hybris.platform.print.tests | |
| de.hybris.platform.printcockpit.components.contextarea.filters |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
AbstractCommentModel.getCommentGroup()
Generated method - Getter of the
AbstractComment.commentGroup attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommentModel.setCommentGroup(CommentGroupModel value)
Generated method - Setter of
AbstractComment.commentGroup attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
CommentGroupResource.getCommentGroupModel()
Convenience method which just delegates to
#getResourceValue() |
protected CommentGroupModel |
CommentGroupResource.readResource(String resourceId)
Gets the
CommentGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentGroupModel> |
CommentGroupsResource.getCommentGroupsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentGroupResource.setCommentGroupModel(CommentGroupModel value)
Convenience method which just delegates to
#setResourceValue(CommentGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentGroupsResource.setCommentGroupsCollection(Collection<CommentGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
CommentGroupService.createCommentGroup(PageModel page,
UserModel user)
|
CommentGroupModel |
CommentGroupDao.findCommentGroup(PageModel page,
UserModel user,
Date date)
This method should be used to search for a instance of the
CommentGroupModel for the given PageModel,
UserModel and Date. |
CommentGroupModel |
CommentGroupService.getCommentGroup(PageModel page,
UserModel user)
|
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
DefaultCommentGroupService.createCommentGroup(PageModel page,
UserModel user) |
CommentGroupModel |
DefaultCommentGroupDao.findCommentGroup(PageModel page,
UserModel user,
Date date) |
CommentGroupModel |
DefaultCommentGroupService.getCommentGroup(PageModel page,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
PrintCommentDao.getCommentsForCommentGroup(CommentGroupModel commentGroup)
get all
CommentModels for the CommentModelGroup |
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
FilterByCommentGroupStrategy.doFilterComments(CommentGroupModel value,
Collection<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel |
AbstractPrintJobServicelayerTest.getCommentGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected CommentGroupModel |
AbstractPrintWorkflowTest.createCommentGroup(ItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
CommentGroupModel[] |
CommentGroupFilterComponent.getDefaultValues() |
CommentGroupModel[] |
CommentGroupFilterComponent.getSelectedValues() |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition<CommentGroupModel> |
CommentGroupFilterComponent.createFilterCondition() |
protected List<CommentGroupModel> |
CommentGroupFilterComponent.getCommentGroups(PrintPageBrowserModel browserModel) |
Copyright © 2017 SAP SE. All Rights Reserved.