ar.com.leak.iolsucker.container
Interface OptionsDAO

All Known Implementing Classes:
CommonConfigurationOptionDAO, FileOptionsDAO, MockOptionsDAO

public interface OptionsDAO

persiste y borra Options

Since:
Apr 12, 2005
Author:
Juan F. Codagnone

Method Summary
 void clearOptions()
          borra las opciones si es que habia algo guardado
 Options getOptions()
          carga las opciones
 void saveOptions(Options options)
          Guarda las opciones en algun lado, permitiendo poderlas buscar mas tarde
 

Method Detail

getOptions

Options getOptions()
                   throws Exception
carga las opciones

Returns:
las opciones
Throws:
Exception - on error

saveOptions

void saveOptions(Options options)
                 throws Exception
Guarda las opciones en algun lado, permitiendo poderlas buscar mas tarde

Parameters:
options - opciones a guardar
Throws:
Exception - on error

clearOptions

void clearOptions()
                  throws Exception
borra las opciones si es que habia algo guardado

Throws:
Exception - on error


Copyright © 2005-2009 leak.com.ar. All Rights Reserved.