java.lang.Object
org.jeteam.bean.security.PrivilegeBean
org.jeteam.bean.security.PrivilegeBeanImpl
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable
- Direct Known Subclasses:
- PrivilegeBeanCMP
- public abstract class PrivilegeBeanImpl
- extends PrivilegeBean
- implements javax.ejb.EntityBean
| Methods inherited from class org.jeteam.bean.security.PrivilegeBean |
ejbCreate, ejbCreate, ejbPostCreate, ejbPostCreate, getDescription, getId, getPermission, getPrivilegeData, getRoles, setDescription, setId, setPermission, setPrivilegeData, setRoles |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
private javax.ejb.EntityContext context
PrivilegeBeanImpl
public PrivilegeBeanImpl()
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 PrivilegeBean
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