B C E F G H I O P S T

B

build() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
Builds an instance of a Campus based on the current state of the builder.
build() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
Builds an instance of a CampusType based on the current state of the builder.
build() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
build() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
build() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
build() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 

C

Campus - Class in org.kuali.rice.shareddata.api.campus
An immutable representation of a CampusContract.
Campus.Builder - Class in org.kuali.rice.shareddata.api.campus
This builder is used to construct instances of Campus.
CAMPUS_SERVICE - Static variable in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
CampusContract - Interface in org.kuali.rice.shareddata.api.campus
 
CampusService - Interface in org.kuali.rice.shareddata.api.campus
 
CampusType - Class in org.kuali.rice.shareddata.api.campus
An immutable representation of a CampusTypeContract.
CampusType.Builder - Class in org.kuali.rice.shareddata.api.campus
This builder is used to construct instances of CampusType.
CampusTypeContract - Interface in org.kuali.rice.shareddata.api.campus
 
Country - Class in org.kuali.rice.shareddata.api.country
POJO implementation of CountryContract that is immutable.
Country.Builder - Class in org.kuali.rice.shareddata.api.country
Builder for immutable Country objects.
COUNTRY_SERVICE - Static variable in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
CountryContract - Interface in org.kuali.rice.shareddata.api.country
Contract for a Country.
CountryService - Interface in org.kuali.rice.shareddata.api.country
 
County - Class in org.kuali.rice.shareddata.api.county
An immutable representation of a CountyContract.
County.Builder - Class in org.kuali.rice.shareddata.api.county
This builder constructs an County enforcing the constraints of the CountyContract.
COUNTY_SERVICE - Static variable in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
CountyContract - Interface in org.kuali.rice.shareddata.api.county
This is the contract for a State.
CountyService - Interface in org.kuali.rice.shareddata.api.county
 
create(String) - Static method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
Creates a builder from the given campus code.
create(CampusContract) - Static method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
Creates a builder by populating it with data from the given CampusContract.
create(String) - Static method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
Creates a builder from the given campus type code.
create(CampusTypeContract) - Static method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
Creates a builder by populating it with data from the given CampusTypeContract.
create(String, String) - Static method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
create(String, String, String, boolean, boolean) - Static method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
create(CountryContract) - Static method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
create(String, String, String, String) - Static method in class org.kuali.rice.shareddata.api.county.County.Builder
creates a County Builder with the required fields.
create(CountyContract) - Static method in class org.kuali.rice.shareddata.api.county.County.Builder
creates a County Builder from an existing CountyContract.
create(String, String) - Static method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
creates a PostalCode builder with the required fields.
create(PostalCodeContract) - Static method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
creates a PostalCode builder from an existing PostalCodeContract.
create(String, String, String) - Static method in class org.kuali.rice.shareddata.api.state.State.Builder
creates a State with the required fields.
create(StateContract) - Static method in class org.kuali.rice.shareddata.api.state.State.Builder
creates a Parameter from an existing StateContract.

E

equals(Object) - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
equals(Object) - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
equals(Object) - Method in class org.kuali.rice.shareddata.api.country.Country
 
equals(Object) - Method in class org.kuali.rice.shareddata.api.county.County
 
equals(Object) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
equals(Object) - Method in class org.kuali.rice.shareddata.api.state.State
 

F

findAllCampuses() - Method in interface org.kuali.rice.shareddata.api.campus.CampusService
This will return all Campus.
findAllCampusTypes() - Method in interface org.kuali.rice.shareddata.api.campus.CampusService
This will return all CampusType.
findAllCountiesInCountryAndState(String, String) - Method in interface org.kuali.rice.shareddata.api.county.CountyService
Gets all the County for postal country code & postal state code.
findAllCountries() - Method in interface org.kuali.rice.shareddata.api.country.CountryService
Returns all Countries
findAllCountriesNotRestricted() - Method in interface org.kuali.rice.shareddata.api.country.CountryService
Returns all Countries that are not restricted.
findAllPostalCodesInCountry(String) - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeService
Gets all the PostalCode for postal country code.
findAllStatesInCountry(String) - Method in interface org.kuali.rice.shareddata.api.state.StateService
Finds all the States for postal country code.

G

getAlternateCode() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
getAlternateCode() - Method in class org.kuali.rice.shareddata.api.country.Country
 
getAlternateCode() - Method in interface org.kuali.rice.shareddata.api.country.CountryContract
An alternative country code to represent a country.
getCampus(String) - Method in interface org.kuali.rice.shareddata.api.campus.CampusService
This will return a Campus.
getCampusService() - Static method in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
getCampusType() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getCampusType() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getCampusType() - Method in interface org.kuali.rice.shareddata.api.campus.CampusContract
This is the campus type for the Campus.
getCampusType(String) - Method in interface org.kuali.rice.shareddata.api.campus.CampusService
This will return a CampusType.
getCityName() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getCityName() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getCityName() - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
This the postal state code for the PostalCode.
getCode() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getCode() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
getCode() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.country.Country
 
