Method Summary |
|
public void | ejbActivate() |
public BnProjectPK | ejbCreate() |
public BnProjectPK | ejbCreate(String pName, String pVersion, String creator) Create a BnProject based on project name and creator. |
public Collection | ejbHomeGetModelCreatorList(String userName, String roleName, String type) |
public Collection | ejbHomeGetModelPropertyKeyList(String userName, String roleName, String type) |
public Collection | ejbHomeGetModelRoleList(String userName, String roleName, String type) |
public Collection | ejbHomeGetModelStateList(String userName, String roleName, String type) |
public Collection | ejbHomeGetModelUserList(String userName, String roleName, String type) |
public Collection | ejbHomeGetUserInstancesProject(String userName) |
public Collection | ejbHomeGetUserModelReady(String projectName, String userName) |
public Collection | ejbHomeGetUserModelTerminated(String projectName, String userName) |
public String | ejbHomeGetUserModelVersion(String userName, String project) |
public void | ejbLoad() |
public void | ejbPassivate() |
public void | ejbRemove() |
abstract public Collection | ejbSelectModelCreatorList(String userName, String roleName, String type) |
abstract public Collection | ejbSelectModelPropertyKeyList(String userName, String roleName, String type) |
abstract public Collection | ejbSelectModelRoleList(String userName, String roleName, String type) |
abstract public Collection | ejbSelectModelStateList(String userName, String roleName, String type) |
abstract public Collection | ejbSelectModelUserList(String userName, String roleName, String type) |
abstract public Collection | ejbSelectUserInstancesProject(String userName) |
abstract public Collection | ejbSelectUserModelReady(String projectName, String userName) |
abstract public Collection | ejbSelectUserModelTerminated(String projectName, String userName) |
abstract public String | ejbSelectUserModelVersion(String userName, String project) |
public void | ejbStore() |
public BnAgentLocal | getBnAgent(String agentName) |
abstract public Collection | getBnAgentEdges() |
abstract public Collection | getBnAgents() |
public BnEdgeLocal | getBnEdge(String edgeName) |
abstract public Collection | getBnEdges() |
abstract public Collection | getBnHooks() |
abstract public BnInitiatorMapperLocal | getBnInitiatorMapper() Retrieve the mapper (for the initiator) of the project. |
abstract public Collection | getBnInterHooks() |
abstract public Collection | getBnIterations() |
public BnNodeLocal | getBnNode(String nodeName) |
abstract public Collection | getBnNodes() |
abstract public BnProjectLightValue | getBnProjectLightValue() |
abstract public BnProjectValue | getBnProjectValue() |
abstract public Collection | getBnProperties() |
abstract public Collection | getBnRoles() |
abstract public Collection | getBnUsers() |
abstract public Date | getCreationDate() |
abstract public String | getCreator() Retrieve the BnProject Creator. |
abstract public Date | getEndDate() |
abstract public String | getId() Retrieve the BnProject's id. |
abstract public String | getName() Retrieve the BnProject's Name. |
abstract public String | getParent() |
abstract public int | getState() |
abstract public String | getStatus() |
abstract public String | getType() |
abstract public String | getVersion() Retrieve the BnProject's Version. |
abstract public void | setBnAgentEdges(Collection pAgentEdges) |
abstract public void | setBnAgents(Collection pAgents) |
abstract public void | setBnEdges(Collection pEdges) |
abstract public void | setBnHooks(Collection pHooks) |
abstract public void | setBnInitiatorMapper(BnInitiatorMapperLocal pInitiatorMapper) |
abstract public void | setBnInterHooks(Collection pHooks) |
abstract public void | setBnIterations(Collection ite) |
abstract public void | setBnNodes(Collection pNodes) |
abstract public void | setBnProjectValue(BnProjectValue v) |
abstract public void | setBnProperties(Collection pPrp) |
abstract public void | setBnRoles(Collection pRoles) |
abstract public void | setBnUsers(Collection pUsers) |
abstract public void | setCreationDate(Date pDate) |
abstract public void | setCreator(String pCreator) Set the Creator Name. |
abstract public void | setEndDate(Date pDate) |
public void | setEntityContext(EntityContext lContext) |
abstract public void | setId(String pId) Set the BnProject's id.
Parameters: pId - The id of this BnUser. |
abstract public void | setName(String pName) Set the BnProject's Name.
Parameters: pName - The Name of this BnProject. |
abstract public void | setParent(String parent) Set the parent of this project (or the name of the project if is not a child)
Parameters: parent - of this project. |
abstract public void | setState(int pState) |
abstract public void | setStatus(String status) Set the status of this project (Active/Hidden)
Parameters: status - of this project. |
abstract public void | setType(String type) Set the type of this project (model/cooperative/instance)
Parameters: type - of this project. |
abstract public void | setVersion(String pVersion) Set the BnProject's Version.
Parameters: pVersion - The Version of this BnProject. |
public void | unsetEntityContext() |