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<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<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
Exception
void reset() throws ClientException
ClientException
String downloadSelectedBook() throws ClientException, IOException
ClientException
IOException
String downloadAll() throws ClientException, IOException
ClientException
IOException
List<SelectItem> getSelectItems() throws ClientException
ClientException
void setSelectItems(List<SelectItem> selectItems)
String[] getSelectedViews()
void setSelectedViews(String[] selectedViews)
Copyright © 2013 Nuxeo SA. All Rights Reserved.