public class ComputerLabsDaoHTCImpl extends Object implements ComputerLabsDao, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
ComputerLabsDaoHTCImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
Lab |
getLab(String labUid) |
LabGroup |
getLabGroup(String groupId) |
List<? extends LabGroup> |
getLabGroups() |
List<? extends Lab> |
getLabs(String locationId,
String buildingCode) |
List<? extends Location> |
getLocations(String groupId) |
void |
retrieveAndSaveSpreadsheetDataAsXML(String feedURL) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setLabGroups(List<? extends LabGroup> labGroups) |
public ComputerLabsDaoHTCImpl()
public Lab getLab(String labUid)
getLab in interface ComputerLabsDaopublic List<? extends Lab> getLabs(String locationId, String buildingCode)
getLabs in interface ComputerLabsDaopublic List<? extends Location> getLocations(String groupId)
getLocations in interface ComputerLabsDaopublic List<? extends LabGroup> getLabGroups()
getLabGroups in interface ComputerLabsDaopublic LabGroup getLabGroup(String groupId)
getLabGroup in interface ComputerLabsDaopublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the applicationContext to setpublic void setLabGroups(List<? extends LabGroup> labGroups)
setLabGroups in interface ComputerLabsDaopublic void retrieveAndSaveSpreadsheetDataAsXML(String feedURL)
retrieveAndSaveSpreadsheetDataAsXML in interface ComputerLabsDaoCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.