|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PostalAddressDaoGeneric
public interface PostalAddressDao
Data Access Class used to access and manage PostalAddress entities
| Method Summary | |
|---|---|
int |
countByCountryAsString()
Deprecated. Counts PostalAddress entities where the address.getCountryAsString is not null, that is, where the Country is not stored as a reference; this is mostly meant as a utility method used to clean up or convert data |
int |
countByCountryAsString(String country)
Deprecated. Count PostalAddress entities where the address.getCountryAsString field matches the country string passed; this is mostly meant as a utility method that can be used to clean up or convert data |
List<PostalAddress> |
findByCountryAsString()
Deprecated. Retrieves PostalAddress entities where address.getCountryAsString is not null; this is mostly meant as a utility method that can be used to clean up or convert data |
List<PostalAddress> |
findByCountryAsString(Integer numRecords,
Integer offset)
Deprecated. Retrieves PostalAddress entities where address.getCountryAsString is not null; this is mostly meant as a utility method that can be used to clean up or convert data |
List<PostalAddress> |
findByCountryAsString(String country)
Deprecated. Retrieves PostalAddress entities where the address.getCountryAsString field matches the country string passed; this is mostly meant as a utility method that can be used to clean up or convert data |
List<PostalAddress> |
findByCountryAsString(String country,
Integer numRecords,
Integer offset)
Deprecated. Retrieves PostalAddress entities where the address.getCountryAsString field matches the country string passed; this is mostly meant as a utility method that can be used to clean up or convert data |
PostalAddress |
load(Integer id)
Deprecated. Loads a PostalAddress object from persistence using its id |
| Methods inherited from interface org.janux.bus.persistence.DataAccessObject |
|---|
delete, merge, refresh, save, saveOrUpdate, update |
| Method Detail |
|---|
PostalAddress load(Integer id)
throws EntityNotFoundException
id - the internal identifier of the PostalAddress
EntityNotFoundException - if a PostalAddress object with that id is not foundint countByCountryAsString()
PostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)List<PostalAddress> findByCountryAsString()
PostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)
List<PostalAddress> findByCountryAsString(Integer numRecords,
Integer offset)
numRecords - the maximum number of PostalAddresses to return (equivalent to LIMIT modifier in SQL Selects)offset - when limiting the number of records returned, thePostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)int countByCountryAsString(String country)
country - a string used to match against the PostalAddress.getCountryAsStringPostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)List<PostalAddress> findByCountryAsString(String country)
country - a string used to match against the PostalAddress.getCountryAsStringPostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)
List<PostalAddress> findByCountryAsString(String country,
Integer numRecords,
Integer offset)
country - a string used to match against the PostalAddress.getCountryAsStringnumRecords - the maximum number of PostalAddresses to return (equivalent to LIMIT modifier
in SQL Selects)offset - when limiting the number of records returned, thePostalAddress.getCountryAsString(),
GeographyService.setCityStateCountry(biz.janux.geography.PostalAddress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||