|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BulletPaymentSession.java
null
BulletPayment,
BulletPaymentHome,
BulletPaymentValidator| Method Summary | |
int |
countByQuery(java.lang.String query)
Count the Beans using a String. |
java.util.Iterator |
findByAll()
Find All the 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 String, with a max row count. |
void |
load(BulletPayment bulletPayment)
Reload the bean, and any dependent beans from the store. |
void |
remove(BulletPayment bulletPayment)
Remove the bean, and any dependent beans from the store. |
void |
save(BulletPayment bulletPayment)
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 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
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 any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void save(BulletPayment bulletPayment)
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(BulletPayment bulletPayment)
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 | |||||||||