Uses of Class
com.livis.livingtalks.model.AuthorModel

Packages that use AuthorModel
com.livis.livingtalks.ejb   
com.livis.livingtalks.model   
com.livis.livingtalks.web   
com.livis.livingtalks.xml   
 

Uses of AuthorModel in com.livis.livingtalks.ejb
 

Methods in com.livis.livingtalks.ejb that return AuthorModel
 AuthorModel ManageIF.getAuthorModel(java.lang.String key)
           
 AuthorModel ManageIF.getAuthorShortmodel(java.lang.String key)
           
 AuthorModel Author.getModel()
           
 AuthorModel ManageEJB.getAuthorModel(java.lang.String key)
           
 AuthorModel ManageEJB.getAuthorShortmodel(java.lang.String key)
           
 

Methods in com.livis.livingtalks.ejb with parameters of type AuthorModel
 void ManageIF.setAuthorModel(AuthorModel model)
           
 java.lang.String ManageIF.createAuthor(AuthorModel model)
           
 void Author.putModel(AuthorModel model)
           
 java.lang.String AuthorEJB.ejbCreate(AuthorModel model)
           
 void AuthorEJB.ejbPostCreate(AuthorModel model)
           
 void AuthorEJB.putModel(AuthorModel model)
           
 void ManageEJB.setAuthorModel(AuthorModel model)
           
 java.lang.String ManageEJB.createAuthor(AuthorModel model)
           
 Author AuthorHome.create(AuthorModel model)
           
 

Uses of AuthorModel in com.livis.livingtalks.model
 

Methods in com.livis.livingtalks.model that return AuthorModel
protected  AuthorModel AuthorModel.assignAuthorModel(java.lang.String key, java.lang.String editor, java.lang.String timestamp, java.lang.String lastName, java.lang.String firstName, java.lang.String title, java.lang.String cvHtml, java.lang.String affiliation, java.lang.String address, java.lang.String email, java.lang.String homePageUrl, java.lang.String photoUrl)
           
 AuthorModel AuthorModel.getModel()
           
 

Methods in com.livis.livingtalks.model with parameters of type AuthorModel
 void AuthorModel.setModel(AuthorModel model)
           
 

Uses of AuthorModel in com.livis.livingtalks.web
 

Subclasses of AuthorModel in com.livis.livingtalks.web
 class AuthorWebImpl
           
 

Uses of AuthorModel in com.livis.livingtalks.xml
 

Methods in com.livis.livingtalks.xml with parameters of type AuthorModel
protected  void XMLOutput.appendAuthor(com.livis.livingtalks.xml.Element parentElement, AuthorModel authorModel, com.livis.livingtalks.xml.Document doc, java.lang.String tag)