Uses of Class
org.mycore.frontend.basket.MCRBasket
Packages that use MCRBasket
Package
Description
Implements a generic basket of entries and a web frontend to display/add/remove/reorder/comment entries.
-
Uses of MCRBasket in org.mycore.frontend.basket
Methods in org.mycore.frontend.basket that return MCRBasketModifier and TypeMethodDescriptionstatic MCRBasket
MCRBasketManager.getBasketFromSession
(String type) Returns the basket of the given type from the current session, if there is any.static MCRBasket
MCRBasketManager.getOrCreateBasketInSession
(String type) Convenience method to get a basket of the given type.Parses an XML document representing a basket.static MCRBasket
MCRBasketPersistence.retrieveBasket
(String derivateID) Retrieves a basket from an XML file in the given derivate.Methods in org.mycore.frontend.basket with parameters of type MCRBasketModifier and TypeMethodDescriptionBuilds an XML representation of a basket and its entries.static void
MCRBasketPersistence.createDerivateWithBasket
(MCRBasket basket, MCRObjectID ownerID) Creates a new derivate including a file basket.xml which stores the persistent data of the given basket.static void
MCRBasketManager.setBasketInSession
(MCRBasket basket) Stores the given basket in the current user's sessionstatic void
MCRBasketPersistence.updateBasket
(MCRBasket basket) Updates the basket's data in the persistent store by saving its XML representation to a file in a derivate. -
Uses of MCRBasket in org.mycore.frontend.export
Methods in org.mycore.frontend.export with parameters of type MCRBasket