org.apache.pluto.om.common
Interface SecurityRoleRefSetCtrl

All Superinterfaces:
Controller

public interface SecurityRoleRefSetCtrl
extends Controller

The SecurityRoleRefSetCtrl interface ...

This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.


Method Summary
 SecurityRoleRef add(SecurityRoleRef securityRoleRef)
          Adds a SecurityRoleRef to the set
 void remove(SecurityRoleRef securityRoleRef)
          Removes the given SecurityRoleRef from the set
 SecurityRoleRef remove(java.lang.String name)
          Removes the SecurityRoleRef with the given name from the set
 

Method Detail

add

SecurityRoleRef add(SecurityRoleRef securityRoleRef)
Adds a SecurityRoleRef to the set

Parameters:
securityRoleRef - the security-role-ref to be added
Returns:
the new SecurityRoleRef

remove

SecurityRoleRef remove(java.lang.String name)
Removes the SecurityRoleRef with the given name from the set

Parameters:
name - the name of the SecurityRoleRef to be removed
Returns:
the removed SecurityRoleRef

remove

void remove(SecurityRoleRef securityRoleRef)
Removes the given SecurityRoleRef from the set

Parameters:
securityRoleRef - the SecurityRoleRef to be removed


Copyright © 2003-2011 . All Rights Reserved.