- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getUpdatedAt (0.13 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
appendJson("id", entity.getId(), buf).append(','); appendJson("created-at", entity.getCreatedAt(), buf).append(','); appendJson("updated-at", entity.getUpdatedAt(), buf); buf.append('}'); buf.append('\n'); try { writer.write(buf.toString()); } catch (final IOException e) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
params.put("User Info ID", e.getId()); params.put("Created Time", FessFunctions.formatDate(e.getCreatedAt())); params.put("Updated Time", FessFunctions.formatDate(e.getUpdatedAt())); return params; }).get(); } if (SearchLogPager.LOG_TYPE_CLICK.equalsIgnoreCase(logType)) { return clickLogBhv.selectByPK(id).map(e -> {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 28.4K bytes - Viewed (0)