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

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

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

Version:
$Id: SecurityRoleRefSetImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
See Also:
Serialized Form

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
See Also:
SecurityRoleRefSet.get(java.lang.String)

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
See Also:
SecurityRoleRefSetCtrl.add(org.apache.pluto.om.common.SecurityRoleRef)

remove

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

remove

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

add

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


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.