|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface AttributedRoleBatchCotnainer is a RoleBatchContainer that supports
attributes on an association.
Supported API: true
Extendable: false
Nested Class Summary | |
static interface |
AttributedRoleBatchContainer.AssertionTarget
|
Field Summary |
Fields inherited from interface wt.container.batch.RoleBatchContainer |
ASSOCIATION_NAME, FROM_OBJECT, ROLE_NAME |
Fields inherited from interface wt.container.batch.BatchContainer |
ELEMENTS |
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 |
public 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
public 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
public 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
public Enumeration attributeMaps()
public 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
public 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
public 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 |