Uses of Class
org.apache.cocoon.portal.coplets.basket.ContentStore

Packages that use ContentStore
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.coplets.basket.events   
 

Uses of ContentStore in org.apache.cocoon.portal.coplets.basket
 

Subclasses of ContentStore in org.apache.cocoon.portal.coplets.basket
 class Basket
          This is a per user basket that has the duration of a session.
 class Briefcase
          This is a per user basket that is persistent between sessions.
 class Folder
          This is a per user basket that is persistent between sessions.
 

Methods in org.apache.cocoon.portal.coplets.basket that return ContentStore
protected  ContentStore BasketManagerImpl.loadContentStore(String type, String userId)
          Load the content store for a single user
protected  ContentStore BasketManagerImpl.loadContentStore(String type)
          Load a content store
 

Methods in org.apache.cocoon.portal.coplets.basket with parameters of type ContentStore
 void BasketManager.update(ContentStore store)
          Update/save the content store
protected  void BasketManagerImpl.saveContentStore(ContentStore store)
          Save the content store if it is a briefcase or a folder
protected  void BasketManagerImpl.saveContentStore(String type, ContentStore store)
          Save the content store for a single user
 void BasketManagerImpl.update(ContentStore store)
           
protected  BasketGenerator.StoreInfo BasketGenerator.toSAX(ContentStore store, LinkService linkService, ProfileManager profileManager)
           
 

Uses of ContentStore in org.apache.cocoon.portal.coplets.basket.events
 

Fields in org.apache.cocoon.portal.coplets.basket.events declared as ContentStore
protected  ContentStore MoveItemEvent.target
          The target store
protected  ContentStore ContentStoreEvent.store
           
 

Methods in org.apache.cocoon.portal.coplets.basket.events that return ContentStore
 ContentStore MoveItemEvent.getTarget()
          Return the target
 ContentStore ContentStoreEvent.getContentStore()
           
 

Constructors in org.apache.cocoon.portal.coplets.basket.events with parameters of type ContentStore
ShowItemEvent(ContentStore store, Object item, Layout layout, String copletData)
          Constructor
MoveItemEvent(ContentStore store, Object item, ContentStore target)
          Constructor
ContentStoreEvent(ContentStore store)
          This event is for a defined content store
AddItemEvent(ContentStore store, Object item)
          Constructor
RemoveItemEvent(ContentStore store, Object item)
          Constructor
UploadItemEvent(ContentStore store, List itemNames)
          Constructor
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.