MCPcopy Create free account
hub / github.com/0opslab/opslabJutil / getOrderBy

Method getOrderBy

src/main/java/com/opslab/bean/PageDomain.java:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 private String isAsc;
32
33 public String getOrderBy() {
34 if (StringHelper.isEmpty(orderByColumn)) {
35 return "";
36 }
37 return StringHelper.toUnderScoreCase(orderByColumn) + " " + isAsc;
38 }
39
40
41

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.95
toUnderScoreCaseMethod · 0.95

Tested by

no test coverage detected