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.
Modifier and Type | Method and Description |
---|---|
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
|
SecurityRoleRef add(SecurityRoleRef securityRoleRef)
securityRoleRef
- the security-role-ref to be addedSecurityRoleRef remove(java.lang.String name)
name
- the name of the SecurityRoleRef to be removedvoid remove(SecurityRoleRef securityRoleRef)
securityRoleRef
- the SecurityRoleRef to be removedCopyright © 2003-2013 . All Rights Reserved.