| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
AbstractCommentAction.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommentAction.setCommentType(CommentTypeModel commentType) |
| Modifier and Type | Field and Description |
|---|---|
protected CommentTypeModel |
DefaultCommentLayerComponentController.commentType |
| Modifier and Type | Method and Description |
|---|---|
protected CommentTypeModel |
DefaultCommentLayerComponentController.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CockpitCommentService.createItemComment(UserModel author,
ComponentModel component,
CommentTypeModel type,
Collection<ItemModel> items,
String subject,
String text)
Creates and returns a new item comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
CockpitCommentService.getComments(UserModel user,
Collection<ComponentModel> components,
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. |
List<CommentModel> |
CockpitCommentService.getItemComments(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count)
Gets comments.
|
Query |
CockpitCommentService.getItemCommentsQuery(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types)
Get item comments query.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommentTypeModel |
DefaultCommentLayerService.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
DefaultCockpitCommentService.createItemComment(UserModel author,
ComponentModel component,
CommentTypeModel type,
Collection<ItemModel> items,
String subject,
String text) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
DefaultCockpitCommentService.getComments(UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count) |
List<CommentModel> |
DefaultCockpitCommentService.getItemComments(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count) |
Query |
DefaultCockpitCommentService.getItemCommentsQuery(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CommentModel.getCommentType()
Generated method - Getter of the
Comment.commentType attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentTypeModel> |
ComponentModel.getAvailableCommentTypes()
Deprecated.
|
Collection<CommentTypeModel> |
DomainModel.getCommentTypes()
Generated method - Getter of the
Domain.commentTypes attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentModel.setCommentType(CommentTypeModel value)
Generated method - Initial setter of
Comment.commentType attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainModel.setCommentTypes(Collection<CommentTypeModel> value)
Generated method - Setter of
Domain.commentTypes attribute defined at extension comments. |
| Constructor and Description |
|---|
CommentModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CommentModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CommentTypeResource.getCommentTypeModel()
Convenience method which just delegates to
#getResourceValue() |
protected CommentTypeModel |
CommentTypeResource.readResource(String resourceId)
Gets the
CommentTypeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentTypeModel> |
CommentTypesResource.getCommentTypesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentTypeResource.setCommentTypeModel(CommentTypeModel value)
Convenience method which just delegates to
#setResourceValue(CommentTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentTypesResource.setCommentTypesCollection(Collection<CommentTypeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CommentService.getCommentTypeByCode(ComponentModel component,
String commentTypeCode)
Deprecated.
|
CommentTypeModel |
CommentService.getCommentTypeForCode(ComponentModel component,
String commentTypeCode)
Returns the comment type with the specified code.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentTypeModel> |
CommentService.getAvailableCommentTypes(ComponentModel component)
Returns the available comment types for a given component.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
CommentDao.findAllByItemAndType(UserModel user,
Collection<ComponentModel> components,
ItemModel item,
Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
as of release 4.3, please use
CommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int) |
SearchResult<CommentModel> |
CommentDao.findAllByType(UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count)
Deprecated.
as of release 4.3, please use
CommentDao.findCommentsByType(UserModel, Collection, Collection, int, int) |
List<CommentModel> |
CommentDao.findCommentsByItemAndType(UserModel user,
Collection<ComponentModel> components,
ItemModel item,
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. |
List<CommentModel> |
CommentDao.findCommentsByType(UserModel user,
Collection<ComponentModel> components,
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. |
List<CommentModel> |
CommentService.getComments(UserModel user,
Collection<ComponentModel> components,
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. |
List<CommentModel> |
CommentService.getComments(UserModel user,
DomainModel domain,
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. |
List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
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. |
List<CommentModel> |
CommentService.getItemComments(ItemModel item,
UserModel user,
DomainModel domain,
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. |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
DefaultCommentService.getCommentTypeByCode(ComponentModel component,
String commentTypeCode) |
CommentTypeModel |
DefaultCommentService.getCommentTypeForCode(ComponentModel comp,
String commentTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentTypeModel> |
DefaultCommentService.getAvailableCommentTypes(ComponentModel component) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
DefaultCallContextController.getTicketType(String ticketType) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
TicketStrategy.getTicketType(String type) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
DefaultTicketStrategy.getTicketType(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetDetailRenderer<TypedObject,Widget> |
TicketEventDetailRenderer.getDetailRenderer(CommentTypeModel commentType) |
| Modifier and Type | Method and Description |
|---|---|
protected CommentTypeModel |
Note2CommentPopulatingConverter.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
protected CommentTypeModel |
AbstractPrintJobServicelayerTest.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
protected CommentTypeModel |
AbstractPrintWorkflowTest.createCommentType() |
| Constructor and Description |
|---|
CsCustomerEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsCustomerEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
CsResolutionType _resolutionType,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
CsResolutionType _resolutionType,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CsTicketEventEmailConfigurationModel.getEventType()
Generated method - Getter of the
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketEventEmailConfigurationModel.setEventType(CommentTypeModel value)
Generated method - Setter of
CsTicketEventEmailConfiguration.eventType attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
TicketService.getTicketType(String type)
Get the comment type given the code of that type
|
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
DefaultTicketService.getTicketType(String type) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
WarehousingCommentService.getOrCreateCommentType(WarehousingCommentEventType eventType)
Get the comment type for the requested
WarehousingCommentEventType |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
AbstractWarehousingCommentService.getOrCreateCommentType(WarehousingCommentEventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CommentTypeModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CommentModelBuilder |
CommentModelBuilder.withCommentType(CommentTypeModel commentType) |
| Modifier and Type | Method and Description |
|---|---|
DomainModelBuilder |
DomainModelBuilder.withCommentTypes(Collection<CommentTypeModel> commentTypes) |
| Modifier and Type | Method and Description |
|---|---|
CommentTypeModel |
CommentTypes.adjustmentNote() |
CommentTypeModel |
CommentTypes.ticketCreationEvent() |
Copyright © 2017 SAP SE. All Rights Reserved.