|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.accesscontrol.admin.AccessControlEditorResult
public class AccessControlEditorResult
the Result of the AccessControlEditor.
Used to initialize the WEST-Panel within the pulse -web-site-administration.
| Constructor Summary | |
|---|---|
AccessControlEditorResult()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
this will deserialize the state of the JDOMable as a JDOM
Element. |
void |
setAttribute(AbstractAttribute<?> attr)
sets the attribute for the result. |
void |
setAttributeValue(AbstractValue<?> val)
sets the value for the result. |
void |
setCommmandMatcher(CommandMatcher cm)
sets the CommmandMatcher for the result. |
void |
setGroup(Group g)
sets the Group for the result. |
void |
setPermission(Permission p)
sets the Permission for the result. |
void |
setRole(AbstractAccessControlObject r)
sets the Role for the result. |
void |
setUser(User u)
sets the User for the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessControlEditorResult()
| Method Detail |
|---|
public final org.jdom.Element deserializeToJDOM()
JDOMableJDOMable as a JDOM
Element.
deserializeToJDOM in interface JDOMableResult of the AccessControlEditors
as ElementJDOMable.deserializeToJDOM()public final void setUser(User u)
User for the result.
u - the userpublic final void setRole(AbstractAccessControlObject r)
Role for the result.
r - the rolepublic final void setGroup(Group g)
Group for the result.
g - the grouppublic final void setCommmandMatcher(CommandMatcher cm)
CommmandMatcher for the result.
cm - the commandMatcherpublic final void setPermission(Permission p)
Permission for the result.
p - the permissionpublic final void setAttribute(AbstractAttribute<?> attr)
attr - the attribute to setpublic final void setAttributeValue(AbstractValue<?> val)
val - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||