arta.synergy.web.common.client.data.bp.docflow
Class DocTypeList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<DocType>
              extended by arta.synergy.web.common.client.data.bp.docflow.DocTypeList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DocType>, java.util.Collection<DocType>, java.util.List<DocType>, java.util.RandomAccess

public class DocTypeList
extends java.util.ArrayList<DocType>
implements java.io.Serializable

Created by IntelliJ IDEA. User: exile Date: 31.08.2011 Time: 14:37:59 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 java.util.HashMap<java.lang.String,DocType> absentDocTypes
           
 DocTypeSearchParams params
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DocTypeList()
           
 
Method Summary
 void addAbsentDocType(DocType docType)
           
 DocType getDocType(java.lang.String docTypeID)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

params

public DocTypeSearchParams params

absentDocTypes

public java.util.HashMap<java.lang.String,DocType> absentDocTypes
Constructor Detail

DocTypeList

public DocTypeList()
Method Detail

getDocType

public DocType getDocType(java.lang.String docTypeID)

addAbsentDocType

public void addAbsentDocType(DocType docType)


Copyright © 2000 Dummy Corp. All Rights Reserved.