This service implementation is the default implementation of the BalanceTyp service that is delivered with Kuali. It uses the
balance types that are defined in the Kuali database.
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.