Method Summary |
|
public void | ejbActivate() |
public BnRoleMapperPK | ejbCreate(BnRoleMapperValue prp) Create a Mapper based on the supplied Mapper Value Object. |
public BnRoleMapperPK | ejbCreate(String mapperName, int mapperType) Create a Mapper based on the supplied parameters. |
public void | ejbLoad() |
public void | ejbPassivate() |
public void | ejbPostCreate(BnRoleMapperValue prp) |
public void | ejbRemove() |
public void | ejbStore() |
abstract public BnRoleLocal | getBnRole() Retrieve the role associated with the mapper. |
abstract public BnRoleMapperValue | getBnRoleMapperValue() |
abstract public String | getId() Retrieve the BnRoleMapper's id. |
abstract public String | getName() Retrieve the Name value. |
abstract public int | getType() Retrieve the Type value. |
abstract public void | setBnRole(BnRoleLocal pRole) Set the BnRole. |
abstract public void | setBnRoleMapperValue(BnRoleMapperValue v) |
public void | setEntityContext(EntityContext lContext) |
abstract public void | setId(String pId) Set the Mapper's id.
Parameters: pId - The id of this Mapper. |
abstract public void | setName(String mapperName) Set the Name value. |
abstract public void | setType(int mapperType) Set the Type value. |
public void | unsetEntityContext() |