| 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,
Object currentValue) |
void |
DefaultContextAreaCommentTreeController.toggleCommentVisible(ContextAreaCommentTreeModel model,
CommentModel comment) |
protected void |
DefaultCommentLayerComponentController.updateComment(CommentModel comment,
ObjectValueContainer ovc,
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,
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.getCurrentUserComments()
Returns all comments in the default domain components which are of the default types and where the current user is
a participant.
|
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.
|
List<CommentModel> |
CockpitCommentService.getItemComments(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count)
Gets comments.
|
| Modifier and Type | Method and Description |
|---|---|
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(List<CommentModel> comments)
Saves only modified comments from comments list
|
| Modifier and Type | Method and Description |
|---|---|
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 List<CommentModel> |
DefaultCommentLayerService.filterCommentsWithoutPositionMetaData(List<CommentModel> input) |
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 List<CommentModel> |
DefaultCommentLayerService.filterCommentsWithoutPositionMetaData(List<CommentModel> input) |
| 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.getCurrentUserComments() |
List<CommentModel> |
DefaultCockpitCommentService.getCurrentUserComments(Desktop desktop) |
List<CommentModel> |
DefaultCockpitCommentService.getItemComments(ItemModel item,
UserModel user,
Collection<ComponentModel> components,
Collection<CommentTypeModel> types,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
List<ReplyModel> |
DefaultCockpitCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCockpitCommentService.saveChangedComments(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,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReplyModel(UserModel _author,
CommentModel _comment,
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
#getResourceValue() |
protected CommentModel |
CommentResource.readResource(String resourceId)
Gets the
CommentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
CommentsResource.getCommentsCollection()
Convenience method which just delegates to
#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(Collection<CommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CommentModel> |
CommentDao.findAll(UserModel user,
Collection<ComponentModel> components,
int offset,
int count)
Deprecated.
as of release 4.3, please use
CommentDao.findCommentsByUser(UserModel, Collection, int, int) |
SearchResult<CommentModel> |
CommentDao.findAllByItem(UserModel user,
Collection<ComponentModel> components,
ItemModel item,
int offset,
int count)
Deprecated.
as of release 4.3, please use
CommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int) |
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.findCommentsByItem(UserModel user,
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. |
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> |
CommentDao.findCommentsByUser(UserModel user,
Collection<ComponentModel> components,
int offset,
int count)
Searches for all comments in the specified domain components where
user is a participant i.e. |
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,
Collection<ComponentModel> components,
int offset,
int count)
Returns all comments in the specified domain components 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.getComments(UserModel user,
DomainModel domain,
int offset,
int count)
Returns all comments in the specified domain 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,
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. |
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. |
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.
as of release 4.3, please use
CommentDao.findDirectRepliesByComment(CommentModel, int, int) |
List<ReplyModel> |
CommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count)
Searches for all direct comment replies i.e.
|
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<ReplyModel> |
DefaultCommentDao.findAllDirectReplies(CommentModel comment,
int offset,
int count)
Deprecated.
|
List<ReplyModel> |
DefaultCommentDao.findDirectRepliesByComment(CommentModel comment,
int offset,
int count) |
List<ReplyModel> |
DefaultCommentService.getDirectReplies(CommentModel comment,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
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(List<CommentModel> value)
Generated method - Setter of
Item.comments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
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(List<CommentModel> value)
Generated method - Setter of
Principal.watchedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
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(List<CommentModel> value)
Generated method - Setter of
User.assignedComments attribute defined at extension comments. |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
PrintCollaborationFacade.createComment(PageModel page,
UserModel author,
String text)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
PrintCollaborationFacade.filterAndSortComments(Collection<FilterCondition> filterConditions,
List<SortCondition> sortConditions,
Collection<CommentModel> comments)
This method should filter the given collection of
CommentModels by the given FilterConditions and
sorts it
by the given SortConditions afterwards. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintCollaborationFacade.deleteComment(CommentModel comment)
This method should delete the given
CommentModel. |
ItemModel |
PrintCollaborationFacade.getLastChange(CommentModel comment)
This method returns either a
ReplyModel or a WorkflowActionModel
depending on which has been last modified
or created. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
PrintCollaborationFacade.filterAndSortComments(Collection<FilterCondition> filterConditions,
List<SortCondition> sortConditions,
Collection<CommentModel> comments)
This method should filter the given collection of
CommentModels by the given FilterConditions and
sorts it
by the given SortConditions afterwards. |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
DefaultPrintCollaborationFacade.createComment(PageModel page,
UserModel author,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
DefaultPrintCollaborationFacade.filterAndSortComments(Collection<FilterCondition> filterConditions,
List<SortCondition> sortConditions,
Collection<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintCollaborationFacade.deleteComment(CommentModel comment) |
ItemModel |
DefaultPrintCollaborationFacade.getLastChange(CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
DefaultPrintCollaborationFacade.filterAndSortComments(Collection<FilterCondition> filterConditions,
List<SortCondition> sortConditions,
Collection<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
FilterStrategy.doFilterComments(T filterValue,
Collection<CommentModel> filteredComments)
Filter a collection of
CommentModel based on the passed value. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
FilterStrategy.doFilterComments(T filterValue,
Collection<CommentModel> filteredComments)
Filter a collection of
CommentModel based on the passed value. |
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
FilterByCommentGroupStrategy.doFilterComments(CommentGroupModel value,
Collection<CommentModel> comments) |
List<CommentModel> |
FilterByTypeStrategy.doFilterComments(PrintCommentService.CommentType value,
Collection<CommentModel> comments) |
List<CommentModel> |
FilterByStatusStrategy.doFilterComments(String value,
Collection<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
FilterByCommentGroupStrategy.doFilterComments(CommentGroupModel value,
Collection<CommentModel> comments) |
List<CommentModel> |
FilterByTypeStrategy.doFilterComments(PrintCommentService.CommentType value,
Collection<CommentModel> comments) |
List<CommentModel> |
FilterByStatusStrategy.doFilterComments(String value,
Collection<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
PrintCommentService.createComment(UserModel author,
String text)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
PrintCommentService.filterComments(Collection<FilterCondition> filterConditions,
Collection<CommentModel> comments)
This method should filter the given collection of
CommentModel by the provided FilterConditions. |
List<CommentModel> |
PrintCommentService.sortComments(List<SortCondition> sortConditions,
List<CommentModel> comments)
This method should be used for sorting the given list of
CommentModels by the provided
SortConditions. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintCommentService.deleteComment(CommentModel comment)
This method should delete the given
CommentModel. |
ReplyModel |
PrintCommentService.getLastChange(CommentModel comment)
This method should return the last modified
ReplyModel if there are any. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
PrintCommentService.filterComments(Collection<FilterCondition> filterConditions,
Collection<CommentModel> comments)
This method should filter the given collection of
CommentModel by the provided FilterConditions. |
List<CommentModel> |
PrintCommentService.sortComments(List<SortCondition> sortConditions,
List<CommentModel> comments)
This method should be used for sorting the given list of
CommentModels by the provided
SortConditions. |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
DefaultPrintCommentService.createComment(UserModel author,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
DefaultPrintCommentService.filterComments(Collection<FilterCondition> filterConditions,
Collection<CommentModel> comments) |
List<CommentModel> |
DefaultPrintCommentService.sortComments(List<SortCondition> sortConditions,
List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintCommentService.deleteComment(CommentModel comment) |
ReplyModel |
DefaultPrintCommentService.getLastChange(CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommentModel> |
DefaultPrintCommentService.filterComments(Collection<FilterCondition> filterConditions,
Collection<CommentModel> comments) |
void |
DefaultPrintCommentService.setSortStrategies(Map<String,Comparator<CommentModel>> sortStrategies) |
List<CommentModel> |
DefaultPrintCommentService.sortComments(List<SortCondition> sortConditions,
List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
int |
SortByCreationTimeStrategy.compare(CommentModel comment1,
CommentModel comment2) |
int |
SortByOnPageStrategy.compare(CommentModel comment1,
CommentModel comment2) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
AbstractConverterTest.createCommentModelForPage(PageModel page) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
Note2CommentPopulatingConverter.convert(NoteInfo noteInfo) |
protected CommentModel |
Note2CommentPopulatingConverter.createTarget() |
CommentModel |
CommentInfo.getComment() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommentJobPopulator.changeStatus(NoteInfo ctx,
CommentModel comment) |
protected Changed |
NoteInfoPopulator.createChanged(CommentModel comment) |
protected Responsible |
NoteInfoPopulator.createResponsible(CommentModel comment) |
protected WorkflowDecisionModel |
CommentRepliesPopulator.getSelectedDecision(NoteInfo ctx,
CommentModel comment) |
protected boolean |
CommentDataPopulator.isUserPermitted(UserModel user,
CommentModel comment) |
void |
CommentMetadataPopulator.populate(NoteInfo ctx,
CommentModel comment) |
void |
CommentRepliesPopulator.populate(NoteInfo ctx,
CommentModel comment) |
void |
CommentDataPopulator.populate(NoteInfo ctx,
CommentModel comment) |
void |
CommentJobPopulator.populate(NoteInfo ctx,
CommentModel comment) |
void |
CommentInfo.setComment(CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetPageCommentsProcessor.setReceivedByDtp(List<CommentModel> abstractComments) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteValidationService.validate(NoteInfo noteInfo,
CommentModel comment)
|
| Modifier and Type | Method and Description |
|---|---|
protected CommentInfo |
DefaultPage2NotesTranslatorService.createCommentInfo(CommentModel comment) |
void |
DefaultNoteValidationService.validate(NoteInfo ctx,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteValidationStrategy.validate(NoteInfo noteInfo,
CommentModel comment)
Validates
Note against the given CommentModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateChangeValidationStrategy.validate(NoteInfo ctx,
CommentModel comment) |
void |
CommentDescriptionValidationStrategy.validate(NoteInfo ctx,
CommentModel comment) |
void |
NotePageIndexValidationStrategy.validate(NoteInfo ctx,
CommentModel comment) |
void |
CommentEditingValidationStrategy.validate(NoteInfo ctx,
CommentModel comment) |
void |
AssigneeNoteValidationStrategy.validate(NoteInfo noteInfo,
CommentModel comment) |
protected void |
CommentEditingValidationStrategy.validateDescriptionChange(NoteInfo ctx,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
AbstractPrintJobServicelayerTest.getCommentModel() |
CommentModel |
AbstractPrintJobServicelayerTest.getCommentModelWithJob() |
CommentModel |
AbstractPrintJobServicelayerTest.getCommentModelWithPage() |
CommentModel |
AbstractPrintJobServicelayerTest.getCommentModelWithPageJob() |
| Modifier and Type | Method and Description |
|---|---|
List<CommentModel> |
AbstractPrintJobServicelayerTest.getCommentModelList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPrintJobServicelayerTest.setCommentModel(CommentModel commentModel1) |
void |
AbstractPrintJobServicelayerTest.setCommentModelWithJob(CommentModel commentModelWithJob) |
void |
AbstractPrintJobServicelayerTest.setCommentModelWithPage(CommentModel commentModelWithPage) |
void |
AbstractPrintJobServicelayerTest.setCommentModelWithPageJob(CommentModel commentModelWithPageJob) |
| Modifier and Type | Method and Description |
|---|---|
protected CommentModel |
AbstractPrintWorkflowTest.createComment(PageModel page,
String subject,
String text,
UserModel user) |
protected CommentModel |
AbstractPrintWorkflowTest.isCommentExists(String subject) |
protected CommentModel |
AbstractPrintServicelayerTest.prepareComment(String code,
String subject,
int pageIndex,
UserModel assignee) |
protected CommentModel |
AbstractPrintServicelayerTest.prepareCommentWithMetadata(String code,
String subject,
int pageIndex,
UserModel assignee)
Create metadata to place comment on a page
|
| Modifier and Type | Method and Description |
|---|---|
protected CommentMetadataModel |
AbstractPrintWorkflowTest.createCommentMetadata(ItemModel item,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
WorkflowAssignedJobAttributeHandler.get(WorkflowModel workflow) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowAssignedJobAttributeHandler.set(WorkflowModel workflow,
CommentModel comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrintCockpitCommentLayerComponentController.canDeleteComment(CommentModel comment) |
protected void |
PrintCockpitCommentLayerComponentController.createEditPopupContentForComment(Window newCommentPopup,
CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
protected Window |
PrintCockpitCommentLayerComponentController.createEditPopupForComment(CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
protected boolean |
PrintUserCanMoveCommentStrategy.isJobAssignee(UserModel user,
CommentModel job) |
| Modifier and Type | Method and Description |
|---|---|
protected CommentModel |
AbstractPagePlannerTest.prepareComment(String subject,
int pageNo) |
protected CommentModel |
AbstractPagePlannerIntegrationTest.prepareComment(String code,
String subject,
int pageIndex,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
Component |
CommentContextAreaCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed)
Creates the @ComponentModel for the current cell.
|
void |
CommentContextAreaRenderer.renderCells(PrintContextAreaCommentTreeComponent treeComponent,
CommentModel comment,
Hbox parent,
boolean collapsed)
Render cells with the set cell renderer in web-spring
|
| Modifier and Type | Method and Description |
|---|---|
Component |
CommentDateCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
Component |
CommentDescriptionCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
Component |
CommentAuthorCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
Component |
CommentTypeCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
Component |
CommentToggleVisibilityCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
Component |
CommentTypeIconCellRenderer.createViewComponent(CommentModel comment,
PrintContextAreaCommentTreeComponent treeComponent,
boolean collapsed) |
void |
DefaultCommentContextAreaRenderer.renderCells(PrintContextAreaCommentTreeComponent treeComponent,
CommentModel comment,
Hbox parent,
boolean collapsed) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
PageCommentsContext.getActiveComment() |
| 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,
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,
String code) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
CommentModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AsnModelBuilder |
AsnModelBuilder.withComments(List<CommentModel> comments) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
Comments.commentAdjustmentNote() |
Copyright © 2017 SAP SE. All Rights Reserved.