public interface PictureBookManager
| Modifier and Type | Method and Description | 
|---|---|
| void | addView()Adds the current view to the views ArrayList using viewtitle,
 description, tag and maxsize. | 
| String | createPictureBook()Creates and saves a Picture Book DocumentModel using views, timeinterval,
 description and title. | 
| String | downloadAll() | 
| String | downloadSelectedBook() | 
| String | getDescription()Gets the description. | 
| Integer | getMaxsize()Gets the maxsize. | 
| String[] | getSelectedViews() | 
| List<javax.faces.model.SelectItem> | getSelectItems() | 
| String | getTag()Gets the tag. | 
| String | getTitle()Gets the title. | 
| ArrayList<Map<String,Object>> | getViews()Gets the views. | 
| String | getViewtitle()Gets the viewtitle. | 
| void | initialize() | 
| void | reset() | 
| void | setDescription(String description)Sets the description. | 
| void | setMaxsize(Integer maxsize)Sets the maxsize. | 
| void | setSelectedViews(String[] selectedViews) | 
| void | setSelectItems(List<javax.faces.model.SelectItem> selectItems) | 
| void | setTag(String tag)Sets the tag. | 
| void | setTitle(String title)Sets the title. | 
| void | setViews(ArrayList<Map<String,Object>> views)Sets the views. | 
| void | setViewtitle(String viewtitle)Sets the viewtitle. | 
void setTitle(String title)
title - a String holding the titleString getTitle()
ArrayList<Map<String,Object>> getViews()
void setViews(ArrayList<Map<String,Object>> views)
views - an ArrayList of Mapvoid setViewtitle(String viewtitle)
viewtitle - a String holding the title of a viewString getViewtitle()
void setDescription(String description)
description - a String holding the descriptionString getDescription()
void setTag(String tag)
tag - a String holding the tagString getTag()
void setMaxsize(Integer maxsize)
maxsize - an Integer holding the maximum sizeInteger getMaxsize()
void addView()
String createPictureBook() throws Exception
Exceptionvoid reset()
           throws ClientException
ClientExceptionString downloadSelectedBook() throws ClientException, IOException
ClientExceptionIOExceptionString downloadAll() throws ClientException, IOException
ClientExceptionIOExceptionList<javax.faces.model.SelectItem> getSelectItems() throws ClientException
ClientExceptionvoid setSelectItems(List<javax.faces.model.SelectItem> selectItems)
String[] getSelectedViews()
void setSelectedViews(String[] selectedViews)
Copyright © 2014 Nuxeo SA. All rights reserved.