getCode() - Method in interface org.kuali.rice.shareddata.api.country.CountryContract
An abbreviated String representing the unique identifying code for a given country.
getCode() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.county.County
 
getCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getCode() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
getCode() - Method in class org.kuali.rice.shareddata.api.state.State
 
getCountry(String) - Method in interface org.kuali.rice.shareddata.api.country.CountryService
Lookup a country object based on the given country code.
getCountryByAlternateCode(String) - Method in interface org.kuali.rice.shareddata.api.country.CountryService
Get a country object based on an alternate country code
getCountryCode() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
getCountryCode() - Method in class org.kuali.rice.shareddata.api.county.County
 
getCountryCode() - Method in interface org.kuali.rice.shareddata.api.county.CountyContract
This the postal country code for the County.
getCountryCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getCountryCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getCountryCode() - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
This the postal country code for the PostalCode.
getCountryCode() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
getCountryCode() - Method in class org.kuali.rice.shareddata.api.state.State
 
getCountryCode() - Method in interface org.kuali.rice.shareddata.api.state.StateContract
This the postal country code for the State.
getCountryService() - Static method in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
getCounty(String, String, String) - Method in interface org.kuali.rice.shareddata.api.county.CountyService
Gets a County from a postal country code and postal code value.
getCountyCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getCountyCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getCountyCode() - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
This the county code for the PostalCode.
getCountyService() - Static method in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
getName() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getName() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getName() - Method in interface org.kuali.rice.shareddata.api.campus.CampusContract
This is the name for the Campus.
getName() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
getName() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
getName() - Method in interface org.kuali.rice.shareddata.api.campus.CampusTypeContract
This is the name for the CampusType.
getName() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
getName() - Method in class org.kuali.rice.shareddata.api.country.Country
 
getName() - Method in interface org.kuali.rice.shareddata.api.country.CountryContract
A full, familiar, name of a country.
getName() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
getName() - Method in class org.kuali.rice.shareddata.api.county.County
 
getName() - Method in interface org.kuali.rice.shareddata.api.county.CountyContract
This the name for the County.
getName() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
getName() - Method in class org.kuali.rice.shareddata.api.state.State
 
getName() - Method in interface org.kuali.rice.shareddata.api.state.StateContract
This the postal name for the State.
getObjectId() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getObjectId() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getObjectId() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
getObjectId() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
getPostalCode(String, String) - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeService
Gets a PostalCode from a postal country code and postal code value.
getPostalCodeService() - Static method in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
getShortName() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getShortName() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getShortName() - Method in interface org.kuali.rice.shareddata.api.campus.CampusContract
This is the short name for the Campus.
getState(String, String) - Method in interface org.kuali.rice.shareddata.api.state.StateService
Gets a State from a postal country code and postal state code.
getStateCode() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
getStateCode() - Method in class org.kuali.rice.shareddata.api.county.County
 
getStateCode() - Method in interface org.kuali.rice.shareddata.api.county.CountyContract
This the postal state code for the County.
getStateCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getStateCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getStateCode() - Method in interface org.kuali.rice.shareddata.api.postalcode.PostalCodeContract
This the postal state code for the PostalCode.
getStateService() - Static method in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.country.Country
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.county.County
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
getVersionNumber() - Method in class org.kuali.rice.shareddata.api.state.State
 

H

hashCode() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
hashCode() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
hashCode() - Method in class org.kuali.rice.shareddata.api.country.Country
 
hashCode() - Method in class org.kuali.rice.shareddata.api.county.County
 
hashCode() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
hashCode() - Method in class org.kuali.rice.shareddata.api.state.State
 

I

isActive() - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
isActive() - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
isActive() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.country.Country
 
isActive() - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.county.County
 
isActive() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
isActive() - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
isActive() - Method in class org.kuali.rice.shareddata.api.state.State
 
isRestricted() - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
 
isRestricted() - Method in class org.kuali.rice.shareddata.api.country.Country
 
isRestricted() - Method in interface org.kuali.rice.shareddata.api.country.CountryContract
Value representing whether a country is restricted.

O

org.kuali.rice.shareddata.api - package org.kuali.rice.shareddata.api
 
org.kuali.rice.shareddata.api.campus - package org.kuali.rice.shareddata.api.campus
 
org.kuali.rice.shareddata.api.country - package org.kuali.rice.shareddata.api.country
 
org.kuali.rice.shareddata.api.county - package org.kuali.rice.shareddata.api.county
 
