com.carlosbcruz.account.dynamicmodel
Interface AccountModelProvider

All Known Implementing Classes:
AccountReader

public interface AccountModelProvider

There are many ways to retrieve the model (UserAccounts) Whatever the way choosed, the class must comply with this interface.

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Method Summary
 AccountAllUserAccounts ReadAllUserAccounts(java.lang.String fileName)
           
 

Method Detail

ReadAllUserAccounts

AccountAllUserAccounts ReadAllUserAccounts(java.lang.String fileName)
                                           throws AccountModelException
Throws:
AccountModelException