fr.paris5.shaman.spirit.insightsource
Interface InsightDataAccess

All Known Implementing Classes:
NonCachingDataAccess

public interface InsightDataAccess

Provides an abstraction layer above access to Insight Fragments and Publications. This Component expects to have the same ComponentManager than the InsightManager.

Version:
$Id: InsightDataAccess.java,v 1.1 2002/07/25 13:18:08 caillette Exp $
Author:
Laurent Caillette

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 Fragment getFragment(LocationParser locationParser)
          Retrieves a Fragment, guaranteeing it is up-to-date.
 Publication getPublication(LocationParser locationParser)
          Retrieves a Fragment, guaranteeing it is up-to-date.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getFragment

public Fragment getFragment(LocationParser locationParser)
                     throws IntegrityException
Retrieves a Fragment, guaranteeing it is up-to-date.
Parameters:
locationParser -  
Returns:
 

getPublication

public Publication getPublication(LocationParser locationParser)
                           throws IntegrityException
Retrieves a Fragment, guaranteeing it is up-to-date.
Parameters:
locationParser -  
Returns:
 


Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.