|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostalAddressDaoGeneric<T extends PostalAddress>
Data Access Class used to access and manage PostalAddress entities
| Method Summary | |
|---|---|
int |
countByCountryAsString()
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)
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()
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)
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)
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)
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 |
| Methods inherited from interface org.janux.bus.persistence.GenericDaoWrite |
|---|
attachClean, clear, delete, evict, flush, merge, refresh, save, saveOrUpdate, update |
| Methods inherited from interface org.janux.bus.persistence.GenericDaoReadOnly |
|---|
count, findByCriteria, load |
| Method Detail |
|---|
int 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 | |||||||||