renamed backend summary lines.
This commit is contained in:
parent
a13719f008
commit
9a6227be5b
9 changed files with 108 additions and 78 deletions
|
|
@ -168,13 +168,13 @@ public class VascServiceRemoteBackend implements VascBackend {
|
|||
return (Map<String, Object>)result;
|
||||
}
|
||||
|
||||
public boolean isPageSummary() {
|
||||
public boolean hasPageSummary() {
|
||||
Object[] args = new Object[0];
|
||||
Object result = vascManager.invokeBackendMethod(backendId, "isPageSummary", args);
|
||||
return (Boolean)result;
|
||||
}
|
||||
|
||||
public boolean isTotalSummary() {
|
||||
public boolean hasTotalSummary() {
|
||||
Object[] args = new Object[0];
|
||||
Object result = vascManager.invokeBackendMethod(backendId, "isTotalSummary", args);
|
||||
return (Boolean)result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue