|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BusinessDayAdjustmentsHome.java
null
BusinessDayAdjustments,
BusinessDayAdjustmentsSession,
BusinessDayAdjustmentsValidator| Method Summary | |
int |
countByQuery(java.lang.String query)
Count the Beans using a String. |
BusinessDayAdjustments |
create(BusinessDayAdjustments businessDayAdjustments)
Create just this BusinessDayAdjustments in the store. |
java.util.Iterator |
findByAll()
Find All the 'available' beans. |
BusinessDayAdjustments |
findByBusinessCenters(java.lang.Object businessCentersKey)
Find the BusinessDayAdjustments By BusinessCenters |
BusinessDayAdjustments |
findByBusinessDayConvention(java.lang.Object businessDayConventionKey)
Find the BusinessDayAdjustments By BusinessDayConvention |
BusinessDayAdjustments |
findByPrimaryKey(java.lang.Object businessDayAdjustmentsKey)
Find the BusinessDayAdjustments 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 Query String, with a maximum return row count. |
void |
load(BusinessDayAdjustments businessDayAdjustments)
Reload the BusinessDayAdjustments based on it's primaryKey. |
void |
remove(BusinessDayAdjustments businessDayAdjustmentsKey)
Remove just this BusinessDayAdjustments in the store. |
void |
store(BusinessDayAdjustments businessDayAdjustments)
Store just this BusinessDayAdjustments 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 BusinessDayAdjustments findByPrimaryKey(java.lang.Object businessDayAdjustmentsKey)
throws FinderException,
ValidationException
businessDayAdjustmentsKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public BusinessDayAdjustments findByBusinessDayConvention(java.lang.Object businessDayConventionKey)
throws FinderException,
ValidationException
businessDayConventionKey -
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public BusinessDayAdjustments findByBusinessCenters(java.lang.Object businessCentersKey)
throws FinderException,
ValidationException
businessCentersKey -
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(BusinessDayAdjustments businessDayAdjustments)
throws LoadException,
ValidationException
LoadException - If there was a problem loading the Bean.
ValidationException - If there was a problem validating the Bean.
public BusinessDayAdjustments create(BusinessDayAdjustments businessDayAdjustments)
throws CreateException,
ValidationException
CreateException - If there was a problem creating the Bean.
ValidationException - If there was a problem validating the Bean.
public void store(BusinessDayAdjustments businessDayAdjustments)
throws StoreException,
ValidationException
StoreException - If there was a problem storing the Bean.
ValidationException - If there was a problem validating the Bean.
public void remove(BusinessDayAdjustments businessDayAdjustmentsKey)
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 | |||||||||