|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.accesscontrol.UserSelfEditControllerResult
public class UserSelfEditControllerResult
the Result of the UserSelfEditController.
| Constructor Summary | |
|---|---|
UserSelfEditControllerResult()
|
|
| Method Summary | |
|---|---|
void |
addAddedTriggeredRole(Role role)
Adds the passed Role to the added triggered
Roles for the result. |
void |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
adds a attribute to the root-container of this result. |
void |
addError(java.lang.String e)
adds a new error-identifier to the errors of the result. |
void |
addRemovedTriggeredRole(Role role)
Adds the passed Role to the removed triggered
Roles for the result. |
org.jdom.Element |
deserializeToJDOM()
returns the result- Element of the
UserSelfEditController. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSelfEditControllerResult()
| Method Detail |
|---|
public org.jdom.Element deserializeToJDOM()
Element of the
UserSelfEditController.
deserializeToJDOM in interface JDOMableElement of the
UserSelfEditControllerJDOMable.deserializeToJDOM()
public final void addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - the name of the attributeattributeValue - the value of the attributepublic final void addError(java.lang.String e)
e - the error-identifierpublic final void addAddedTriggeredRole(Role role)
Role to the added triggered
Roles for the result.
role - the Role to addpublic final void addRemovedTriggeredRole(Role role)
Role to the removed triggered
Roles for the result.
role - the Role to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||