net.sf.sail.core.curnit
Interface ICurnit

All Known Implementing Classes:
Curnit

public interface ICurnit

Author:
scytacki

Method Summary
 CurnitUuid getCurnitId()
           
 java.lang.Object getRootBean()
          This bean will added to the SessionContext
 void initialize()
          This will be called before getRootBean.
 void saveCurnit(java.io.File file)
          Provides interface for saving a curnit
 void setSessionContext(SessionContext sessionContext)
           
 

Method Detail

initialize

void initialize()
This will be called before getRootBean. In the traditional curnit this does the assembly.


getRootBean

java.lang.Object getRootBean()
This bean will added to the SessionContext

Returns:

getCurnitId

CurnitUuid getCurnitId()
Returns:

saveCurnit

void saveCurnit(java.io.File file)
                throws java.io.FileNotFoundException,
                       java.lang.Exception
Provides interface for saving a curnit

Parameters:
file - - file to save
Throws:
java.io.FileNotFoundException
java.lang.Exception

setSessionContext

void setSessionContext(SessionContext sessionContext)
Parameters:
dataService -


Copyright © 2004-2008 TELS Center. All Rights Reserved.