- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {LocalDateTime l =
new LocalDateTime()
LocalDateTime.now()
DateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
- Smart code suggestions by Codota
}
/******************************************************************************************************************* * * {@inheritDoc}BBMA-183 * ******************************************************************************************************************/ public void notifyFatalError (@Nonnull UserNotificationWithFeedback userNotificationWithFeedback) { helper.showErrorDialog(userNotificationWithFeedback); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void confirmToDeleteAllObservations (final @Nonnull UserNotificationWithFeedback notification) { activityHelper.showConfirmationDialog(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyAllObservationsDeleted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
return activityHelper.createTimePickerDialog(changeDateTime); return activityHelper.createDatePickerDialog(changeDateTime);
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyExportCompleted (final @Nonnull UserNotificationWithFeedback userNotificationWithFeedback) { activityHelper.showNotificationDialog(userNotificationWithFeedback); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void highlightLatestObservation() { activityHelper.expandLastGroupAndCollapseOthers(getExpandableListView()); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyExportFailed (final @Nonnull UserNotificationWithFeedback userNotificationWithFeedback) { activityHelper.showErrorDialog(userNotificationWithFeedback); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyNewObservationCommitted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void confirmToDeleteAnObservationItem (final @Nonnull UserNotificationWithFeedback notification) { activityHelper.showConfirmationDialog(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyObservationItemDeleted (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyNewObservationCancelled (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }
/******************************************************************************************************************* * * {@inheritDoc} * ******************************************************************************************************************/ public void notifyObservationDateTimeUpdated (final @Nonnull UserNotification notification) { activityHelper.showLightNotification(notification); }