Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.picture.api.adapters
Interface MultiviewPicture

All Known Implementing Classes:
MultiviewPictureAdapter

public interface MultiviewPicture


Method Summary
 void addView(PictureView view)
           
 java.lang.String getByline()
           
 java.lang.String getCaption()
           
 java.lang.String getCredit()
           
 java.lang.String getDateline()
           
 java.lang.String getGenre()
           
 java.lang.String getHeadline()
           
 java.lang.String getLanguage()
           
 java.lang.String getOrigin()
           
 java.lang.String getSlugline()
           
 java.lang.String getSource()
           
 java.lang.String getSubheadline()
           
 java.lang.String getTypage()
           
 PictureView getView(java.lang.String name)
           
 PictureView[] getViews()
           
 void removeAllView()
           
 void removeView(java.lang.String name)
           
 void setByline(java.lang.String byline)
           
 void setCaption(java.lang.String caption)
           
 void setCredit(java.lang.String credit)
           
 void setDateline(java.lang.String dateline)
           
 void setGenre(java.lang.String genre)
           
 void setHeadline(java.lang.String headline)
           
 void setLanguage(java.lang.String language)
           
 void setOrigin(java.lang.String origin)
           
 void setSlugline(java.lang.String slugline)
           
 void setSource(java.lang.String source)
           
 void setSubheadline(java.lang.String subheadline)
           
 void setTypage(java.lang.String typage)
           
 

Method Detail

getView

PictureView getView(java.lang.String name)
                    throws ClientException
Throws:
ClientException

removeView

void removeView(java.lang.String name)
                throws ClientException
Throws:
ClientException

addView

void addView(PictureView view)
             throws ClientException
Throws:
ClientException

getViews

PictureView[] getViews()
                       throws ClientException
Throws:
ClientException

removeAllView

void removeAllView()
                   throws ClientException
Throws:
ClientException

getHeadline

java.lang.String getHeadline()
                             throws ClientException
Throws:
ClientException

setHeadline

void setHeadline(java.lang.String headline)
                 throws ClientException
Throws:
ClientException

getSubheadline

java.lang.String getSubheadline()
                                throws ClientException
Throws:
ClientException

setSubheadline

void setSubheadline(java.lang.String subheadline)
                    throws ClientException
Throws:
ClientException

getByline

java.lang.String getByline()
                           throws ClientException
Throws:
ClientException

setByline

void setByline(java.lang.String byline)
               throws ClientException
Throws:
ClientException

getDateline

java.lang.String getDateline()
                             throws ClientException
Throws:
ClientException

setDateline

void setDateline(java.lang.String dateline)
                 throws ClientException
Throws:
ClientException

getSlugline

java.lang.String getSlugline()
                             throws ClientException
Throws:
ClientException

setSlugline

void setSlugline(java.lang.String slugline)
                 throws ClientException
Throws:
ClientException

getCredit

java.lang.String getCredit()
                           throws ClientException
Throws:
ClientException

setCredit

void setCredit(java.lang.String credit)
               throws ClientException
Throws:
ClientException

getLanguage

java.lang.String getLanguage()
                             throws ClientException
Throws:
ClientException

setLanguage

void setLanguage(java.lang.String language)
                 throws ClientException
Throws:
ClientException

getSource

java.lang.String getSource()
                           throws ClientException
Throws:
ClientException

setSource

void setSource(java.lang.String source)
               throws ClientException
Throws:
ClientException

getOrigin

java.lang.String getOrigin()
                           throws ClientException
Throws:
ClientException

setOrigin

void setOrigin(java.lang.String origin)
               throws ClientException
Throws:
ClientException

getGenre

java.lang.String getGenre()
                          throws ClientException
Throws:
ClientException

setGenre

void setGenre(java.lang.String genre)
              throws ClientException
Throws:
ClientException

getCaption

java.lang.String getCaption()
                            throws ClientException
Throws:
ClientException

setCaption

void setCaption(java.lang.String caption)
                throws ClientException
Throws:
ClientException

getTypage

java.lang.String getTypage()
                           throws ClientException
Throws:
ClientException

setTypage

void setTypage(java.lang.String typage)
               throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.