|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityRoleRefSetCtrl
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 |
---|
SecurityRoleRef add(SecurityRoleRef securityRoleRef)
securityRoleRef
- the security-role-ref to be added
SecurityRoleRef remove(java.lang.String name)
name
- the name of the SecurityRoleRef to be removed
void remove(SecurityRoleRef securityRoleRef)
securityRoleRef
- the SecurityRoleRef to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |