|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Make a subclass to add your specific functionality |
class |
Briefcase
This is a per user basket that is persistent between sessions Make a subclass to add your specific functionality |
class |
Folder
This is a per user basket that is persistent between sessions Make a subclass to add your specific functionality |
| Methods in org.apache.cocoon.portal.coplets.basket that return ContentStore | |
|---|---|
protected ContentStore |
BasketManagerImpl.loadContentStore(String type)
Load a content store |
protected ContentStore |
BasketManagerImpl.loadContentStore(String type,
String userId)
Load the content store for a single user |
| Methods in org.apache.cocoon.portal.coplets.basket with parameters of type ContentStore | |
|---|---|
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 |
protected BasketGenerator.StoreInfo |
BasketGenerator.toSAX(ContentStore store,
LinkService linkService,
ProfileManager profileManager)
|
void |
BasketManagerImpl.update(ContentStore store)
|
void |
BasketManager.update(ContentStore store)
Update/save the content store |
| 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 |
ContentStoreEvent.store
|
protected ContentStore |
MoveItemEvent.target
The target store |
| Methods in org.apache.cocoon.portal.coplets.basket.events that return ContentStore | |
|---|---|
ContentStore |
ContentStoreEvent.getContentStore()
|
ContentStore |
MoveItemEvent.getTarget()
Return the target |
| Constructors in org.apache.cocoon.portal.coplets.basket.events with parameters of type ContentStore | |
|---|---|
AddItemEvent(ContentStore store,
Object item)
Constructor |
|
ContentStoreEvent(ContentStore store)
This event is for a defined content store |
|
MoveItemEvent(ContentStore store,
Object item,
ContentStore target)
Constructor |
|
RemoveItemEvent(ContentStore store,
Object item)
Constructor |
|
ShowItemEvent(ContentStore store,
Object item,
Layout layout,
String copletData)
Constructor |
|
UploadItemEvent(ContentStore store,
List itemNames)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||