Java Doc for BnProjectBean.java in  » Workflow-Engines » bonita-v3.1 » hero » entity » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » bonita v3.1 » hero.entity 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   hero.entity.BnProjectBean

BnProjectBean
abstract public class BnProjectBean implements EntityBean(Code)
The Entity bean represents a BnProject
author:
   Fran?ois Charoy
version:
   $Revision: 1.46 $
version:
   $Revision: 1.46 $
author:
   $Author: dparisek $


Field Summary
public  EntityContextmContext
    


Method Summary
public  voidejbActivate()
    
public  BnProjectPKejbCreate()
    
public  BnProjectPKejbCreate(String pName, String pVersion, String creator)
     Create a BnProject based on project name and creator.
public  CollectionejbHomeGetModelCreatorList(String userName, String roleName, String type)
    
public  CollectionejbHomeGetModelPropertyKeyList(String userName, String roleName, String type)
    
public  CollectionejbHomeGetModelRoleList(String userName, String roleName, String type)
    
public  CollectionejbHomeGetModelStateList(String userName, String roleName, String type)
    
public  CollectionejbHomeGetModelUserList(String userName, String roleName, String type)
    
public  CollectionejbHomeGetUserInstancesProject(String userName)
    
public  CollectionejbHomeGetUserModelReady(String projectName, String userName)
    
public  CollectionejbHomeGetUserModelTerminated(String projectName, String userName)
    
public  StringejbHomeGetUserModelVersion(String userName, String project)
    
public  voidejbLoad()
    
public  voidejbPassivate()
    
public  voidejbRemove()
    
abstract public  CollectionejbSelectModelCreatorList(String userName, String roleName, String type)
    
abstract public  CollectionejbSelectModelPropertyKeyList(String userName, String roleName, String type)
    
abstract public  CollectionejbSelectModelRoleList(String userName, String roleName, String type)
    
abstract public  CollectionejbSelectModelStateList(String userName, String roleName, String type)
    
abstract public  CollectionejbSelectModelUserList(String userName, String roleName, String type)
    
abstract public  CollectionejbSelectUserInstancesProject(String userName)
    
abstract public  CollectionejbSelectUserModelReady(String projectName, String userName)
    
abstract public  CollectionejbSelectUserModelTerminated(String projectName, String userName)
    
abstract public  StringejbSelectUserModelVersion(String userName, String project)
    
public  voidejbStore()
    
public  BnAgentLocalgetBnAgent(String agentName)
    
abstract public  CollectiongetBnAgentEdges()
    
abstract public  CollectiongetBnAgents()
    
public  BnEdgeLocalgetBnEdge(String edgeName)
    
abstract public  CollectiongetBnEdges()
    
abstract public  CollectiongetBnHooks()
    
abstract public  BnInitiatorMapperLocalgetBnInitiatorMapper()
     Retrieve the mapper (for the initiator) of the project.
abstract public  CollectiongetBnInterHooks()
    
abstract public  CollectiongetBnIterations()
    
public  BnNodeLocalgetBnNode(String nodeName)
    
abstract public  CollectiongetBnNodes()
    
abstract public  BnProjectLightValuegetBnProjectLightValue()
    
abstract public  BnProjectValuegetBnProjectValue()
    
abstract public  CollectiongetBnProperties()
    
abstract public  CollectiongetBnRoles()
    
abstract public  CollectiongetBnUsers()
    
abstract public  DategetCreationDate()
    
abstract public  StringgetCreator()
     Retrieve the BnProject Creator.
abstract public  DategetEndDate()
    
abstract public  StringgetId()
     Retrieve the BnProject's id.
abstract public  StringgetName()
     Retrieve the BnProject's Name.
abstract public  StringgetParent()
    
abstract public  intgetState()
    
abstract public  StringgetStatus()
    
abstract public  StringgetType()
    
abstract public  StringgetVersion()
     Retrieve the BnProject's Version.
