|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.service.impl.CountyServiceImpl
public class CountyServiceImpl
This class...
| Field Summary | |
|---|---|
private CountryService |
countryService
|
private KualiModuleService |
kualiModuleService
|
private static org.apache.log4j.Logger |
LOG
|
| Constructor Summary | |
|---|---|
CountyServiceImpl()
|
|
| Method Summary | |
|---|---|
County |
getByPrimaryId(String postalStateCode,
String countyCode)
get a county object based on the given county code, state code and default country code. |
County |
getByPrimaryId(String postalCountryCode,
String postalStateCode,
String countyCode)
get a county object based on the given county code, state code and country code. |
County |
getByPrimaryIdIfNecessary(String postalStateCode,
String countyCode,
County existingCounty)
get a county object based on the given county code, state code and default country code. |
County |
getByPrimaryIdIfNecessary(String postalCountryCode,
String postalStateCode,
String countyCode,
County existingCounty)
get a county object based on the given county code, state code and default country code. |
void |
setCountryService(CountryService countryService)
Sets the countryService attribute value. |
void |
setKualiModuleService(KualiModuleService kualiModuleService)
Sets the kualiModuleService attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static org.apache.log4j.Logger LOG
private CountryService countryService
private KualiModuleService kualiModuleService
| Constructor Detail |
|---|
public CountyServiceImpl()
| Method Detail |
|---|
public County getByPrimaryId(String postalStateCode,
String countyCode)
CountyService
getByPrimaryId in interface CountyServicepostalStateCode - the given state codecountyCode - the given state code
org.kuali.kfs.sys.service.CountyService#getByPrimaryId(java.lang.String, java.lang.String)
public County getByPrimaryId(String postalCountryCode,
String postalStateCode,
String countyCode)
CountyService
getByPrimaryId in interface CountyServicepostalCountryCode - the given country codepostalStateCode - the given state codecountyCode - the given state code
org.kuali.kfs.sys.service.CountyService#getByPrimaryId(java.lang.String, java.lang.String, java.lang.String)
public County getByPrimaryIdIfNecessary(String postalStateCode,
String countyCode,
County existingCounty)
CountyService
getByPrimaryIdIfNecessary in interface CountyServicepostalStateCode - the given state codecountyCode - the given state codeexistingCounty - the given existing county
public County getByPrimaryIdIfNecessary(String postalCountryCode,
String postalStateCode,
String countyCode,
County existingCounty)
CountyService
getByPrimaryIdIfNecessary in interface CountyServicepostalCountryCode - the given country codepostalStateCode - the given state codecountyCode - the given state codeexistingCounty - the given existing county
public void setKualiModuleService(KualiModuleService kualiModuleService)
kualiModuleService - The kualiModuleService to set.public void setCountryService(CountryService countryService)
countryService - The countryService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||