| Package | Description | 
|---|---|
| br.org.scadabr.api.utils | |
| com.serotonin.mango.db.dao | |
| com.serotonin.mango.rt.event | |
| com.serotonin.mango.vo | |
| com.serotonin.mango.web.dwr | 
| Modifier and Type | Method and Description | 
|---|---|
static UserComment | 
APIUtils.toUserComment(EventMessage message)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EventMessage[] | 
APIUtils.toEventMessage(java.util.List<UserComment> list)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserComment | 
UserCommentRowMapper.mapRow(java.sql.ResultSet rs,
      int rowNum)  | 
| Modifier and Type | Method and Description | 
|---|---|
EventInstance | 
EventDao.insertEventComment(int eventId,
                  UserComment comment)  | 
void | 
UserDao.insertUserComment(int typeId,
                 int referenceId,
                 UserComment comment)  | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<UserComment> | 
EventInstance.eventComments
User comments on the event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<UserComment> | 
EventInstance.getEventComments()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventInstance.addEventComment(UserComment comment)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventInstance.setEventComments(java.util.List<UserComment> eventComments)  | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<UserComment> | 
DataPointVO.comments  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<UserComment> | 
DataPointVO.getComments()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataPointVO.setComments(java.util.List<UserComment> comments)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserComment | 
BaseDwr.addUserComment(int typeId,
              int referenceId,
              java.lang.String comment)
Logs a user comment after validation. 
 |