|
|||||||||
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(APK pka)
It adds in the multivalued relation the bean A defined by its primary key specified by the parameter. |
void |
addInAInNewTx(APK pka)
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(APK pka)
It returns true the multivalued relation contains the bean A defined by the primary key specified by the parameter. |
BPK |
getId()
|
void |
m1()
|
void |
removeFromA(APK pka)
It removes from the multivalued relation the bean A defined by its primary key specified by the parameter. |
void |
removeFromAInNewTx(APK pka)
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 BPK 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(APK pka) throws javax.ejb.FinderException, java.rmi.RemoteException
public void addInAInNewTx(APK pka) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromA(APK pka) throws javax.ejb.FinderException, java.rmi.RemoteException
public void removeFromAInNewTx(APK pka) 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(APK pka) throws javax.ejb.FinderException, java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |