This service interface defines methods necessary for retrieving fully populated BalanceType business objects from the database
that are necessary for transaction processing in the application. This interface defines methods for each balance type that is
needed by the application. TODO - Continue to update this with new balance type as they are needed.
getBalanceTypByCode(String code) This method retrieves a BalanceTyp instance from the Kuali database by its primary key - the balance typ's code.
Parameters: code - The primary key in the database for this data type.
This method retrieves a BalanceTyp instance from the Kuali database by its primary key - the balance typ's code.
Parameters: code - The primary key in the database for this data type. A fully populated object instance.