@Dependent public class CaseCommentsPresenter extends AbstractCaseInstancePresenter
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaseCommentsPresenter.CaseCommentAction |
static interface |
CaseCommentsPresenter.CaseCommentsView |
| Modifier and Type | Field and Description |
|---|---|
static String |
SCREEN_ID |
caseId, caseService, containerId, PARAMETER_CASE_ID, PARAMETER_CONTAINER_ID, PARAMETER_SERVER_TEMPLATE_ID, place, serverTemplateId| Constructor and Description |
|---|
CaseCommentsPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCaseComment(CaseCommentSummary caseCommentSummary) |
protected void |
addCaseComment(String caseCommentText) |
protected void |
clearCaseInstance() |
protected void |
deleteCaseComment(String caseCommentId) |
String |
getTittle() |
org.uberfire.client.mvp.UberElement<CaseCommentsPresenter> |
getView() |
protected void |
loadCaseInstance(CaseInstanceSummary cis) |
void |
refreshComments() |
void |
setCurrentUpdatedCommentId(String commentId) |
protected void |
updateCaseComment(String caseCommentText,
String caseCommentId) |
findCaseInstance, isCaseInstanceValid, onCaseRefreshEvent, onStartup, setCaseServicepublic static final String SCREEN_ID
public org.uberfire.client.mvp.UberElement<CaseCommentsPresenter> getView()
public String getTittle()
protected void clearCaseInstance()
clearCaseInstance in class AbstractCaseInstancePresenterprotected void loadCaseInstance(CaseInstanceSummary cis)
loadCaseInstance in class AbstractCaseInstancePresenterpublic void refreshComments()
protected void addCaseComment(String caseCommentText)
protected void addCaseComment(CaseCommentSummary caseCommentSummary)
protected void deleteCaseComment(String caseCommentId)
public void setCurrentUpdatedCommentId(String commentId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.