org.kuali.rice.shareddata.api.postalcode - package org.kuali.rice.shareddata.api.postalcode
 
org.kuali.rice.shareddata.api.services - package org.kuali.rice.shareddata.api.services
 
org.kuali.rice.shareddata.api.state - package org.kuali.rice.shareddata.api.state
 

P

POSTAL_CODE_SERVICE - Static variable in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
PostalCode - Class in org.kuali.rice.shareddata.api.postalcode
An immutable representation of a PostalCodeContract.
PostalCode.Builder - Class in org.kuali.rice.shareddata.api.postalcode
This builder constructs a PostalCode enforcing the constraints of the PostalCodeContract.
PostalCodeContract - Interface in org.kuali.rice.shareddata.api.postalcode
This is the contract for a Postal Code.
PostalCodeService - Interface in org.kuali.rice.shareddata.api.postalcode
Service for interacting with PostalCodes.

S

setActive(boolean) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setActive(boolean) - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
setActive(boolean) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets the active property.
setActive(boolean) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
Sets the active flag for the County created from this Builder.
setActive(boolean) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
setActive(boolean) - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
setAlternateCode(String) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets the optional alternatePostalCode property
setCampusType(CampusType.Builder) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setCityName(String) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
Sets the name of the city associated with the PostalCode to be created from this Builder.
setCode(String) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
Sets the value of the code on this builder to the given value.
setCode(String) - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
Sets the value of the code on this builder to the given value.
setCode(String) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets code property.
setCode(String) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
Sets the code to be used for the County created from this Builder.
setCode(String) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
Sets the code for the PostalCode created from this Builder.
setCode(String) - Method in class org.kuali.rice.shareddata.api.state.State.Builder
Sets the code to be used for the State created from this Builder.
setCountryCode(String) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
Sets the Country code to be associated with the County created from this Builder.
setCountryCode(String) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
Sets the Country code to be associated with the PostalCode created from this Builder.
setCountryCode(String) - Method in class org.kuali.rice.shareddata.api.state.State.Builder
Sets the Country code to be associated with the State created from this Builder.
setCountyCode(String) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
Sets the County code to be associated with the PostalCode created from this Builder.
setName(String) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setName(String) - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
setName(String) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets the optional name property.
setName(String) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
Sets the full name of the County created from this Builder.
setName(String) - Method in class org.kuali.rice.shareddata.api.state.State.Builder
Sets the full name of the State created from this Builder.
setObjectId(String) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setObjectId(String) - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
setRestricted(boolean) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets the restrictedProperty
setShortName(String) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setStateCode(String) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
Sets the State code to be associated with the County created from this Builder.
setStateCode(String) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
Sets the State code to be associated with the PostalCode created from this Builder.
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.campus.Campus.Builder
 
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.campus.CampusType.Builder
 
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.country.Country.Builder
Sets the versionNumber property.
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.county.County.Builder
 
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode.Builder
 
setVersionNumber(Long) - Method in class org.kuali.rice.shareddata.api.state.State.Builder
 
SHAREDDATA_NAMESPACE - Static variable in class org.kuali.rice.shareddata.api.SharedDataConstants.Namespaces
 
SharedDataApiServiceLocator - Class in org.kuali.rice.shareddata.api.services
 
SharedDataApiServiceLocator() - Constructor for class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
SharedDataConstants - Class in org.kuali.rice.shareddata.api
 
SharedDataConstants() - Constructor for class org.kuali.rice.shareddata.api.SharedDataConstants
 
SharedDataConstants.Namespaces - Class in org.kuali.rice.shareddata.api
 
SharedDataConstants.Namespaces() - Constructor for class org.kuali.rice.shareddata.api.SharedDataConstants.Namespaces
 
State - Class in org.kuali.rice.shareddata.api.state
POJO implementation of CountryContract that is immutable.
State.Builder - Class in org.kuali.rice.shareddata.api.state
This builder constructs a State enforcing the constraints of the StateContract.
STATE_SERVICE - Static variable in class org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator
 
StateContract - Interface in org.kuali.rice.shareddata.api.state
This is the contract for a State.
StateService - Interface in org.kuali.rice.shareddata.api.state
Service for interacting with States.

T

toString() - Method in class org.kuali.rice.shareddata.api.campus.Campus
 
toString() - Method in class org.kuali.rice.shareddata.api.campus.CampusType
 
toString() - Method in class org.kuali.rice.shareddata.api.country.Country
 
toString() - Method in class org.kuali.rice.shareddata.api.county.County
 
toString() - Method in class org.kuali.rice.shareddata.api.postalcode.PostalCode
 
toString() - Method in class org.kuali.rice.shareddata.api.state.State
 

B C E F G H I O P S T

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