CampusService

Name Campus
Version
Included Services  
Java Package org.kuali.rice.location.api.campus

CampusService interface.

Operations
Main Message Structures

Method getCampus
Description This will return a {@link Campus}.
Parameters String code the code of the campus to return
Return Campus ???
Errors RiceIllegalArgumentException if the code is null

Back to Operations

Method findAllCampuses
Description This will return all {@link Campus}.
Parameters None None No Parameters
Return CampusList ???
Errors NONE No Errors

Back to Operations

Method getCampusType
Description This will return a {@link CampusType}.
Parameters String code the code of the campus type to return
Return CampusType CampusType object represented by the passed in code
Errors RiceIllegalArgumentException if the code is null

Back to Operations

Method findAllCampusTypes
Description This will return all {@link CampusType}.
Parameters None None No Parameters
Return CampusTypeList ???
Errors NONE No Errors

Back to Operations

Method findCampuses
Description This method find Campuses based on a query criteria. The criteria cannot be null.
Parameters QueryByCriteria queryByCriteria the criteria. Cannot be null.
Return CampusQueryResults query results. will never return null.
Errors RiceIllegalArgumentException ???

Back to Operations

Method findCampusTypes
Description This method find CampusTypes based on a query criteria. The criteria cannot be null.
Parameters QueryByCriteria queryByCriteria the criteria. Cannot be null.
Return CampusTypeQueryResults query results. will never return null.
Errors RiceIllegalArgumentException ???

Back to Operations