| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<CommentModel> |
ItemCommentsController.createNewComment(java.lang.String text,
ComponentModel component,
CommentTypeModel commentType) |
protected java.util.Optional<CommentModel> |
ItemCommentsController.createNewComment(Textbox textbox) |
protected java.util.List<CommentModel> |
ItemCommentsController.filterNotPermitted(java.util.List<CommentModel> comments) |
java.util.List<CommentModel> |
ItemCommentsController.getCommentsFromModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemCommentsController.addCommentToItem(CommentModel newComment) |
protected boolean |
ItemCommentsController.canReadThisComment(CommentModel comment) |
protected void |
ItemCommentsController.tryToSaveItemComment(CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
ItemCommentsController.filterNotPermitted(java.util.List<CommentModel> comments) |
protected void |
ItemCommentsController.sortAndSetComments(java.util.List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultItemCommentsRenderer.canReadAuthor(CommentModel commentModel) |
protected boolean |
DefaultItemCommentsRenderer.canReadCreationTime(CommentModel commentModel) |
protected boolean |
DefaultItemCommentsRenderer.canReadText(CommentModel commentModel) |
protected HtmlBasedComponent |
DefaultItemCommentsRenderer.createCommentContent(CommentModel comment) |
protected HtmlBasedComponent |
DefaultItemCommentsRenderer.createCommentHeader(CommentModel comment) |
protected java.lang.String |
DefaultItemCommentsRenderer.readAuthor(CommentModel commentModel) |
protected java.lang.String |
DefaultItemCommentsRenderer.readCreationTime(CommentModel commentModel) |
protected java.lang.String |
DefaultItemCommentsRenderer.readText(CommentModel commentModel) |
void |
DefaultItemCommentsRenderer.render(Div commentsContainer,
java.lang.Object configuration,
CommentModel comment,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
protected void |
DefaultItemCommentsRenderer.renderOneComment(Div commentsListContainer,
CommentModel comment,
WidgetInstanceManager widgetInstanceManager) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
DefaultInboundQuoteEntryHelper.processQuoteEntryComments(QuoteEntryModel inboundQuoteEntry) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>
Provides mapping from
CommentModel to SAPCpiOutboundQuoteCommentModel. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
DefaultSapCpiOutboundQuoteConversionService.getDeltaComments(QuoteModel quoteModel) |
protected java.util.List<CommentModel> |
DefaultSapCpiOutboundQuoteConversionService.getDeltaCommentsForEntry(AbstractOrderEntryModel item) |
java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>> |
DefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteCommentMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSapCpiQuoteCommentMapperService.map(CommentModel comment,
SAPCpiOutboundQuoteCommentModel scpiQuoteComment) |
protected void |
DefaultSapCpiQuoteCommentMapperService.mapComments(CommentModel comment,
SAPCpiOutboundQuoteCommentModel scpiQuoteComment) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteCommentMappers(java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>> sapCpiQuoteCommentMappers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommentMainAreaBrowserComponent.renderCommentDetailsBox(Div groupboxContentDiv,
CommentModel comment) |
protected void |
CommentMainAreaBrowserComponent.renderCommentTextBox(Div groupboxContentDiv,
CommentModel commentModel) |
protected Div |
CommentMainAreaBrowserComponent.renderDetailsContainer(CommentModel commentModel) |
protected AdvancedGroupbox |
CommentMainAreaBrowserComponent.renderSingleComment(CommentModel commentModel,
Div parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentLayerComponent.containsComment(CommentModel commentModel)
Returns true if this component contains given comment or false otherwise.
|
CommentIcon |
CommentLayerComponent.getCommentIcon(CommentModel commentModel)
Returns
CommentIcon corresponding to the target CommentModel instance |
static CommentLayerComponent |
CommentLayerUtils.getOwningCommentLayer(CommentLayerAwareModel model,
CommentModel commentItemModel) |
protected void |
ContextAreaCommentTreeComponent.renderCommentDetailsBox(Div groupboxContentDiv,
CommentModel comment) |
protected void |
ContextAreaCommentTreeComponent.renderCommentTextBox(Div groupboxContentDiv,
CommentModel commentModel) |
protected AdvancedGroupbox |
ContextAreaCommentTreeComponent.renderSingleComment(CommentModel commentModel,
Div parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentLayerComponentController.canDeleteComment(CommentModel comment)
Evaluates if current user is eligible to delete the target comment instance.
|
boolean |
CommentLayerComponentController.canEditComment(CommentModel comment)
Evaluates if current user can edit a comment behind the comment icon on the comment layer component.
|
boolean |
CommentLayerComponentController.canReplyToComment(CommentModel comment)
Evaluates if current user can reply to a comment behind the comment icon on the comment layer component.
|
void |
ContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Performs delete routine for the given comment instance.
|
CommentIcon |
ContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment)
Returns a corresponding
CommentIcon component for the target comment instance. |
CommentIcon |
CommentLayerComponentController.getCommentIconForComment(T component,
CommentModel comment)
Returns CommentIcon component for the given
CommentModel which is placed on the given
CommentLayerComponent; |
CommentLayerComponent |
ContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Returns
CommentLayerComponent that owns icon representing the target comment instance. |
boolean |
ContextAreaCommentTreeController.isCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment)
Evaluates if the target comment is currently visible on the comment layer.
|
void |
ContextAreaCommentTreeController.selectComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel)
Performs select routine for the given comment instance.
|
void |
ContextAreaCommentTreeController.toggleCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment)
Toggles visibility of the target comment instance on the comment layer component.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCommentLayerComponentController.canDeleteComment(CommentModel comment) |
boolean |
DefaultCommentLayerComponentController.canEditComment(CommentModel comment) |
boolean |
DefaultCommentLayerComponentController.canReplyToComment(CommentModel comment) |
protected CommentMetadataModel |
DefaultCommentLayerComponentController.createCommentMetadata(CommentLayerComponentModel model,
CommentModel commentToSave,
CommentIcon newIcon) |
protected void |
DefaultCommentLayerComponentController.createEditPopupContentForComment(Window newCommentPopup,
CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create)
Create additional content for comment creation and edit popup.
|
protected Window |
DefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
protected Window |
DefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
void |
DefaultContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
CommentIcon |
DefaultContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment) |
CommentIcon |
DefaultCommentLayerComponentController.getCommentIconForComment(CommentLayerComponent component,
CommentModel comment) |
CommentLayerComponent |
DefaultContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
boolean |
DefaultContextAreaCommentTreeController.isCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment) |
void |
DefaultContextAreaCommentTreeController.selectComment(ContextAreaCommentTreeModel model,
CommentModel commentItemModel) |
protected void |
DefaultCommentLayerComponentController.setCommentAttachments(CommentModel comment,
java.lang.Object currentValue) |
void |
DefaultContextAreaCommentTreeController.toggleCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment) |
protected void |
DefaultCommentLayerComponentController.updateComment(CommentModel comment,
ObjectValueContainer ovc,
java.lang.String text) |
protected void |
DefaultCommentLayerComponentController.updateComponentIcon(CommentLayerComponent clComponent,
CommentIcon newIcon,
CommentModel commentToSave) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CommentLayerContext.getActiveComment() |
CommentModel |
CommentIconModel.getComment()
Returns the actual
CommentModel that corresponds to the comment icon. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentIconModel.setComment(CommentModel comment) |
| Constructor and Description |
|---|
CommentIconModel(CommentModel comment,
int x_Position,
int y_Position) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CommentMetadataModel.getComment()
Generated method - Getter of the
CommentMetadata.comment attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentMetadataModel.setComment(CommentModel value)
Generated method - Initial setter of
CommentMetadata.comment attribute defined at extension cockpit. |
| Constructor and Description |
|---|
CommentMetadataModel(CommentModel _comment)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CommentMetadataModel(CommentModel _comment,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CockpitCommentService.createItemComment(UserModel author,
ComponentModel component,
CommentTypeModel type,
java.util.Collection<ItemModel> items,
java.lang.String subject,
java.lang.String text)
Creates and returns a new item comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
CockpitCommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all comments in the specified domain components which are of the specified types and where
user is a participant. |
java.util.List<CommentModel> |
CockpitCommentService.getCurrentUserComments()
Returns all comments in the default domain components which are of the default types and where the current user is
a participant.
|
java.util.List<CommentModel> |
CockpitCommentService.getCurrentUserComments(Desktop desktop)
Returns all comments in the default domain components which are of the default types and where the current user is
a participant.
|
java.util.List<CommentModel> |
CockpitCommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Gets comments.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyModel> |
CockpitCommentService.getDirectReplies(CommentModel comment,
int offset,
int count)
Returns all direct comment replies for the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitCommentService.saveChangedComments(java.util.List<CommentModel> comments)
Saves only modified comments from comments list
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
CommentLayerService.getCommentsForCommentLayer(UserModel user,
ItemModel item)
Returns all comments for the given page that the target user is eligible to view on the comment layer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentLayerService.canUserMoveComment(UserModel user,
CommentModel comment)
Evaluates if the given user is able to move given comment on the comment layer component.
|
CommentMetadataModel |
CommentLayerService.getCommentLocationForPreview(CommentModel comment,
MediaModel preview)
Returns Comment position meta-data of the given
CommentModel instance for the given preview media. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
DefaultCommentLayerService.filterCommentsWithoutPositionMetaData(java.util.List<CommentModel> input) |
java.util.List<CommentModel> |
DefaultCommentLayerService.getCommentsForCommentLayer(UserModel user,
ItemModel item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCommentLayerService.canUserMoveComment(UserModel user,
CommentModel comment) |
CommentMetadataModel |
DefaultCommentLayerService.getCommentLocationForPreview(CommentModel comment,
MediaModel preview) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
DefaultCommentLayerService.filterCommentsWithoutPositionMetaData(java.util.List<CommentModel> input) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
DefaultCockpitCommentService.createItemComment(UserModel author,
ComponentModel component,
CommentTypeModel type,
java.util.Collection<ItemModel> items,
java.lang.String subject,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
DefaultCockpitCommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCockpitCommentService.getCurrentUserComments() |
java.util.List<CommentModel> |
DefaultCockpitCommentService.getCurrentUserComments(Desktop desktop) |
java.util.List<CommentModel> |
DefaultCockpitCommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyModel> |
DefaultCockpitCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCockpitCommentService.saveChangedComments(java.util.List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
ReplyModel.getComment()
Generated method - Getter of the
Reply.comment attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyModel.setComment(CommentModel value)
Generated method - Initial setter of
Reply.comment attribute defined at extension comments. |
| Constructor and Description |
|---|
ReplyModel(UserModel _author,
CommentModel _comment,
ItemModel _owner,
ReplyModel _parent,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ReplyModel(UserModel _author,
CommentModel _comment,
java.lang.String _text)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CommentResource.getCommentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CommentModel |
CommentResource.readResource(java.lang.String resourceId)
Gets the
CommentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentModel> |
CommentsResource.getCommentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentResource.setCommentModel(CommentModel value)
Convenience method which just delegates to
#setResourceValue(CommentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentsResource.setCommentsCollection(java.util.Collection<CommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
CommentDao.findAll(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findCommentsByUser(UserModel, Collection, int, int) |
SearchResult<CommentModel> |
CommentDao.findAllByItem(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int) |
SearchResult<CommentModel> |
CommentDao.findAllByItemAndType(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int) |
SearchResult<CommentModel> |
CommentDao.findAllByType(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findCommentsByType(UserModel, Collection, Collection, int, int) |
java.util.List<CommentModel> |
CommentDao.findCommentsByItem(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
int offset,
int count)
Searches for all item comments related to the specified item, which are in the specified domain components and
where
user is a participant. |
java.util.List<CommentModel> |
CommentDao.findCommentsByItemAndType(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Searches for all item comments related to the specified item, which are of the specified types, in the specified
domain components and where
user is a participant. |
java.util.List<CommentModel> |
CommentDao.findCommentsByType(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Searches for all comments of the specified types in the specified domain components where
user is a
participant. |
java.util.List<CommentModel> |
CommentDao.findCommentsByUser(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Searches for all comments in the specified domain components where
user is a participant i.e. |
java.util.List<CommentModel> |
CommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all comments in the specified domain components which are of the specified types and where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Returns all comments in the specified domain components where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getComments(UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all comments in the specified domain which are of the specified types and where
user is a
participant. |
java.util.List<CommentModel> |
CommentService.getComments(UserModel user,
DomainModel domain,
int offset,
int count)
Returns all comments in the specified domain where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all item comments for the specified item, which are in the specified domain components, of the specified
types and where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Returns all item comments for the specified item, which are in the specified domain components and where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Returns all item comments for the specified item, which are in the specified domain, of the specified types and
where
user is a participant. |
java.util.List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
int offset,
int count)
Returns all item comments for the specified item, which are in the specified domain and where
user is
a participant. |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ReplyModel> |
CommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
since ages - as of release 4.3, please use
CommentDao.findDirectRepliesByComment(CommentModel, int, int) |
java.util.List<ReplyModel> |
CommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count)
Searches for all direct comment replies i.e.
|
java.util.List<ReplyModel> |
CommentService.getDirectReplies(CommentModel comment,
int offset,
int count)
Returns all direct comment replies for the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
DefaultCommentDao.findAll(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByItem(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByItemAndType(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages
|
SearchResult<CommentModel> |
DefaultCommentDao.findAllByType(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
since ages
|
protected SearchResult<CommentModel> |
DefaultCommentDao.findAllInternal(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
ItemModel item,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentDao.findCommentsByItem(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentDao.findCommentsByItemAndType(UserModel user,
java.util.Collection<ComponentModel> components,
ItemModel item,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentDao.findCommentsByType(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentDao.findCommentsByUser(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getComments(UserModel user,
DomainModel domain,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
java.util.Collection<ComponentModel> components,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
java.util.Collection<CommentTypeModel> types,
int offset,
int count) |
java.util.List<CommentModel> |
DefaultCommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ReplyModel> |
DefaultCommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
since ages
|
java.util.List<ReplyModel> |
DefaultCommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count) |
java.util.List<ReplyModel> |
DefaultCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentPopulator.populate(CommentModel source,
CommentData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CommentModel,CommentData> |
OrderEntryPopulator.getOrderCommentConverter() |
protected Converter<CommentModel,CommentData> |
AbstractOrderPopulator.getOrderCommentConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryPopulator.setOrderCommentConverter(Converter<CommentModel,CommentData> orderEntryCommentConverter) |
void |
AbstractOrderPopulator.setOrderCommentConverter(Converter<CommentModel,CommentData> orderCommentConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
ItemModel.getComments()
Generated method - Getter of the
Item.comments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModel.setComments(java.util.List<CommentModel> value)
Generated method - Setter of
Item.comments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
PrincipalModel.getWatchedComments()
Generated method - Getter of the
Principal.watchedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setWatchedComments(java.util.List<CommentModel> value)
Generated method - Setter of
Principal.watchedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentModel> |
UserModel.getAssignedComments()
Generated method - Getter of the
User.assignedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setAssignedComments(java.util.List<CommentModel> value)
Generated method - Setter of
User.assignedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CommentModel> |
DefaultQuoteCommentContributor.getDeltaComments(QuoteModel currentQuote) |
protected java.util.List<CommentModel> |
DefaultQuoteCommentContributorTest.populateComments(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultQuoteCommentContributor.addCommentData(java.util.List<CommentModel> comments,
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> result,
QuoteModel quoteModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
CsCustomerEventModel
Generated model class for type CsCustomerEvent first defined at extension ticketsystem.
|
class |
CsTicketEventModel
Generated model class for type CsTicketEvent first defined at extension ticketsystem.
|
class |
CsTicketResolutionEventModel
Generated model class for type CsTicketResolutionEvent first defined at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
WarehousingCommentService.createAndSaveComment(WarehousingCommentContext context,
java.lang.String code)
Create and save the comment subject, text, code and creation time in the associated item.
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
AbstractWarehousingCommentService.createAndSaveComment(WarehousingCommentContext context,
java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CommentModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AsnModelBuilder |
AsnModelBuilder.withComments(java.util.List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
Comments.commentAdjustmentNote() |
Copyright © 2018 SAP SE. All Rights Reserved.