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 ComputerLabsDao
public List<? extends Lab> getLabs(String locationId, String buildingCode)
getLabs
in interface ComputerLabsDao
public List<? extends Location> getLocations(String groupId)
getLocations
in interface ComputerLabsDao
public List<? extends LabGroup> getLabGroups()
getLabGroups
in interface ComputerLabsDao
public LabGroup getLabGroup(String groupId)
getLabGroup
in interface ComputerLabsDao
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- the applicationContext to setpublic void setLabGroups(List<? extends LabGroup> labGroups)
setLabGroups
in interface ComputerLabsDao
public void retrieveAndSaveSpreadsheetDataAsXML(String feedURL)
retrieveAndSaveSpreadsheetDataAsXML
in interface ComputerLabsDao
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.