|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributedRoleBatchContainer
Interface AttributedRoleBatchCotnainer is a RoleBatchContainer that supports
attributes on an association.
Supported API: true
Extendable: false
| Nested Class Summary | |
|---|---|
static interface |
wt.container.batch.AttributedRoleBatchContainer.AssertionTarget
|
| Method Summary | |
|---|---|
boolean |
add(Object element,
Object attributeMap)
Adds the specified object and attribute map pair to this AttributedRoleBatchContainer. |
Enumeration |
attributeMaps()
Return an Enumeration over the attribute maps in this AttributedRoleBatchContainer. |
boolean |
contains(Object element,
Object attributeMap)
Determine if the object and attribute map pair is in this AttributedRoleBatchContainer. |
boolean |
populate(Enumeration a_Elements,
Enumeration a_AttributeMaps)
Operation to allow the pre-population of container elements. |
boolean |
populate(Object a_Element,
Object a_AttributeMap)
Operation to allow the pre-population of container elements. |
boolean |
remove(Object element,
Object attributeMap)
Removes the specified object and attribute map pair from this AttributedRoleBatchContainer. |
boolean |
replace(Object element,
Object attributeMap)
Used to indicate that an object and attribute map pair has changed. |
| Methods inherited from interface wt.container.batch.RoleBatchContainer |
|---|
getAssociationName, getFromObject, getRoleName |
| Methods inherited from interface wt.container.batch.BatchContainer |
|---|
add, contains, elements, populate, populate, remove, replace, size |
| Method Detail |
|---|
boolean add(Object element,
Object attributeMap)
element - the "other side" object in the associationattributeMap - a map of the association attribute names to their respective values
boolean remove(Object element,
Object attributeMap)
element - the "other side" object in the associationattributeMap - a map of the association attribute names to their respective values
boolean replace(Object element,
Object attributeMap)
element - the "other side" object in the associationattributeMap - a map of the association attribute names to their respective values
Enumeration attributeMaps()
boolean contains(Object element,
Object attributeMap)
element - the "other side" object in the associationattributeMap - a map of the association attribute names to their respective values
boolean populate(Object a_Element,
Object a_AttributeMap)
a_Element - the "other side" object in the associationa_AttributeMap - a map of the association attribute names to their respective values
boolean populate(Enumeration a_Elements,
Enumeration a_AttributeMaps)
a_Elements - the "other side" objects in the associationa_AttributeMaps - maps of the association attribute names (Strings) to their respective values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||