T - The type of item that this comment service is used for.public interface WarehousingCommentService<T extends ItemModel> extends CommentService
CommentService.| Modifier and Type | Method and Description |
|---|---|
CommentModel |
createAndSaveComment(WarehousingCommentContext context,
java.lang.String code)
Create and save the comment subject, text, code and creation time in the associated item.
|
CommentTypeModel |
getOrCreateCommentType(WarehousingCommentEventType eventType)
Get the comment type for the requested
WarehousingCommentEventType |
ComponentModel |
getOrCreateComponent(WarehousingCommentEventType eventType)
Get the component for the requested
WarehousingCommentEventType |
DomainModel |
getOrCreateDomainForCodeWarehousing()
Get the domain with code "warehousing"
|
createReply, getAvailableCommentTypes, getComments, getComments, getComments, getComments, getCommentTypeByCode, getCommentTypeForCode, getComponentByCode, getComponentForCode, getDirectReplies, getDomainByCode, getDomainForCode, getItemComments, getItemComments, getItemComments, getItemComments, getUserSettingCommentModel createAndSaveComment(WarehousingCommentContext context, java.lang.String code)
context - the comment context to process; cannot be nullcode - the comment codeCommentModelComponentModel getOrCreateComponent(WarehousingCommentEventType eventType)
WarehousingCommentEventTypeeventType - - the event type specifying the component code and nameCommentTypeModel getOrCreateCommentType(WarehousingCommentEventType eventType)
WarehousingCommentEventTypeeventType - - the event type specifying the comment type code and nameDomainModel getOrCreateDomainForCodeWarehousing()
Copyright © 2018 SAP SE. All Rights Reserved.