Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
MultiviewPictureAdapter

public interface MultiviewPicture


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

Method Detail

getView

PictureView getView(String name)
                    throws ClientException
Throws:
ClientException

removeView

void removeView(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

String getHeadline()
                   throws ClientException
Throws:
ClientException

setHeadline

void setHeadline(String headline)
                 throws ClientException
Throws:
ClientException

getSubheadline

String getSubheadline()
                      throws ClientException
Throws:
ClientException

setSubheadline

void setSubheadline(String subheadline)
                    throws ClientException
Throws:
ClientException

getByline

String getByline()
                 throws ClientException
Throws:
ClientException

setByline

void setByline(String byline)
               throws ClientException
Throws:
ClientException

getDateline

String getDateline()
                   throws ClientException
Throws:
ClientException

setDateline

void setDateline(String dateline)
                 throws ClientException
Throws:
ClientException

getSlugline

String getSlugline()
                   throws ClientException
Throws:
ClientException

setSlugline

void setSlugline(String slugline)
                 throws ClientException
Throws:
ClientException

getCredit

String getCredit()
                 throws ClientException
Throws:
ClientException

setCredit

void setCredit(String credit)
               throws ClientException
Throws:
ClientException

getLanguage

String getLanguage()
                   throws ClientException
Throws:
ClientException

setLanguage

void setLanguage(String language)
                 throws ClientException
Throws:
ClientException

getSource

String getSource()
                 throws ClientException
Throws:
ClientException

setSource

void setSource(String source)
               throws ClientException
Throws:
ClientException

getOrigin

String getOrigin()
                 throws ClientException
Throws:
ClientException

setOrigin

void setOrigin(String origin)
               throws ClientException
Throws:
ClientException

getGenre

String getGenre()
                throws ClientException
Throws:
ClientException

setGenre

void setGenre(String genre)
              throws ClientException
Throws:
ClientException

getCaption

String getCaption()
                  throws ClientException
Throws:
ClientException

setCaption

void setCaption(String caption)
                throws ClientException
Throws:
ClientException

getTypage

String getTypage()
                 throws ClientException
Throws:
ClientException

setTypage

void setTypage(String typage)
               throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.