com.javelin.fpml.shared
Interface AmericanExerciseSession


public interface AmericanExerciseSession

AmericanExerciseSession.java

null

Author:
Javelin Software
See Also:
AmericanExercise, AmericanExerciseHome, AmericanExerciseValidator

Method Summary
 int countByQuery(java.lang.String query)
          Count the Beans using a String.
 java.util.Iterator findByAll()
          Find All the beans.
 AmericanExercise findByCommencementDate(java.lang.Object commencementDateKey)
          Find the AmericanExercise By CommencementDate
 AmericanExercise findByEarliestExerciseTime(java.lang.Object earliestExerciseTimeKey)
          Find the AmericanExercise By EarliestExerciseTime
 AmericanExercise findByExerciseFeeSchedule(java.lang.Object exerciseFeeScheduleKey)
          Find the AmericanExercise By ExerciseFeeSchedule
 AmericanExercise findByExpirationDate(java.lang.Object expirationDateKey)
          Find the AmericanExercise By ExpirationDate
 AmericanExercise findByExpirationTime(java.lang.Object expirationTimeKey)
          Find the AmericanExercise By ExpirationTime
 AmericanExercise findByLatestExerciseTime(java.lang.Object latestExerciseTimeKey)
          Find the AmericanExercise By LatestExerciseTime
 AmericanExercise findByMultipleExercise(java.lang.Object multipleExerciseKey)
          Find the AmericanExercise By MultipleExercise
 AmericanExercise findByPrimaryKey(java.lang.Object americanExerciseKey)
          Find the AmericanExercise 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.
 AmericanExercise findByRelevantUnderlyingDate(java.lang.Object relevantUnderlyingDateKey)
          Find the AmericanExercise By RelevantUnderlyingDate
 void load(AmericanExercise americanExercise)
          Reload the bean, and any dependent beans from the store.
 void remove(AmericanExercise americanExercise)
          Remove the bean, and any dependent beans from the store.
 void save(AmericanExercise americanExercise)
          Create or Save the bean, and any dependent beans to the store.
 

Method Detail

findByAll

public java.util.Iterator findByAll()
                             throws FinderException,
                                    ValidationException
Find All the beans.

Returns:
Iterator The Beans that were found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByPrimaryKey

public AmericanExercise findByPrimaryKey(java.lang.Object americanExerciseKey)
                                  throws FinderException,
                                         ValidationException
Find the AmericanExercise By PrimaryKey

Parameters:
americanExerciseKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByCommencementDate

public AmericanExercise findByCommencementDate(java.lang.Object commencementDateKey)
                                        throws FinderException,
                                               ValidationException
Find the AmericanExercise By CommencementDate

Parameters:
commencementDateKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByExpirationDate

public AmericanExercise findByExpirationDate(java.lang.Object expirationDateKey)
                                      throws FinderException,
                                             ValidationException
Find the AmericanExercise By ExpirationDate

Parameters:
expirationDateKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByRelevantUnderlyingDate

public AmericanExercise findByRelevantUnderlyingDate(java.lang.Object relevantUnderlyingDateKey)
                                              throws FinderException,
                                                     ValidationException
Find the AmericanExercise By RelevantUnderlyingDate

Parameters:
relevantUnderlyingDateKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByEarliestExerciseTime

public AmericanExercise findByEarliestExerciseTime(java.lang.Object earliestExerciseTimeKey)
                                            throws FinderException,
                                                   ValidationException
Find the AmericanExercise By EarliestExerciseTime

Parameters:
earliestExerciseTimeKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByLatestExerciseTime

public AmericanExercise findByLatestExerciseTime(java.lang.Object latestExerciseTimeKey)
                                          throws FinderException,
                                                 ValidationException
Find the AmericanExercise By LatestExerciseTime

Parameters:
latestExerciseTimeKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByExpirationTime

public AmericanExercise findByExpirationTime(java.lang.Object expirationTimeKey)
                                      throws FinderException,
                                             ValidationException
Find the AmericanExercise By ExpirationTime

Parameters:
expirationTimeKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByMultipleExercise

public AmericanExercise findByMultipleExercise(java.lang.Object multipleExerciseKey)
                                        throws FinderException,
                                               ValidationException
Find the AmericanExercise By MultipleExercise

Parameters:
multipleExerciseKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByExerciseFeeSchedule

public AmericanExercise findByExerciseFeeSchedule(java.lang.Object exerciseFeeScheduleKey)
                                           throws FinderException,
                                                  ValidationException
Find the AmericanExercise By ExerciseFeeSchedule

Parameters:
exerciseFeeScheduleKey -
Returns:
AmericanExercise The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByQuery

public java.util.Iterator findByQuery(java.lang.String query)
                               throws FinderException,
                                      ValidationException
Find the Beans using a String.

Parameters:
query - A Query String
Returns:
Iterator The Beans that were found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByQuery

public java.util.Iterator findByQuery(java.lang.String query,
                                      int maxRows)
                               throws FinderException,
                                      ValidationException
Find the Beans using a String, with a max row count.

Parameters:
query - A Query String
maxRows - The maximum number of rows to return.
Returns:
Iterator The Beans that were found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

countByQuery

public int countByQuery(java.lang.String query)
                 throws FinderException,
                        ValidationException
Count the Beans using a String.

Parameters:
query - A Query String
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

load

public void load(AmericanExercise americanExercise)
          throws LoadException,
                 ValidationException
Reload the bean, and any dependent beans from the store.

Throws:
LoadException - If there was a problem loading any of the beans.
ValidationException - If there was a problem validating any of the beans.

save

public void save(AmericanExercise americanExercise)
          throws CreateException,
                 StoreException,
                 ValidationException
Create or Save the bean, and any dependent beans to the store.

Throws:
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.

remove

public void remove(AmericanExercise americanExercise)
            throws RemoveException,
                   ValidationException
Remove the bean, and any dependent beans from the store.

Throws:
RemoveException - If there was a problem removing any of the beans.
ValidationException - If there was a problem validating any of the beans.