|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addAllInB(java.util.Collection pkbs)
It adds in the multivalued relation the bean B defined by the primary keys specified by the parameter. |
void |
addAllInBInNewTx(java.util.Collection pkbs)
It adds in the multivalued relation the beans B defined by the primary keys specified by the parameter. |
void |
addInB(java.lang.String pkb)
It adds in the multivalued relation the bean B defined by its primary key specified by the parameter. |
void |
addInBInNewTx(java.lang.String pkb)
It adds in the multivalued relation the bean B defined by its primary key specified by the parameter. |
void |
assignB(java.util.Collection c)
It replaces the referenced elements of the relation by the element of the collection specified. |
void |
assignBInNewTx(java.util.Collection c)
It replaces the referenced elements of the relation by the element of the collection specified. |
void |
clearB()
It clear the multivalued relation This method has the transactional attribut TX_SUPPORTS. |
void |
clearBInNewTx()
It clear the multivalued relation This method has the transactional attribut TX_REQUIRES_NEW. |
boolean |
containAllInB(java.util.Collection pkbs)
It returns true the multivalued relation contains all the bean B defined by the primary keys specified by the parameter. |
boolean |
containInB(java.lang.String pkb)
It returns true the multivalued relation contains the bean B defined by the primary key specified by the parameter. |
java.lang.String |
getId()
|
void |
removeFromB(java.lang.String pkb)
It removes from the multivalued relation the bean B defined by its primary key specified by the parameter. |
void |
removeFromBInNewTx(java.lang.String pkb)
It removes from the multivalued relation the bean B defined by its primary key specified by the parameter. |
java.util.Collection |
retrieveB()
It returns the primary key of the referenced elements. |
java.util.Collection |
retrieveBInNewTx()
It returns the primary key of the referenced elements. |
Method Detail |
public java.lang.String getId() throws java.rmi.RemoteException
public void assignB(java.util.Collection c) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a collection of the primary key of the bean 'B'. Then the
elements are java.lang.String objects.public void assignBInNewTx(java.util.Collection c) throws javax.ejb.FinderException, java.rmi.RemoteException
c
- is a collection of the primary key of the bean 'B'. Then the
elements are java.lang.String objects.public java.util.Collection retrieveB() throws java.rmi.RemoteException
public java.util.Collection retrieveBInNewTx() throws java.rmi.RemoteException
public void addAllInB(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addAllInBInNewTx(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addInB(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addInBInNewTx(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromB(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromBInNewTx(java.lang.String pkb) throws javax.ejb.FinderException, java.rmi.RemoteException
public void clearB() throws java.rmi.RemoteException
public void clearBInNewTx() throws java.rmi.RemoteException
public boolean containAllInB(java.util.Collection pkbs) throws javax.ejb.FinderException, java.rmi.RemoteException
public boolean containInB(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 |