| |
|
| java.lang.Object org.apache.jetspeed.om.impl.SecurityRoleRefSetImpl
SecurityRoleRefSetImpl | public class SecurityRoleRefSetImpl implements SecurityRoleRefSet,SecurityRoleRefSetCtrl,Serializable(Code) | | SecurityRoleRefSetImpl
author: Scott T. Weaver version: $Id: SecurityRoleRefSetImpl.java 517121 2007-03-12 07:45:49Z ate $ |
SecurityRoleRefSetImpl | public SecurityRoleRefSetImpl()(Code) | | |
SecurityRoleRefSetImpl | public SecurityRoleRefSetImpl(Collection collection)(Code) | | |
add | public SecurityRoleRef add(String roleName, String roleLink, String description)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSetCtrl.add(java.lang.Stringjava.lang.Stringjava.lang.String) |
add | public SecurityRoleRef add(SecurityRoleRef securityRoleRef)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSetCtrl.add(org.apache.pluto.om.common.SecurityRoleRef) |
add | public SecurityRoleRef add(String roleName, String roleLink, DescriptionSet descriptions)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSetCtrl.add(java.lang.Stringjava.lang.Stringorg.apache.pluto.om.common.DescriptionSet) |
get | public SecurityRoleRef get(String name)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSet.get(java.lang.String) |
remove | public SecurityRoleRef remove(String name)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSetCtrl.remove(java.lang.String) |
remove | public void remove(SecurityRoleRef securityRoleRef)(Code) | | See Also: org.apache.pluto.om.common.SecurityRoleRefSetCtrl.remove(org.apache.pluto.om.common.SecurityRoleRef) |
setInnerCollection | public void setInnerCollection(Collection collection)(Code) | | Parameters: collection - |
|
|
|