org.kuali.rice.location.impl.campus
Class CampusServiceImpl

java.lang.Object
  extended by org.kuali.rice.location.impl.campus.CampusServiceImpl
All Implemented Interfaces:
CampusService

public class CampusServiceImpl
extends Object
implements CampusService


Constructor Summary
CampusServiceImpl()
           
 
Method Summary
 List<Campus> findAllCampuses()
          This will return all Campus.
 List<CampusType> findAllCampusTypes()
          This will return all CampusType.
 Campus getCampus(String code)
          This will return a Campus.
 CampusType getCampusType(String code)
          This will return a CampusType.
 void setBusinessObjectService(BusinessObjectService boService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CampusServiceImpl

public CampusServiceImpl()
Method Detail

getCampus

public Campus getCampus(String code)
Description copied from interface: CampusService
This will return a Campus.

Specified by:
getCampus in interface CampusService
Parameters:
code - the code of the campus to return
See Also:
CampusService.getCampus(String code)

findAllCampuses

public List<Campus> findAllCampuses()
Description copied from interface: CampusService
This will return all Campus.

Specified by:
findAllCampuses in interface CampusService
See Also:
CampusService.findAllCampuses()

getCampusType

public CampusType getCampusType(String code)
Description copied from interface: CampusService
This will return a CampusType.

Specified by:
getCampusType in interface CampusService
Parameters:
code - the code of the campus type to return
Returns:
CampusType object represented by the passed in code
See Also:
CampusService.getCampusType(String code)

findAllCampusTypes

public List<CampusType> findAllCampusTypes()
Description copied from interface: CampusService
This will return all CampusType.

Specified by:
findAllCampusTypes in interface CampusService
See Also:
CampusService.findAllCampusTypes()

setBusinessObjectService

public void setBusinessObjectService(BusinessObjectService boService)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.