| |
|
| java.lang.Object javax.swing.tree.DefaultMutableTreeNode com.finalist.jaggenerator.modules.Session
Session | public Session(String rootPackage)(Code) | | Creates new form BeanForm
|
addRelationRef | public void addRelationRef(String entity)(Code) | | |
getEntities | public List getEntities()(Code) | | Returns a List of all Entities in this Session, but not those that are only
a 'relation reference'.
|
getEntitiesAndReferences | public List getEntitiesAndReferences()(Code) | | |
getEntityRefs | public ArrayList getEntityRefs()(Code) | | Gets all entities 'covered' by this session bean.
a list of the entity beans' reference names (String). |
getNonRelationEntityRefs | public ArrayList getNonRelationEntityRefs()(Code) | | Gets all entities 'covered' by this session bean, excluding those that
were only added to support a container-managed relation.
a list of the entity beans' reference names (String). |
getReferencedEntities | public List getReferencedEntities()(Code) | | |
hasBusinessMethods | public Boolean hasBusinessMethods()(Code) | | check if there are any business methods defines in this Session.
true if this session has any business methods. |
setBusinessMethods | public void setBusinessMethods(ArrayList businessMethods)(Code) | | set Business methods.
|
setEntityRefs | public void setEntityRefs(ArrayList refs)(Code) | | Sets all entities 'covered' by this session bean.
|
setRefName | public void setRefName(String text)(Code) | | Parameters: text - |
|
|
|