org.apache.portals.graffito.store.impl
Class AbstractGraffitoStore

java.lang.Object
  extended by org.apache.portals.graffito.store.impl.AbstractGraffitoStore
All Implemented Interfaces:
ContentStore
Direct Known Subclasses:
FileSystemContentStore, GraffitoOJBStore

public abstract class AbstractGraffitoStore
extends java.lang.Object
implements ContentStore

Abstract Content Store

Version:
$Id: Exp $
Author:
Lombart Christophe

Field Summary
protected  CmsAccessController cmsAccessController
           
protected static org.apache.commons.logging.Log log
           
protected  java.lang.String scope
          Server scope associated to this content store
 
Constructor Summary
AbstractGraffitoStore(org.apache.portals.graffito.model.server.Server server, CmsAccessController cmsAccessController)
          Constructor based on the a server object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.portals.graffito.store.ContentStore
close, delete, deleteAll, getChildren, getCmsObject, getCollectionByQuery, getContents, getFolders, getHistory, getIteratorByQuery, getLinks, getObjectByQuery, getScope, insert, insertHistoryElement, isClosed, newFilter, update
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

scope

protected java.lang.String scope
Server scope associated to this content store


cmsAccessController

protected CmsAccessController cmsAccessController
Constructor Detail

AbstractGraffitoStore

public AbstractGraffitoStore(org.apache.portals.graffito.model.server.Server server,
                             CmsAccessController cmsAccessController)
Constructor based on the a server object.

Parameters:
server - The server object contains all information to connect to this content store
cmsAccessController - The CmsAccesController used to check the permissions


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.