@Dependent public class CaseCommentsPresenter extends AbstractCaseInstancePresenter<CaseCommentsPresenter.CaseCommentsView>
| 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, translationServiceview| 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(CaseCommentSummary caseCommentSummary) |
String |
getTittle() |
protected void |
loadCaseInstance(CaseInstanceSummary cis) |
void |
refreshComments() |
protected void |
updateCaseComment(CaseCommentSummary caseCommentSummary,
String caseCommentNewText) |
findCaseInstance, isCaseInstanceValid, onCaseRefreshEvent, onStartup, setCaseServicegetView, initpublic static final String SCREEN_ID
public String getTittle()
protected void clearCaseInstance()
clearCaseInstance in class AbstractCaseInstancePresenter<CaseCommentsPresenter.CaseCommentsView>protected void loadCaseInstance(CaseInstanceSummary cis)
loadCaseInstance in class AbstractCaseInstancePresenter<CaseCommentsPresenter.CaseCommentsView>public void refreshComments()
protected void addCaseComment(String caseCommentText)
protected void addCaseComment(CaseCommentSummary caseCommentSummary)
protected void updateCaseComment(CaseCommentSummary caseCommentSummary, String caseCommentNewText)
protected void deleteCaseComment(CaseCommentSummary caseCommentSummary)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.