abstract public  voidsetBnAgentEdges(Collection pAgentEdges)
    
abstract public  voidsetBnAgents(Collection pAgents)
    
abstract public  voidsetBnEdges(Collection pEdges)
    
abstract public  voidsetBnHooks(Collection pHooks)
    
abstract public  voidsetBnInitiatorMapper(BnInitiatorMapperLocal pInitiatorMapper)
    
abstract public  voidsetBnInterHooks(Collection pHooks)
    
abstract public  voidsetBnIterations(Collection ite)
    
abstract public  voidsetBnNodes(Collection pNodes)
    
abstract public  voidsetBnProjectValue(BnProjectValue v)
    
abstract public  voidsetBnProperties(Collection pPrp)
    
abstract public  voidsetBnRoles(Collection pRoles)
    
abstract public  voidsetBnUsers(Collection pUsers)
    
abstract public  voidsetCreationDate(Date pDate)
    
abstract public  voidsetCreator(String pCreator)
     Set the Creator Name.
abstract public  voidsetEndDate(Date pDate)
    
public  voidsetEntityContext(EntityContext lContext)
    
abstract public  voidsetId(String pId)
     Set the BnProject's id.
Parameters:
  pId - The id of this BnUser.
abstract public  voidsetName(String pName)
     Set the BnProject's Name.
Parameters:
  pName - The Name of this BnProject.
