| org.apache.cocoon.portal.coplets.basket.BasketManager
All known Subclasses: org.apache.cocoon.portal.coplets.basket.BasketManagerImpl,
BasketManager | public interface BasketManager (Code) | | This is the manager for content-stores: baskets, briefcases and folders
You can retrieve the current basket, briefcase or folder for the user
from this manager.
version: CVS $Id: BasketManager.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :public static class ActionInfo | |
ALL_BRIEFCASES_KEY | String ALL_BRIEFCASES_KEY(Code) | | This key is used to store all briefcases in the session (of the admin)
|
BASKET_KEY | String BASKET_KEY(Code) | | This key is used to store the current basket in the session
|
BRIEFCASE_KEY | String BRIEFCASE_KEY(Code) | | This key is used to store the current briefcase in the session
|
FOLDER_KEY | String FOLDER_KEY(Code) | | This key is used to store the current folder in the session
|
addBatch | void addBatch(ContentItem item, int frequencyInDays, ActionInfo action)(Code) | | |
getBasket | Basket getBasket()(Code) | | Return the basket of the current user
|
getBasketAction | ActionInfo getBasketAction(String name)(Code) | | Get the info
|
getBasketActions | List getBasketActions()(Code) | | Return all configured actions for a basket - this is a list of
ActionInfo s.
|
getBriefcase | Briefcase getBriefcase()(Code) | | Return the briefcase of the current user
|
getBriefcaseAction | ActionInfo getBriefcaseAction(String name)(Code) | | Get the info
|
getBriefcaseActions | List getBriefcaseActions()(Code) | | Return all configured actions for a briefcase - this is a list of
ActionInfo s.
|
getFolder | Folder getFolder()(Code) | | Return the folder of the current user
|
|
|