Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.entity.server.access
Class FormTab_Bean  view FormTab_Bean download FormTab_Bean.java

java.lang.Object
  extended byorg.schooltool.ejb.entity.server.access.FormTab_Bean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public class FormTab_Bean
extends java.lang.Object
implements javax.ejb.EntityBean


Field Summary
private  javax.ejb.EntityContext ctx
           
 org.schooltool.ejb.entity.client.access.Form_ form
           
 java.lang.Long formForeignKey
           
private  org.schooltool.ejb.entity.client.access.Form_Home formHI
           
private  org.schooltool.ejb.entity.client.access.Form_PrimaryKey formPK
           
private  org.schooltool.ejb.entity.client.access.Form_ formRI
           
 java.lang.Long FormTab_PrimaryKey
           
private static org.schooltool.xode.ejbhelper.UniqueIDGeneratorBean idGenerator
           
private  javax.naming.InitialContext jndiContext
           
private  boolean modifiedFlag
           
private  org.schooltool.complextypes.access.FormTab ovalue
           
 org.schooltool.ejb.entity.client.access.SchoolProfile_ schoolProfile
           
 java.lang.Long schoolProfileForeignKey
           
private  org.schooltool.ejb.entity.client.access.SchoolProfile_Home schoolProfileHI
           
private  org.schooltool.ejb.entity.client.access.SchoolProfile_PrimaryKey schoolProfilePK
           
private  org.schooltool.ejb.entity.client.access.SchoolProfile_ schoolProfileRI
           
 org.schooltool.ejb.entity.client.access.Tab_ tab
           
 java.lang.Long tabForeignKey
           
private  org.schooltool.ejb.entity.client.access.Tab_Home tabHI
           
private  org.schooltool.ejb.entity.client.access.Tab_PrimaryKey tabPK
           
private  org.schooltool.ejb.entity.client.access.Tab_ tabRI
           
 
Constructor Summary
FormTab_Bean()
           
 
Method Summary
private  void beforeSaveCallback()
           
 void ejbActivate()
           
 org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate()
           
 org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate(org.schooltool.complextypes.access.FormTab value)
           
 org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate(java.lang.Long formForeignKey, java.lang.Long tabForeignKey, java.lang.Long schoolProfileForeignKey)
           
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate()
           
 void ejbPostCreate(org.schooltool.complextypes.access.FormTab value)
           
 void ejbPostCreate(java.lang.Long formForeignKey, java.lang.Long tabForeignKey, java.lang.Long schoolProfileForeignKey)
           
 void ejbRemove()
           
 void ejbStore()
           
 org.schooltool.complextypes.access.FormTab getAsValueObject(int Levels, org.schooltool.complextypes.access.FormTab SubclassValue)
           
 org.schooltool.ejb.entity.client.access.Form_ getform()
           
 java.lang.Long getformForeignKey()
           
 java.lang.Long getFormTab_PrimaryKey()
           
private static javax.naming.InitialContext getInitialContext()
           
 org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile()
           
 java.lang.Long getschoolProfileForeignKey()
           
 org.schooltool.ejb.entity.client.access.Tab_ gettab()
           
 java.lang.Long gettabForeignKey()
           
 boolean hasSuperClass()
           
private  void InitSystemResources(java.lang.String strBeanName, java.lang.Long schoolID)
           
 boolean isModified()
           
 void setAsValueObject(org.schooltool.complextypes.access.FormTab ovalue)
           
 void setEntityContext(javax.ejb.EntityContext context)
           
 void setformForeignKey(java.lang.Long setValue)
           
 void setFormTab_PrimaryKey(java.lang.Long setValue)
           
 void setModified(boolean value)
           
 void setschoolProfileForeignKey(java.lang.Long setValue)
           
 void settabForeignKey(java.lang.Long setValue)
           
 void unsetEntityContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

private javax.ejb.EntityContext ctx

FormTab_PrimaryKey

public java.lang.Long FormTab_PrimaryKey

formForeignKey

public java.lang.Long formForeignKey

formRI

private transient org.schooltool.ejb.entity.client.access.Form_ formRI

formHI

private transient org.schooltool.ejb.entity.client.access.Form_Home formHI

formPK

private transient org.schooltool.ejb.entity.client.access.Form_PrimaryKey formPK

form

public transient org.schooltool.ejb.entity.client.access.Form_ form

tabForeignKey

public java.lang.Long tabForeignKey

tabRI

private transient org.schooltool.ejb.entity.client.access.Tab_ tabRI

tabHI

private transient org.schooltool.ejb.entity.client.access.Tab_Home tabHI

tabPK

private transient org.schooltool.ejb.entity.client.access.Tab_PrimaryKey tabPK

tab

public transient org.schooltool.ejb.entity.client.access.Tab_ tab

schoolProfileForeignKey

public java.lang.Long schoolProfileForeignKey

schoolProfileRI

private transient org.schooltool.ejb.entity.client.access.SchoolProfile_ schoolProfileRI

schoolProfileHI

private transient org.schooltool.ejb.entity.client.access.SchoolProfile_Home schoolProfileHI

schoolProfilePK

private transient org.schooltool.ejb.entity.client.access.SchoolProfile_PrimaryKey schoolProfilePK

schoolProfile

public transient org.schooltool.ejb.entity.client.access.SchoolProfile_ schoolProfile

modifiedFlag

private boolean modifiedFlag

jndiContext

