org.apache.cocoon.portal.pluto.om.common
Class SecurityRoleRefSetImpl

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.SecurityRoleRefSetImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, org.apache.pluto.om.common.SecurityRoleRefSet, org.apache.pluto.om.common.SecurityRoleRefSetCtrl, org.apache.pluto.om.Controller, org.apache.pluto.om.Model

public class SecurityRoleRefSetImpl
extends HashSet
implements org.apache.pluto.om.common.SecurityRoleRefSet, org.apache.pluto.om.common.SecurityRoleRefSetCtrl, Serializable

Version:
CVS $Id: SecurityRoleRefSetImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Nested Class Summary
static class SecurityRoleRefSetImpl.Unmodifiable
           
 
Constructor Summary
SecurityRoleRefSetImpl()
           
 
Method Summary
 org.apache.pluto.om.common.SecurityRoleRef add(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
           
 org.apache.pluto.om.common.SecurityRoleRef add(String roleName, String roleLink, org.apache.pluto.om.common.DescriptionSet descriptions)
           
 org.apache.pluto.om.common.SecurityRoleRef get(String roleName)
           
 void remove(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
           
 org.apache.pluto.om.common.SecurityRoleRef remove(String roleName)
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

SecurityRoleRefSetImpl

public SecurityRoleRefSetImpl()
Method Detail

get

public org.apache.pluto.om.common.SecurityRoleRef get(String roleName)
Specified by:
get in interface org.apache.pluto.om.common.SecurityRoleRefSet

add

public org.apache.pluto.om.common.SecurityRoleRef add(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
Specified by:
add in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl

remove

public org.apache.pluto.om.common.SecurityRoleRef remove(String roleName)
Specified by:
remove in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl

remove

public void remove(org.apache.pluto.om.common.SecurityRoleRef securityRoleRef)
Specified by:
remove in interface org.apache.pluto.om.common.SecurityRoleRefSetCtrl

add

public org.apache.pluto.om.common.SecurityRoleRef add(String roleName,
                                                      String roleLink,
                                                      org.apache.pluto.om.common.DescriptionSet descriptions)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.