|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AddressSession.java
null
Address,
AddressHome,
AddressValidator| Method Summary | |
int |
countByQuery(java.lang.String query)
Count the Beans using a String. |
java.util.Iterator |
findByAll()
Find All the beans. |
Address |
findByCountry(java.lang.Object countryKey)
Find the Address By Country |
Address |
findByPrimaryKey(java.lang.Object addressKey)
Find the Address By PrimaryKey |
java.util.Iterator |
findByQuery(java.lang.String query)
Find the Beans using a String. |
java.util.Iterator |
findByQuery(java.lang.String query,
int maxRows)
Find the Beans using a String, with a max row count. |
Address |
findByStreetAddress(java.lang.Object streetAddressKey)
Find the Address By StreetAddress |
void |
load(Address address)
Reload the bean, and any dependent beans from the store. |
void |
remove(Address address)
Remove the bean, and any dependent beans from the store. |
void |
save(Address address)
Create or Save the bean, and any dependent beans to the store. |
| Method Detail |
public java.util.Iterator findByAll()
throws FinderException,
ValidationException
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public Address findByPrimaryKey(java.lang.Object addressKey)
throws FinderException,
ValidationException
addressKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public Address findByStreetAddress(java.lang.Object streetAddressKey)
throws FinderException,
ValidationException
streetAddressKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public Address findByCountry(java.lang.Object countryKey)
throws FinderException,
ValidationException
countryKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public java.util.Iterator findByQuery(java.lang.String query)
throws FinderException,
ValidationException
query - A Query String
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public java.util.Iterator findByQuery(java.lang.String query,
int maxRows)
throws FinderException,
ValidationException
query - A Query StringmaxRows - The maximum number of rows to return.
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public int countByQuery(java.lang.String query)
throws FinderException,
ValidationException
query - A Query String
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void load(Address address)
throws LoadException,
ValidationException
LoadException - If there was a problem loading any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void save(Address address)
throws CreateException,
StoreException,
ValidationException
CreateException - If there was a problem creating any of the beans.
StoreException - If there was a problem storing any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void remove(Address address)
throws RemoveException,
ValidationException
RemoveException - If there was a problem removing any of the beans.
ValidationException - If there was a problem validating any of the beans.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||