|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.container.batch.impl.BatchContainerImpl
wt.container.batch.impl.RoleBatchContainerImpl
wt.container.batch.impl.AttributedRoleBatchContainerImpl
public class AttributedRoleBatchContainerImpl
Supported API: true
Extendable: false
| Nested Class Summary | |
|---|---|
protected static class |
wt.container.batch.impl.AttributedRoleBatchContainerImpl.AssertionTargetImpl
|
| Nested classes/interfaces inherited from interface wt.container.batch.AttributedRoleBatchContainer |
|---|
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)
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface wt.container.batch.RoleBatchContainer |
|---|
getAssociationName, getFromObject, getRoleName |
| Methods inherited from interface wt.container.batch.BatchContainer |
|---|
size |
| Method Detail |
|---|
public boolean populate(Object a_Element)
populate in interface BatchContainerpopulate in class wt.container.batch.impl.BatchContainerImpla_Element -
public boolean add(Object element,
Object attributeMap)
add in interface AttributedRoleBatchContainerelement - 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)
remove in interface AttributedRoleBatchContainerelement - 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)
replace in interface AttributedRoleBatchContainerelement - the "other side" object in the associationattributeMap - a map of the association attribute names to their respective values
public Enumeration attributeMaps()
attributeMaps in interface AttributedRoleBatchContainer
public boolean contains(Object element,
Object attributeMap)
contains in interface AttributedRoleBatchContainerelement - 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)
populate in interface AttributedRoleBatchContainera_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)
populate in interface AttributedRoleBatchContainera_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 | ||||||||