Database Reference
In-Depth Information
timestamp.getTime() / 1000, "6", UUID.randomUUID().toString(), "7",
tagList(tagStr))));
ResultSetMapper<MappedContent> resultSetMapper = new ResultSetMapper<MappedContent>();
return resultSetMapper.mapResultSetToMappedClass(contentMap, MappedContent.class);
}
Editing a Status Update
When status updates are displayed, the current user's status updates will contain a link to “Edit” the status. Once
clicked, it will open the form, similar to the “Add Content” link, but will populate the form with the status update
values as well as modify the form button to read “Edit Content”, as shown in Figure 12-11 . As with many similar UI
features, clicking “Cancel” under the heading removes the values and returns the form to its ready state.
Figure 12-11. Editing a status update
 
Search WWH ::




Custom Search