com.carlosbcruz.account.dynamicmodel
Interface AccountModelPersistence

All Known Implementing Classes:
AccountWriter

public interface AccountModelPersistence

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

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

Method Summary
 void WriteAllUserAccounts(java.lang.String fileName)
           
 

Method Detail

WriteAllUserAccounts

void WriteAllUserAccounts(java.lang.String fileName)
                          throws AccountModelException
Throws:
AccountModelException