|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
assignA(java.lang.String pkA)
It replaces the referenced element of the relation by the element specified. |
void |
assignAInNewTx(java.lang.String pkA)
It replaces the referenced element of the relation by the element specified. |
boolean |
equalsRelA(java.lang.String pka)
It returns true if relation is the bean A defined by the primary key specified by the parameter. |
java.lang.String |
getId()
|
void |
m1()
|
java.lang.String |
retrieveA()
It returns the primary key of the referenced element. |
java.lang.String |
retrieveAInNewTx()
It returns the primary key of the referenced element. |
Method Detail |
public java.lang.String getId() throws java.rmi.RemoteException
public void assignA(java.lang.String pkA) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a primary key of the bean 'A' or null to clear the relation.public void assignAInNewTx(java.lang.String pkA) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a primary key of the bean 'A' or null to clear the relation.public java.lang.String retrieveA() throws java.rmi.RemoteException
public java.lang.String retrieveAInNewTx() throws java.rmi.RemoteException
public boolean equalsRelA(java.lang.String pka) throws javax.ejb.FinderException, java.rmi.RemoteException
public void m1() throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |