Métodos componente system admin agregados a documento entrega

This commit is contained in:
dalvarezgon
2020-01-08 20:31:48 +01:00
parent c70a4c43cd
commit 369b3d032a
5 changed files with 9 additions and 49 deletions

View File

@@ -43,7 +43,7 @@ public class ManageHealthCareCentersMBean extends ManagedBeanBase implements Ser
Long totalRowCount = getRemoteManagerSystemAdmin().getCAPCount();
this.setRowCount(totalRowCount.intValue());
return getRemoteManagerSystemAdmin().listCAPsPaged((first / pageSize), pageSize);
return getRemoteManagerCommon().listCAPsPaged((first / pageSize), pageSize);
}
};

View File

@@ -43,7 +43,7 @@ public class ManageSpecialitiesMBean extends ManagedBeanBase implements Serializ
Long totalRowCount = getRemoteManagerSystemAdmin().getSpecialtiesCount();
this.setRowCount(totalRowCount.intValue());
return getRemoteManagerSystemAdmin().listSpecialtiesPaged((first / pageSize), pageSize);
return getRemoteManagerCommon().listMedicalSpecialtiesPaged((first / pageSize), pageSize);
}
};