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

Packages that use TypeModel
com.livis.livingtalks.ejb   
com.livis.livingtalks.model   
com.livis.livingtalks.web   
 

Uses of TypeModel in com.livis.livingtalks.ejb
 

Methods in com.livis.livingtalks.ejb that return TypeModel
 TypeModel ManageIF.getTypeModel(java.lang.String key)
           
 TypeModel ManageIF.getTypeShortmodel(java.lang.String key)
           
 TypeModel ManageEJB.getTypeModel(java.lang.String key)
           
 TypeModel ManageEJB.getTypeShortmodel(java.lang.String key)
           
 TypeModel Type.getModel()
           
 

Methods in com.livis.livingtalks.ejb with parameters of type TypeModel
 void ManageIF.setTypeModel(TypeModel model)
           
 java.lang.String ManageIF.createType(TypeModel model)
           
 java.lang.String TypeEJB.ejbCreate(TypeModel model)
           
 void TypeEJB.ejbPostCreate(TypeModel model)
           
 void TypeEJB.putModel(TypeModel model)
           
 Type TypeHome.create(TypeModel model)
           
 void ManageEJB.setTypeModel(TypeModel model)
           
 java.lang.String ManageEJB.createType(TypeModel model)
           
 void Type.putModel(TypeModel model)
           
 

Uses of TypeModel in com.livis.livingtalks.model
 

Methods in com.livis.livingtalks.model that return TypeModel
protected  TypeModel TypeModel.assignTypeModel(java.lang.String key, java.lang.String editor, java.lang.String timestamp, java.lang.String description, java.lang.String editorInDutyList, java.lang.String iconUrl, java.lang.String typePageUrl)
           
 TypeModel TypeModel.getModel()
           
 

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

Uses of TypeModel in com.livis.livingtalks.web
 

Subclasses of TypeModel in com.livis.livingtalks.web
 class TypeWebImpl