com.javelin.fpml.shared
Interface CalculationAgentCalculationAgentPartyReferenceHome


public interface CalculationAgentCalculationAgentPartyReferenceHome

CalculationAgentCalculationAgentPartyReferenceHome.java

null

Author:
Javelin Software
See Also:
CalculationAgentCalculationAgentPartyReference, CalculationAgentCalculationAgentPartyReferenceSession, CalculationAgentCalculationAgentPartyReferenceValidator

Method Summary
 int countByQuery(java.lang.String query)
          Count the Beans using a String.
 CalculationAgentCalculationAgentPartyReference create(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
          Create just this CalculationAgentCalculationAgentPartyReference in the store.
 java.util.Iterator findByAll()
          Find All the 'available' beans.
 java.util.Iterator findByCalculationAgent(java.lang.Object calculationAgentKey)
          Find the CalculationAgentCalculationAgentPartyReference By CalculationAgent
 CalculationAgentCalculationAgentPartyReference findByPrimaryKey(java.lang.Object calculationAgentCalculationAgentPartyReferenceKey)
          Find the CalculationAgentCalculationAgentPartyReference 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(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
          Reload the CalculationAgentCalculationAgentPartyReference based on it's primaryKey.
 void remove(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReferenceKey)
          Remove just this CalculationAgentCalculationAgentPartyReference in the store.
 void store(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
          Store just this CalculationAgentCalculationAgentPartyReference in the store.
 

Method Detail

findByAll

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

Returns:
Iterator
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 CalculationAgentCalculationAgentPartyReference findByPrimaryKey(java.lang.Object calculationAgentCalculationAgentPartyReferenceKey)
                                                                throws FinderException,
                                                                       ValidationException
Find the CalculationAgentCalculationAgentPartyReference By PrimaryKey

Parameters:
calculationAgentCalculationAgentPartyReferenceKey -
Returns:
CalculationAgentCalculationAgentPartyReference
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByCalculationAgent

public java.util.Iterator findByCalculationAgent(java.lang.Object calculationAgentKey)
                                          throws FinderException,
                                                 ValidationException
Find the CalculationAgentCalculationAgentPartyReference By CalculationAgent

Parameters:
calculationAgentKey -
Returns:
Iterator
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, usually a SQL query.
Returns:
Iterator
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 Query String, with a maximum return row count.

Parameters:
query - A Query String
maxRows - The maximum number of rows to return.
Returns:
Iterator
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
Returns:
int the number of matching beans
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(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
          throws LoadException,
                 ValidationException
Reload the CalculationAgentCalculationAgentPartyReference based on it's primaryKey.

Throws:
LoadException - If there was a problem loading the Bean.
ValidationException - If there was a problem validating the Bean.

create

public CalculationAgentCalculationAgentPartyReference create(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
                                                      throws CreateException,
                                                             ValidationException
Create just this CalculationAgentCalculationAgentPartyReference in the store.

Throws:
CreateException - If there was a problem creating the Bean.
ValidationException - If there was a problem validating the Bean.

store

public void store(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReference)
           throws StoreException,
                  ValidationException
Store just this CalculationAgentCalculationAgentPartyReference in the store.

Throws:
StoreException - If there was a problem storing the Bean.
ValidationException - If there was a problem validating the Bean.

remove

public void remove(CalculationAgentCalculationAgentPartyReference calculationAgentCalculationAgentPartyReferenceKey)
            throws RemoveException,
                   ValidationException
Remove just this CalculationAgentCalculationAgentPartyReference in the store.

Throws:
RemoveException - If there was a problem removing the Bean.
ValidationException - If there was a problem validating the Bean.