Method Summary |
|
public void | ejbActivate() |
public BnRolePK | ejbCreate(BnRoleValue pRole) Create a BnRole based on the supplied BnRole Value Object. |
public void | ejbLoad() |
public void | ejbPassivate() |
public void | ejbPostCreate(BnRoleValue pRole) |
public void | ejbRemove() |
public void | ejbStore() |
abstract public Collection | getBnNodes() |
abstract public BnProjectLocal | getBnProject() |
abstract public BnRoleMapperLocal | getBnRoleMapper() Retrieve the RoleMapper for the role. |
abstract public BnRoleValue | getBnRoleValue() |
abstract public Collection | getBnUsers() |
abstract public String | getDescription() Retrieve the BnRole's Description. |
abstract public String | getId() Retrieve the BnRole's id. |
abstract public String | getName() Retrieve the BnRole's Name. |
abstract public void | setBnNodes(Collection pNodes) |
abstract public void | setBnProject(BnProjectLocal pProject) |
abstract public void | setBnRoleMapper(BnRoleMapperLocal pMapper) |
abstract public void | setBnRoleValue(BnRoleValue v) |
abstract public void | setBnUsers(Collection pUsers) |
abstract public void | setDescription(String pDescription) Set the BnRole's Description.
Parameters: pDescription - The Description of this BnRole. |
public void | setEntityContext(EntityContext lContext) |
abstract public void | setId(String pId) Set the BnRole's id.
Parameters: pId - The id of this BnRole. |
abstract public void | setName(String pName) Set the BnRole's Name.
Parameters: pName - The Name of this BnRole. |
public void | unsetEntityContext() |