|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addAllInA(java.util.Collection pkbs)
It adds in the multivalued relation the bean A defined by the primary keys specified by the parameter. |
void |
addAllInAInNewTx(java.util.Collection pkbs)
It adds in the multivalued relation the beans A defined by the primary keys specified by the parameter. |
void |
addInA(java.lang.String pkb)
It adds in the multivalued relation the bean A defined by its primary key specified by the parameter. |
void |
addInAInNewTx(java.lang.String pkb)
It adds in the multivalued relation the bean A defined by its primary key specified by the parameter. |
void |
assignA(java.util.Collection c)
It replaces the referenced elements of the relation by the element of the collection specified. |
void |
assignAInNewTx(java.util.Collection c)
It replaces the referenced elements of the relation by the element of the collection specified. |
void |
clearA()
It clear the multivalued relation This method has the transactional attribut TX_SUPPORTS. |
void |
clearAInNewTx()
It clear the multivalued relation This method has the transactional attribut TX_REQUIRES_NEW. |
boolean |
containAllInA(java.util.Collection pkbs)
It returns true the multivalued relation contains all the bean A defined by the primary keys specified by the parameter. |
boolean |
containInA(java.lang.String pkb)
It returns true the multivalued relation contains the bean A defined by the primary key specified by the parameter. |
java.lang.String |
getId()
|
void |
m1()
|
void |
removeFromA(java.lang.String pkb)
It removes from the multivalued relation the bean A defined by its primary key specified by the parameter. |
void |
removeFromAInNewTx(java.lang.String pkb)
It removes from the multivalued relation the bean A defined by its primary key specified by the parameter. |
java.util.Collection |
retrieveA()
It returns the primary key of the referenced elements. |
java.util.Collection |
retrieveAInNewTx()
It returns the primary key of the referenced elements. |
Method Detail |
public java.lang.String getId() throws java.rmi.RemoteException
public void m1() throws java.rmi.RemoteException
public void assignA(java.util.Collection c) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a collection of the primary key of the bean 'A'. Then the
elements are java.lang.String objects.public void assignAInNewTx(java.util.Collection c) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a collection of the primary key of the bean 'A'. Then the
elements are java.lang.String objects.public java.util.Collection retrieveA() throws java.rmi.RemoteException
public java.util.Collection retrieveAInNewTx() throws java.rmi.RemoteException
public void addAllInA(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addAllInAInNewTx(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addInA(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addInAInNewTx(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromA(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromAInNewTx(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void clearA() throws java.rmi.RemoteException
public void clearAInNewTx() throws java.rmi.RemoteException
public boolean containAllInA(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public boolean containInA(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |