blob: a202795ea262de6b9260ce5fab8bd94acaaca20e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sat Sep 20 17:22:59 FET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ToManyList (Cayenne Documentation 3.1 API)</title>
<meta name="date" content="2014-09-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ToManyList (Cayenne Documentation 3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ToManyList.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cayenne/access/ResultIterator.html" title="interface in org.apache.cayenne.access"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cayenne/access/ToManyListFault.html" title="class in org.apache.cayenne.access"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cayenne/access/ToManyList.html" target="_top">Frames</a></li>
<li><a href="ToManyList.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.apache.cayenne.util.PersistentObjectList">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cayenne.access</div>
<h2 title="Class ToManyList" class="title">Class ToManyList</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cayenne/util/RelationshipFault.html" title="class in org.apache.cayenne.util">org.apache.cayenne.util.RelationshipFault</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">org.apache.cayenne.util.PersistentObjectList</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cayenne.access.ToManyList</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectCollection.html" title="interface in org.apache.cayenne.util">PersistentObjectCollection</a>, <a href="../../../../org/apache/cayenne/ValueHolder.html" title="interface in org.apache.cayenne">ValueHolder</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">ToManyList</span>
extends <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a>
implements <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
<div class="block">A list that holds objects for to-many relationships. All operations, except for
resolving the list from DB, are not synchronized. The safest way to implement custom
synchronization is to synchronize on parent ObjectStore.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.apache.cayenne.access.ToManyList">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.cayenne.util.PersistentObjectList">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.util.<a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></h3>
<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#addedToUnresolved">addedToUnresolved</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#objectList">objectList</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#removedFromUnresolved">removedFromUnresolved</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.cayenne.util.RelationshipFault">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.util.<a href="../../../../org/apache/cayenne/util/RelationshipFault.html" title="class in org.apache.cayenne.util">RelationshipFault</a></h3>
<code><a href="../../../../org/apache/cayenne/util/RelationshipFault.html#relationshipName">relationshipName</a>, <a href="../../../../org/apache/cayenne/util/RelationshipFault.html#relationshipOwner">relationshipOwner</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#ToManyList(org.apache.cayenne.Persistent,%20java.lang.String)">ToManyList</a></strong>(<a href="../../../../org/apache/cayenne/Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&nbsp;source,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;relationship)</code>
<div class="block">Creates ToManyList.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#postprocessAdd(java.util.Collection)">postprocessAdd</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;collection)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#postprocessAdd(java.lang.Object)">postprocessAdd</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;addedObject)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#postprocessRemove(java.util.Collection)">postprocessRemove</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;collection)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#postprocessRemove(java.lang.Object)">postprocessRemove</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removedObject)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#shouldAddToRemovedFromUnresolvedList(java.lang.Object)">shouldAddToRemovedFromUnresolvedList</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#toString()">toString</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/access/ToManyList.html#updateReverse(java.util.List)">updateReverse</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;resolved)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cayenne.util.PersistentObjectList">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.util.<a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></h3>
<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#add(int,%20java.lang.Object)">add</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#add(java.lang.Object)">add</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#addAll(java.util.Collection)">addAll</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#addAll(int,%20java.util.Collection)">addAll</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#addDirectly(java.lang.Object)">addDirectly</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#addLocal(java.lang.Object)">addLocal</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#clear()">clear</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#clearLocalChanges()">clearLocalChanges</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#contains(java.lang.Object)">contains</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#containsAll(java.util.Collection)">containsAll</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#get(int)">get</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#getValue()">getValue</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#getValueDirectly()">getValueDirectly</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#indexOf(java.lang.Object)">indexOf</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#invalidate()">invalidate</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#isEmpty()">isEmpty</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#isFault()">isFault</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#iterator()">iterator</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#lastIndexOf(java.lang.Object)">lastIndexOf</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#listIterator()">listIterator</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#listIterator(int)">listIterator</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#mergeLocalChanges(java.util.List)">mergeLocalChanges</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#remove(int)">remove</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#remove(java.lang.Object)">remove</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#removeAll(java.util.Collection)">removeAll</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#removeDirectly(java.lang.Object)">removeDirectly</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#removeLocal(java.lang.Object)">removeLocal</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#resolvedObjectList()">resolvedObjectList</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#retainAll(java.util.Collection)">retainAll</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#set(int,%20java.lang.Object)">set</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#setObjectList(java.util.List)">setObjectList</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#setValue(java.lang.Object)">setValue</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#setValueDirectly(java.lang.Object)">setValueDirectly</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#size()">size</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#subList(int,%20int)">subList</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#toArray()">toArray</a>, <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#toArray(java.lang.Object[])">toArray</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cayenne.util.RelationshipFault">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.util.<a href="../../../../org/apache/cayenne/util/RelationshipFault.html" title="class in org.apache.cayenne.util">RelationshipFault</a></h3>
<code><a href="../../../../org/apache/cayenne/util/RelationshipFault.html#getRelationshipName()">getRelationshipName</a>, <a href="../../../../org/apache/cayenne/util/RelationshipFault.html#getRelationshipOwner()">getRelationshipOwner</a>, <a href="../../../../org/apache/cayenne/util/RelationshipFault.html#isTransientParent()">isTransientParent</a>, <a href="../../../../org/apache/cayenne/util/RelationshipFault.html#isUncommittedParent()">isUncommittedParent</a>, <a href="../../../../org/apache/cayenne/util/RelationshipFault.html#resolveFromDB()">resolveFromDB</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ToManyList(org.apache.cayenne.Persistent, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ToManyList</h4>
<pre>public&nbsp;ToManyList(<a href="../../../../org/apache/cayenne/Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&nbsp;source,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;relationship)</pre>
<div class="block">Creates ToManyList.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.1</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#hashCode()">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="shouldAddToRemovedFromUnresolvedList(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shouldAddToRemovedFromUnresolvedList</h4>
<pre>protected&nbsp;boolean&nbsp;shouldAddToRemovedFromUnresolvedList(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#shouldAddToRemovedFromUnresolvedList(java.lang.Object)">shouldAddToRemovedFromUnresolvedList</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>whether object should be added to <a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#removedFromUnresolved"><code>PersistentObjectList.removedFromUnresolved</code></a> during
removal</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="postprocessAdd(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>postprocessAdd</h4>
<pre>protected&nbsp;void&nbsp;postprocessAdd(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;collection)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#postprocessAdd(java.util.Collection)">postprocessAdd</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="postprocessRemove(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>postprocessRemove</h4>
<pre>protected&nbsp;void&nbsp;postprocessRemove(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;collection)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#postprocessRemove(java.util.Collection)">postprocessRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="postprocessAdd(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>postprocessAdd</h4>
<pre>protected&nbsp;void&nbsp;postprocessAdd(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;addedObject)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#postprocessAdd(java.lang.Object)">postprocessAdd</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="postprocessRemove(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>postprocessRemove</h4>
<pre>protected&nbsp;void&nbsp;postprocessRemove(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removedObject)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html#postprocessRemove(java.lang.Object)">postprocessRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/PersistentObjectList.html" title="class in org.apache.cayenne.util">PersistentObjectList</a></code></dd>
</dl>
</li>
</ul>
<a name="updateReverse(java.util.List)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>updateReverse</h4>
<pre>protected&nbsp;void&nbsp;updateReverse(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;resolved)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cayenne/util/RelationshipFault.html#updateReverse(java.util.List)">updateReverse</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cayenne/util/RelationshipFault.html" title="class in org.apache.cayenne.util">RelationshipFault</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ToManyList.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cayenne/access/ResultIterator.html" title="interface in org.apache.cayenne.access"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cayenne/access/ToManyListFault.html" title="class in org.apache.cayenne.access"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cayenne/access/ToManyList.html" target="_top">Frames</a></li>
<li><a href="ToManyList.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.apache.cayenne.util.PersistentObjectList">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</body>
</html>