public class ComputerLabsServiceImpl extends Object implements ComputerLabsService
Constructor and Description |
---|
ComputerLabsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
ComputerLabsDao |
getDao() |
LabImpl |
getLab(String labUid) |
LabGroupImpl |
getLabGroup(String groupId) |
List<LabGroupImpl> |
getLabGroups() |
List<LabImpl> |
getLabs(String locationId,
String buildingCode) |
List<LocationImpl> |
getLocations(String groupId) |
void |
setDao(ComputerLabsDao dao) |
public ComputerLabsServiceImpl()
public ComputerLabsDao getDao()
public void setDao(ComputerLabsDao dao)
public List<LabGroupImpl> getLabGroups()
getLabGroups
in interface ComputerLabsService
public LabGroupImpl getLabGroup(String groupId)
getLabGroup
in interface ComputerLabsService
public List<LocationImpl> getLocations(String groupId)
getLocations
in interface ComputerLabsService
public List<LabImpl> getLabs(String locationId, String buildingCode)
getLabs
in interface ComputerLabsService
public LabImpl getLab(String labUid)
getLab
in interface ComputerLabsService
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.