Métodos componente system admin agregados a documento entrega
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user