abstract public  voidsetParent(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  voidsetState(int pState)
    
abstract public  voidsetStatus(String status)
     Set the status of this project (Active/Hidden)
Parameters:
  status - of this project.
abstract public  voidsetType(String type)
     Set the type of this project (model/cooperative/instance)
Parameters:
  type - of this project.
abstract public  voidsetVersion(String pVersion)
     Set the BnProject's Version.
Parameters:
  pVersion - The Version of this BnProject.
public  voidunsetEntityContext()
    

Field Detail
mContext
public EntityContext mContext(Code)





Method Detail
ejbActivate
public void ejbActivate()(Code)



ejbCreate
public BnProjectPK ejbCreate() throws InvalidValueException, EJBException, CreateException(Code)
Create a BnProject
throws:
  InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again
throws:
  EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again
throws:
  CreateException - Because we have to do so (EJB spec.)



ejbCreate
public BnProjectPK ejbCreate(String pName, String pVersion, String creator) throws InvalidValueException, EJBException, CreateException(Code)
Create a BnProject based on project name and creator.
Parameters:
  pName - the name of the project
Parameters:
  pCreator - the creator of the project
throws:
  EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again
throws:
  CreateException - Because we have to do so (EJB spec.)



ejbHomeGetModelCreatorList
public Collection ejbHomeGetModelCreatorList(String userName, String roleName, String type) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetModelPropertyKeyList
public Collection ejbHomeGetModelPropertyKeyList(String userName, String roleName, String type) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetModelRoleList
public Collection ejbHomeGetModelRoleList(String userName, String roleName, String type) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetModelStateList
public Collection ejbHomeGetModelStateList(String userName, String roleName, String type) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetModelUserList
public Collection ejbHomeGetModelUserList(String userName, String roleName, String type) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetUserInstancesProject
public Collection ejbHomeGetUserInstancesProject(String userName) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbHomeGetUserModelReady
public Collection ejbHomeGetUserModelReady(String projectName, String userName) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetUserModelTerminated
public Collection ejbHomeGetUserModelTerminated(String projectName, String userName) throws HeroException(Code)

Parameters:
  projectName - name of the project
Parameters:
  userName - name of the user



ejbHomeGetUserModelVersion
public String ejbHomeGetUserModelVersion(String userName, String project) throws HeroException(Code)

Parameters:
  userName - name of the user



ejbLoad
public void ejbLoad()(Code)



ejbPassivate
public void ejbPassivate()(Code)



ejbRemove
public void ejbRemove() throws RemoveException(Code)



ejbSelectModelCreatorList
abstract public Collection ejbSelectModelCreatorList(String userName, String roleName, String type) throws FinderException(Code)



ejbSelectModelPropertyKeyList
abstract public Collection ejbSelectModelPropertyKeyList(String userName, String roleName, String type) throws FinderException(Code)



ejbSelectModelRoleList
abstract public Collection ejbSelectModelRoleList(String userName, String roleName, String type) throws FinderException(Code)



ejbSelectModelStateList
abstract public Collection ejbSelectModelStateList(String userName, String roleName, String type) throws FinderException(Code)



ejbSelectModelUserList
abstract public Collection ejbSelectModelUserList(String userName, String roleName, String type) throws FinderException(Code)



ejbSelectUserInstancesProject
abstract public Collection ejbSelectUserInstancesProject(String userName) throws FinderException(Code)



ejbSelectUserModelReady
abstract public Collection ejbSelectUserModelReady(String projectName, String userName) throws FinderException(Code)



ejbSelectUserModelTerminated
abstract public Collection ejbSelectUserModelTerminated(String projectName, String userName) throws FinderException(Code)



ejbSelectUserModelVersion
abstract public String ejbSelectUserModelVersion(String userName, String project) throws FinderException(Code)



ejbStore
public void ejbStore()(Code)



getBnAgent
public BnAgentLocal getBnAgent(String agentName) throws HeroException(Code)

Parameters:
  AgentName - name of the node to return



getBnAgentEdges
abstract public Collection getBnAgentEdges()(Code)
Return the agentedges of the project



getBnAgents
abstract public Collection getBnAgents()(Code)
Return the Agents of the project



getBnEdge
public BnEdgeLocal getBnEdge(String edgeName) throws HeroException(Code)

Parameters:
  edgeName - name of the node to return



getBnEdges
abstract public Collection getBnEdges()(Code)
Return the edges of the project



getBnHooks
abstract public Collection getBnHooks()(Code)
the Hooks of the project



getBnInitiatorMapper
abstract public BnInitiatorMapperLocal getBnInitiatorMapper()(Code)
Retrieve the mapper (for the initiator) of the project. Returns the project initiator mapper.



getBnInterHooks
abstract public Collection getBnInterHooks()(Code)
the Interactives Hooks of the project



getBnIterations
abstract public Collection getBnIterations()(Code)
the iterations of the project



getBnNode
public BnNodeLocal getBnNode(String nodeName) throws HeroException(Code)

Parameters:
  nodeName - name of the node to return



getBnNodes
abstract public Collection getBnNodes()(Code)
Return the nodes of the project



getBnProjectLightValue
abstract public BnProjectLightValue getBnProjectLightValue()(Code)



getBnProjectValue
abstract public BnProjectValue getBnProjectValue()(Code)



getBnProperties
abstract public Collection getBnProperties()(Code)
the properties of the project



getBnRoles
abstract public Collection getBnRoles()(Code)
Return the roles of the project



getBnUsers
abstract public Collection getBnUsers()(Code)
Return the users of the project



getCreationDate
abstract public Date getCreationDate()(Code)
Return the creation date of the BnProject



getCreator
abstract public String getCreator()(Code)
Retrieve the BnProject Creator. Returns a string representing the name of the creator.



getEndDate
abstract public Date getEndDate()(Code)
Return the date in which the BnProject was finished



getId
abstract public String getId()(Code)
Retrieve the BnProject's id. Returns an int representing the id of this BnUser.



getName
abstract public String getName()(Code)
Retrieve the BnProject's Name. Returns an int representing the Name of this BnProject.



getParent
abstract public String getParent()(Code)
Get parent of this project (or the name of the project if is not a child) Returns a String representing the parent name



getState
abstract public int getState()(Code)
Returns the State of this BnProject



getStatus
abstract public String getStatus()(Code)
Get the status of this project (Active/Hidden) Returns a String representing the status name



getType
abstract public String getType()(Code)
Get the type of this project (model/cooperative/instance) Returns a String representing the type name



getVersion
abstract public String getVersion()(Code)
Retrieve the BnProject's Version. Returns an int representing the Version of this BnProject.



setBnAgentEdges
abstract public void setBnAgentEdges(Collection pAgentEdges)(Code)
Specify the AgentEdges of this BnProject
Parameters:
  pAgentEdges - AgentEdges of this BnProject



setBnAgents
abstract public void setBnAgents(Collection pAgents)(Code)
Specify the Agents of this BnProject
Parameters:
  pAgents - Agents of this BnProject



setBnEdges
abstract public void setBnEdges(Collection pEdges)(Code)
Specify the Edges of this BnProject
Parameters:
  pEdges - Edges of this BnProject



setBnHooks
abstract public void setBnHooks(Collection pHooks)(Code)
Set the Hooks of the project
Parameters:
  pHooks - the Hooks of the project



setBnInitiatorMapper
abstract public void setBnInitiatorMapper(BnInitiatorMapperLocal pInitiatorMapper)(Code)
Set the Project of this (initiator) mapper
Parameters:
  pInitiatorMapper - initiatorMapper of the project



setBnInterHooks
abstract public void setBnInterHooks(Collection pHooks)(Code)
Set the Interactives Hooks of the project
Parameters:
  pHooks - the Hooks of the project



setBnIterations
abstract public void setBnIterations(Collection ite)(Code)
Set the iterations of the project
Parameters:
  ite - the iterations of the project



setBnNodes
abstract public void setBnNodes(Collection pNodes)(Code)
Specify the Nodes of this BnProject
Parameters:
  pNodes - Nodes of this BnProject



setBnProjectValue
abstract public void setBnProjectValue(BnProjectValue v)(Code)



setBnProperties
abstract public void setBnProperties(Collection pPrp)(Code)
Set the properties of the project
Parameters:
  pPrp - the properties of the project



setBnRoles
abstract public void setBnRoles(Collection pRoles)(Code)
Specify the Roles of this BnProject
Parameters:
  pRoles - Roles of this BnProject



setBnUsers
abstract public void setBnUsers(Collection pUsers)(Code)
Specify the Users of this BnProject
Parameters:
  pUsers - Users of this BnProject



setCreationDate
abstract public void setCreationDate(Date pDate)(Code)

Parameters:
  pDate - the creation date of the BnProject



setCreator
abstract public void setCreator(String pCreator)(Code)
Set the Creator Name.
Parameters:
  pCreator - The Creator of this project



setEndDate
abstract public void setEndDate(Date pDate)(Code)

Parameters:
  the - date in which the BnProject was finished



setEntityContext
public void setEntityContext(EntityContext lContext)(Code)



setId
abstract public void setId(String pId)(Code)
Set the BnProject's id.
Parameters:
  pId - The id of this BnUser. Is set at creation time.



setName
abstract public void setName(String pName)(Code)
Set the BnProject's Name.
Parameters:
  pName - The Name of this BnProject. Is set at creation time.



setParent
abstract public void setParent(String parent)(Code)
Set the parent of this project (or the name of the project if is not a child)
Parameters:
  parent - of this project. Is set at creation time.



setState
abstract public void setState(int pState)(Code)
Specify the State of this BnProject
Parameters:
  pState - State of this BnProject



setStatus
abstract public void setStatus(String status)(Code)
Set the status of this project (Active/Hidden)
Parameters:
  status - of this project. Is set at creation time.



setType
abstract public void setType(String type)(Code)
Set the type of this project (model/cooperative/instance)
Parameters:
  type - of this project. Is set at creation time.



setVersion
abstract public void setVersion(String pVersion)(Code)
Set the BnProject's Version.
Parameters:
  pVersion - The Version of this BnProject. Is set at creation time.



unsetEntityContext
public void unsetEntityContext()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.