|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MrRelationshipCollection
This is an extension to the Collection and Map interfaces for representing relationship collections in beans.
| Method Summary | |
|---|---|
void |
clear()
Changes all related beans to unrelated beans. |
Object |
clone()
Makes a deep copy of this relationship collection and all its associated metainformation. |
Set |
getRelatedKeys(Container container)
Gets the keys of the beans in this collection. |
Set |
getUnrelatedBeans(Container container)
Gets the unrelated beans which have been recently removed from this collection. |
Set |
resetRelatedKeys(Container container)
Synchronizes the related keys with the current beans in this collection. |
Set |
resetUnrelatedBeans(Container container)
Removes all references to unrelated beans. |
| Method Detail |
|---|
Set getRelatedKeys(Container container)
container - a container which knows the primary key getter method of the beans.
Set resetRelatedKeys(Container container)
container - a container which knows the primary key getter method of the beans.
Set getUnrelatedBeans(Container container)
Set resetUnrelatedBeans(Container container)
void clear()
Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||