@Deprecated public interface PictureBookManager
| Modifier and Type | Method and Description | 
|---|---|
void | 
addView()
Deprecated.  
Adds the current view to the views ArrayList using viewtitle, description, tag and maxsize. 
 | 
String | 
createPictureBook()
Deprecated.  
Creates and saves a Picture Book DocumentModel using views, timeinterval, description and title. 
 | 
String | 
downloadAll()
Deprecated.  
  | 
String | 
downloadSelectedBook()
Deprecated.  
  | 
String | 
getDescription()
Deprecated.  
Gets the description. 
 | 
Integer | 
getMaxsize()
Deprecated.  
Gets the maxsize. 
 | 
String[] | 
getSelectedViews()
Deprecated.  
  | 
List<javax.faces.model.SelectItem> | 
getSelectItems()
Deprecated.  
  | 
String | 
getTag()
Deprecated.  
Gets the tag. 
 | 
String | 
getTitle()
Deprecated.  
Gets the title. 
 | 
ArrayList<Map<String,Object>> | 
getViews()
Deprecated.  
Gets the views. 
 | 
String | 
getViewtitle()
Deprecated.  
Gets the viewtitle. 
 | 
void | 
initialize()
Deprecated.  
  | 
void | 
reset()
Deprecated.  
  | 
void | 
setDescription(String description)
Deprecated.  
Sets the description. 
 | 
void | 
setMaxsize(Integer maxsize)
Deprecated.  
Sets the maxsize. 
 | 
void | 
setSelectedViews(String[] selectedViews)
Deprecated.  
  | 
void | 
setSelectItems(List<javax.faces.model.SelectItem> selectItems)
Deprecated.  
  | 
void | 
setTag(String tag)
Deprecated.  
Sets the tag. 
 | 
void | 
setTitle(String title)
Deprecated.  
Sets the title. 
 | 
void | 
setViews(ArrayList<Map<String,Object>> views)
Deprecated.  
Sets the views. 
 | 
void | 
setViewtitle(String viewtitle)
Deprecated.  
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()
void reset()
void initialize()
String downloadSelectedBook() throws IOException
IOExceptionString downloadAll() throws IOException
IOExceptionList<javax.faces.model.SelectItem> getSelectItems()
void setSelectItems(List<javax.faces.model.SelectItem> selectItems)
String[] getSelectedViews()
void setSelectedViews(String[] selectedViews)
Copyright © 2019 Nuxeo. All rights reserved.