Get the complete List of BeanConverterInterface type from the session variable.
      Syntax
         
            public< T > List< T > 
            getList
            (
            BeanConverterInterface< T > 
            beanType
            ) throws DBException
         
      
      Parameters
         
            - 
               beanType – 
               bean that implement the BeanConverterInterface
            
 
         
       
      Returns
List containing the BeanConverterInterface type
      Exceptions
         
            - 
               DBException – 
               Exception when retrieving the session variable from datasource
            
 
         
       
      Usage
         List containing the BeanConverterInterface type