|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BulletPaymentHome.java
null
BulletPayment,
BulletPaymentSession,
BulletPaymentValidator| Method Summary | |
int |
countByQuery(java.lang.String query)
Count the Beans using a String. |
BulletPayment |
create(BulletPayment bulletPayment)
Create just this BulletPayment in the store. |
java.util.Iterator |
findByAll()
Find All the 'available' beans. |
BulletPayment |
findByPayment(java.lang.Object paymentKey)
Find the BulletPayment By Payment |
BulletPayment |
findByPrimaryKey(java.lang.Object bulletPaymentKey)
Find the BulletPayment By PrimaryKey |
BulletPayment |
findByProductId(java.lang.Object productIdKey)
Find the BulletPayment By ProductId |
BulletPayment |
findByProductType(java.lang.Object productTypeKey)
Find the BulletPayment By ProductType |
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 Query String, with a maximum return row count. |
void |
load(BulletPayment bulletPayment)
Reload the BulletPayment based on it's primaryKey. |
void |
remove(BulletPayment bulletPaymentKey)
Remove just this BulletPayment in the store. |
void |
store(BulletPayment bulletPayment)
Store just this BulletPayment in 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 BulletPayment findByPrimaryKey(java.lang.Object bulletPaymentKey)
throws FinderException,
ValidationException
bulletPaymentKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public BulletPayment findByProductType(java.lang.Object productTypeKey)
throws FinderException,
ValidationException
productTypeKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public BulletPayment findByProductId(java.lang.Object productIdKey)
throws FinderException,
ValidationException
productIdKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public BulletPayment findByPayment(java.lang.Object paymentKey)
throws FinderException,
ValidationException
paymentKey -
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, usually a SQL query.
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(BulletPayment bulletPayment)
throws LoadException,
ValidationException
LoadException - If there was a problem loading the Bean.
ValidationException - If there was a problem validating the Bean.
public BulletPayment create(BulletPayment bulletPayment)
throws CreateException,
ValidationException
CreateException - If there was a problem creating the Bean.
ValidationException - If there was a problem validating the Bean.
public void store(BulletPayment bulletPayment)
throws StoreException,
ValidationException
StoreException - If there was a problem storing the Bean.
ValidationException - If there was a problem validating the Bean.
public void remove(BulletPayment bulletPaymentKey)
throws RemoveException,
ValidationException
RemoveException - If there was a problem removing the Bean.
ValidationException - If there was a problem validating the Bean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||