com.livis.livingtalks.ejb
Class TypeEJB

com.livis.livingtalks.ejb.TypeEJB

public class TypeEJB


Constructor Summary
TypeEJB()
           
 
Method Summary
 void ejbActivate()
           
 java.lang.String ejbCreate(TypeModel model)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(TypeModel model)
           
 void ejbRemove()
           
 void ejbStore()
           
 void putModel(TypeModel model)
           
 void setEditor(java.lang.String editor)
           
 void setEntityContext(com.livis.livingtalks.ejb.EntityContext context)
           
 void touch()
           
 void unsetEntityContext()
           
 

Constructor Detail

TypeEJB

public TypeEJB()
Method Detail

ejbCreate

public java.lang.String ejbCreate(TypeModel model)
                           throws javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(TypeModel model)
                   throws javax.ejb.CreateException

ejbRemove

public void ejbRemove()
               throws com.livis.livingtalks.ejb.RemoveException

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

ejbLoad

public void ejbLoad()

ejbStore

public void ejbStore()

setEntityContext

public void setEntityContext(com.livis.livingtalks.ejb.EntityContext context)

unsetEntityContext

public void unsetEntityContext()

putModel

public void putModel(TypeModel model)
              throws javax.ejb.CreateException

setEditor

public void setEditor(java.lang.String editor)

touch

public void touch()