@Dependent public class CommentItemPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommentItemPresenter.View |
| Constructor and Description |
|---|
CommentItemPresenter(CommentItemPresenter.View view,
DateUtils dateUtils,
org.jboss.errai.common.client.api.Caller<org.guvnor.structure.repositories.changerequest.ChangeRequestService> changeRequestService,
org.uberfire.rpc.SessionInfo sessionInfo,
LibraryPlaces libraryPlaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
CommentItemPresenter.View |
getView() |
void |
postConstruct() |
void |
setup(Long changeRequestId,
Long commentId,
String authorId,
Date date,
String text) |
@Inject public CommentItemPresenter(CommentItemPresenter.View view, DateUtils dateUtils, org.jboss.errai.common.client.api.Caller<org.guvnor.structure.repositories.changerequest.ChangeRequestService> changeRequestService, org.uberfire.rpc.SessionInfo sessionInfo, LibraryPlaces libraryPlaces)
@PostConstruct public void postConstruct()
public void setup(Long changeRequestId, Long commentId, String authorId, Date date, String text)
public CommentItemPresenter.View getView()
public void delete()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.