private transient javax.naming.InitialContext jndiContext

idGenerator

private static org.schooltool.xode.ejbhelper.UniqueIDGeneratorBean idGenerator

ovalue

private transient org.schooltool.complextypes.access.FormTab ovalue
Constructor Detail

FormTab_Bean

public FormTab_Bean()
Method Detail

hasSuperClass

public boolean hasSuperClass()
                      throws java.rmi.RemoteException

getFormTab_PrimaryKey

public java.lang.Long getFormTab_PrimaryKey()

setFormTab_PrimaryKey

public void setFormTab_PrimaryKey(java.lang.Long setValue)

getformForeignKey

public java.lang.Long getformForeignKey()
                                 throws java.rmi.RemoteException

setformForeignKey

public void setformForeignKey(java.lang.Long setValue)
                       throws java.rmi.RemoteException

getform

public org.schooltool.ejb.entity.client.access.Form_ getform()
                                                      throws java.rmi.RemoteException

gettabForeignKey

public java.lang.Long gettabForeignKey()
                                throws java.rmi.RemoteException

settabForeignKey

public void settabForeignKey(java.lang.Long setValue)
                      throws java.rmi.RemoteException

gettab

public org.schooltool.ejb.entity.client.access.Tab_ gettab()
                                                    throws java.rmi.RemoteException

getschoolProfileForeignKey

public java.lang.Long getschoolProfileForeignKey()
                                          throws java.rmi.RemoteException

setschoolProfileForeignKey

public void setschoolProfileForeignKey(java.lang.Long setValue)
                                throws java.rmi.RemoteException

getschoolProfile

public org.schooltool.ejb.entity.client.access.SchoolProfile_ getschoolProfile()
                                                                        throws java.rmi.RemoteException

isModified

public boolean isModified()

setModified

public void setModified(boolean value)

ejbActivate

public void ejbActivate()
                 throws java.rmi.RemoteException,
                        javax.ejb.EJBException
Specified by:
ejbActivate in interface javax.ejb.EntityBean

getInitialContext

private static javax.naming.InitialContext getInitialContext()
                                                      throws javax.naming.NamingException

InitSystemResources

private void InitSystemResources(java.lang.String strBeanName,
                                 java.lang.Long schoolID)
                          throws javax.ejb.CreateException

setEntityContext

public void setEntityContext(javax.ejb.EntityContext context)
                      throws java.rmi.RemoteException,
                             javax.ejb.EJBException
Specified by:
setEntityContext in interface javax.ejb.EntityBean

unsetEntityContext

public void unsetEntityContext()
                        throws java.rmi.RemoteException,
                               javax.ejb.EJBException
Specified by:
unsetEntityContext in interface javax.ejb.EntityBean

ejbPassivate

public void ejbPassivate()
                  throws java.rmi.RemoteException,
                         javax.ejb.EJBException
Specified by:
ejbPassivate in interface javax.ejb.EntityBean

ejbRemove

public void ejbRemove()
               throws java.rmi.RemoteException,
                      javax.ejb.EJBException,
                      javax.ejb.RemoveException
Specified by:
ejbRemove in interface javax.ejb.EntityBean

ejbStore

public void ejbStore()
              throws java.rmi.RemoteException,
                     javax.ejb.EJBException
Specified by:
ejbStore in interface javax.ejb.EntityBean

ejbLoad

public void ejbLoad()
             throws java.rmi.RemoteException,
                    javax.ejb.EJBException
Specified by:
ejbLoad in interface javax.ejb.EntityBean

ejbPostCreate

public void ejbPostCreate()
                   throws javax.ejb.CreateException,
                          javax.ejb.EJBException,
                          java.rmi.RemoteException

ejbPostCreate

public void ejbPostCreate(org.schooltool.complextypes.access.FormTab value)
                   throws javax.ejb.CreateException,
                          javax.ejb.EJBException,
                          java.rmi.RemoteException

ejbCreate

public org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate(org.schooltool.complextypes.access.FormTab value)
                                                                     throws javax.ejb.CreateException,
                                                                            javax.ejb.EJBException,
                                                                            java.rmi.RemoteException

ejbPostCreate

public void ejbPostCreate(java.lang.Long formForeignKey,
                          java.lang.Long tabForeignKey,
                          java.lang.Long schoolProfileForeignKey)
                   throws javax.ejb.CreateException,
                          javax.ejb.EJBException,
                          java.rmi.RemoteException

ejbCreate

public org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate(java.lang.Long formForeignKey,
                                                                            java.lang.Long tabForeignKey,
                                                                            java.lang.Long schoolProfileForeignKey)
                                                                     throws javax.ejb.CreateException,
                                                                            javax.ejb.EJBException,
                                                                            java.rmi.RemoteException

ejbCreate

public org.schooltool.ejb.entity.client.access.FormTab_PrimaryKey ejbCreate()
                                                                     throws javax.ejb.CreateException,
                                                                            javax.ejb.EJBException,
                                                                            java.rmi.RemoteException

setAsValueObject

public void setAsValueObject(org.schooltool.complextypes.access.FormTab ovalue)
                      throws java.rmi.RemoteException

getAsValueObject

public org.schooltool.complextypes.access.FormTab getAsValueObject(int Levels,
                                                                   org.schooltool.complextypes.access.FormTab SubclassValue)
                                                            throws java.rmi.RemoteException

beforeSaveCallback

private void beforeSaveCallback()