|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.service.impl.PostalCodeServiceImpl
public class PostalCodeServiceImpl
| Field Summary | |
|---|---|
private CountryService |
countryService
|
private KualiModuleService |
kualiModuleService
|
private static org.apache.log4j.Logger |
LOG
|
| Constructor Summary | |
|---|---|
PostalCodeServiceImpl()
|
|
| Method Summary | |
|---|---|
PostalCode |
getByPostalCodeInDefaultCountry(String postalZipCode)
get the postal code object based on the given postal code and default country code. |
PostalCode |
getByPostalCodeInDefaultCountryIfNecessary(String postalCode,
PostalCode existingPostalCode)
get the postal code obpostalt based on the given postal code and default country code. |
PostalCode |
getByPrimaryId(String postalCountryCode,
String postalCode)
get the postal zip code object based on the given postal code and country code |
PostalCode |
getByPrimaryIdIfNecessary(String postalCountryCode,
String postalCode,
PostalCode existingPostalCode)
get the postal code object based on the given postal code and 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 PostalCodeServiceImpl()
| Method Detail |
|---|
public PostalCode getByPostalCodeInDefaultCountry(String postalZipCode)
PostalCodeService
getByPostalCodeInDefaultCountry in interface PostalCodeServicepostalZipCode - the given postal code
org.kuali.kfs.sys.service.PostalCodeService#getByPrimaryId(java.lang.String)
public PostalCode getByPrimaryId(String postalCountryCode,
String postalCode)
PostalCodeService
getByPrimaryId in interface PostalCodeServicepostalCountryCode - the given country codepostalCode - the given postal code
org.kuali.kfs.sys.service.PostalCodeService#getByPrimaryId(java.lang.String, java.lang.String)
public PostalCode getByPostalCodeInDefaultCountryIfNecessary(String postalCode,
PostalCode existingPostalCode)
PostalCodeService
getByPostalCodeInDefaultCountryIfNecessary in interface PostalCodeServicepostalCode - the given postal codeexistingPostalCode - the given existing postal code
public PostalCode getByPrimaryIdIfNecessary(String postalCountryCode,
String postalCode,
PostalCode existingPostalCode)
PostalCodeService
getByPrimaryIdIfNecessary in interface PostalCodeServicepostalCountryCode - the given country codepostalCode - the given postal codeexistingPostalCode - the given existing postal code
public void setCountryService(CountryService countryService)
countryService - The countryService to set.public void setKualiModuleService(KualiModuleService kualiModuleService)
kualiModuleService - The kualiModuleService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||