arta.synergy.web.common.client.data.logs
Class SubjectsList

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

public class SubjectsList
extends java.util.ArrayList<SubjectItem>
implements java.io.Serializable

Created by IntelliJ IDEA. User: topa Date: 22.04.2010 Time: 12:37:19 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SubjectsList()
           
 
Method Summary
 boolean add(SubjectItem o)
           
 void removeUser(java.lang.String userID)
           
 void setRelType(java.lang.String userID, int relType)
           
 
Methods inherited from class java.util.ArrayList
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
 

Constructor Detail

SubjectsList

public SubjectsList()
Method Detail

add

public boolean add(SubjectItem o)
Specified by:
add in interface java.util.Collection<SubjectItem>
Specified by:
add in interface java.util.List<SubjectItem>
Overrides:
add in class java.util.ArrayList<SubjectItem>

setRelType

public void setRelType(java.lang.String userID,
                       int relType)

removeUser

public void removeUser(java.lang.String userID)


Copyright © 2000 Dummy Corp. All Rights Reserved.