/** {@inheritDoc} */ @Override protected void setLastExportLocation(final String lastExportLocation) { UserSettings.instance().setLastCsvExportLocation(lastExportLocation); }
/** {@inheritDoc} */ @Override protected String getLastExportLocation() { return UserSettings.instance().getLastCsvExportLocation(); }