Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.bean.project
Class ProjectBeanImpl  view ProjectBeanImpl download ProjectBeanImpl.java

java.lang.Object
  extended byorg.jeteam.bean.project.ProjectBean
      extended byorg.jeteam.bean.project.ProjectBeanImpl
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
Direct Known Subclasses:
ProjectBeanCMP

public abstract class ProjectBeanImpl
extends ProjectBean
implements javax.ejb.EntityBean


Field Summary
private  javax.ejb.EntityContext context
           
 
Constructor Summary
ProjectBeanImpl()
           
 
Method Summary
 void ejbActivate()
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void ejbStore()
           
 void setEntityContext(javax.ejb.EntityContext ctx)
           
 void unsetEntityContext()
           
 
Methods inherited from class org.jeteam.bean.project.ProjectBean
ejbCreate, ejbCreate, ejbPostCreate, ejbPostCreate, getCreated, getDeleted, getDescription, getId, getLastUpdated, getName, getProjectData, getRoles, getStatus, getTasks, getUsers, setCreated, setDeleted, setDescription, setId, setLastUpdated, setName, setProjectData, setRoles, setStatus, setTasks, setUsers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

private javax.ejb.EntityContext context
Constructor Detail

ProjectBeanImpl

public ProjectBeanImpl()
Method Detail

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean
Overrides:
ejbRemove in class ProjectBean

ejbLoad

public void ejbLoad()
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.EntityBean