| Package | Description |
|---|---|
| edu.cnm.deepdive.homestead.model | |
| edu.cnm.deepdive.homestead.service | |
| edu.cnm.deepdive.homestead.viewmodel |
| Modifier and Type | Method and Description |
|---|---|
Service[] |
Agency.getServices() |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
Service.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
Agency.setServices(Service[] services) |
| Modifier and Type | Method and Description |
|---|---|
Single<List<Service>> |
HomesteadService.getAllServices() |
Single<List<Service>> |
AgencyRepository.getAllServices() |
| Modifier and Type | Method and Description |
|---|---|
LiveData<Service> |
AgencyViewModel.getService() |
LiveData<List<Service>> |
AgencyViewModel.getServices() |