com.livis.livingtalks.web
Class AuthorWebImpl

java.lang.Object
  |
  +--com.livis.livingtalks.model.AbstractModel
        |
        +--com.livis.livingtalks.model.AuthorModel
              |
              +--com.livis.livingtalks.web.AuthorWebImpl

public class AuthorWebImpl
extends AuthorModel

See Also:
Serialized Form

Fields inherited from class com.livis.livingtalks.model.AuthorModel
address, affiliation, cvHtml, email, firstName, homePageUrl, lastName, photoUrl, title
 
Fields inherited from class com.livis.livingtalks.model.AbstractModel
editor, key, timestamp
 
Constructor Summary
AuthorWebImpl()
           
 
Method Summary
 void add()
           
 void change()
           
 void delete()
           
 WebMenu getAllAuthorsMenu()
           
 java.util.Collection getModels()
           
 java.lang.String getSelected()
           
 java.lang.String getSepDisplay()
           
 void processRequest(java.lang.String request)
           
 void retrieve()
           
 void setSelected(java.lang.String selected)
           
 void setSepDisplay(java.lang.String sepDisplay)
           
 
Methods inherited from class com.livis.livingtalks.model.AuthorModel
assignAuthorModel, checkForKeyCreation, clear, createKey, getAddress, getAffiliation, getCvHtml, getEmail, getFirstName, getHomePageUrl, getLastName, getModel, getPhotoUrl, getTitle, init, isKeyCreatable, makeShort, setAddress, setAffiliation, setCvHtml, setEmail, setFirstName, setHomePageUrl, setLastName, setModel, setPhotoUrl, setTitle, xmlTagPropertiesStore
 
Methods inherited from class com.livis.livingtalks.model.AbstractModel
assignAbstractModel, check, checkForNonEmptyKey, getAutoKey, getEditor, getKey, getTimestamp, setAutoKey, setEditor, setKey, setTimestamp, setTimestampFromDate, shallCreateKey, touch, XMLTagProperties
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorWebImpl

public AuthorWebImpl()
Method Detail

processRequest

public void processRequest(java.lang.String request)

retrieve

public void retrieve()

add

public void add()

change

public void change()

delete

public void delete()

getModels

public java.util.Collection getModels()

getSepDisplay

public java.lang.String getSepDisplay()

setSepDisplay

public void setSepDisplay(java.lang.String sepDisplay)

getSelected

public java.lang.String getSelected()

setSelected

public void setSelected(java.lang.String selected)

getAllAuthorsMenu

public WebMenu getAllAuthorsMenu()
Returns:
a menue listing all author keys, listing dangling authors (ie. in no talk) first