|
|||||||||||
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
Supported API: true
Extendable: false
Nested Class Summary | |
protected static class |
AttributedRoleBatchContainerImpl.AssertionTargetImpl
|
Nested classes inherited from class wt.container.batch.AttributedRoleBatchContainer |
AttributedRoleBatchContainer.AssertionTarget |
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.container.batch.impl.RoleBatchContainerImpl |
|
Fields inherited from class wt.container.batch.impl.BatchContainerImpl |
|
Fields inherited from interface wt.container.batch.RoleBatchContainer |
ASSOCIATION_NAME, FROM_OBJECT, ROLE_NAME |
Fields inherited from interface wt.container.batch.BatchContainer |
ELEMENTS |
Constructor Summary | |
AttributedRoleBatchContainerImpl(TransactionContainer txnContainer,
String assocName,
String roleName,
Object fromObject)
Supported API: false |
Method Summary | |
boolean |
add(Object element)
Supported API: false |
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)
Supported API: false |
boolean |
contains(Object element,
Object attributeMap)
Determine if the object and attribute map pair is in this AttributedRoleBatchContainer. |
Enumeration |
elements()
Supported API: false |
boolean |
populate(Enumeration a_Elements)
Supported API: false |
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)
Supported API: false |
boolean |
remove(Object element,
Object attributeMap)
Removes the specified object and attribute map pair from this AttributedRoleBatchContainer. |
boolean |
replace(Object element)
Supported API: false |
boolean |
replace(Object element,
Object attributeMap)
Used to indicate that an object and attribute map pair has changed. |
String |
toString()
|
private String |
toString(Object obj)
|
Methods inherited from class wt.container.batch.impl.RoleBatchContainerImpl |
getAssociationName, getFromObject, getRoleName |
Methods inherited from class wt.container.batch.impl.BatchContainerImpl |
clearAll, size |
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public AttributedRoleBatchContainerImpl(TransactionContainer txnContainer, String assocName, String roleName, Object fromObject)
txnContainer
- assocName
- roleName
- fromObject
- Method Detail |
public boolean add(Object element)
add
in interface BatchContainer
add
in class BatchContainerImpl
element
-
public boolean remove(Object element)
remove
in interface BatchContainer
remove
in class BatchContainerImpl
element
-
public boolean replace(Object element)
replace
in interface BatchContainer
replace
in class BatchContainerImpl
element
-
public Enumeration elements()
elements
in interface BatchContainer
elements
in class BatchContainerImpl
public boolean contains(Object element)
contains
in interface BatchContainer
contains
in class BatchContainerImpl
element
-
public boolean populate(Enumeration a_Elements)
populate
in interface BatchContainer
populate
in class BatchContainerImpl
a_Elements
-
public boolean populate(Object a_Element)
populate
in interface BatchContainer
populate
in class BatchContainerImpl
a_Element
-
public boolean add(Object element, Object attributeMap)
add
in interface AttributedRoleBatchContainer
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)
remove
in interface AttributedRoleBatchContainer
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)
replace
in interface AttributedRoleBatchContainer
element
- 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 AttributedRoleBatchContainer
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)
populate
in interface AttributedRoleBatchContainer
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)
populate
in interface AttributedRoleBatchContainer
a_Elements
- the "other side" objects in the associationa_AttributeMaps
- maps of the association attribute names (Strings) to their respective values
public String toString()
private String toString(Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |