Method Summary |
|
public BusinessObjectService | getBusinessObjectService() This method is a simple getter for retrieving an instance of a BusinessObjectService. |
public Bank | getByPrimaryId(String financialDocumentBankCode) This method retrieves an instance of a Bank object by using the attributes given as the primary keys to perform the database query.
Parameters: financialDocumentBankCode - The bank code to be used to perform the database lookup. |
public void | setBusinessObjectService(BusinessObjectService businessObjectService) This method is a simple setter for setting the local BusinessObjectService attribute. |