|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.component.util.admin.Editor
org.torweg.pulse.component.util.representative.admin.RepresentativeEditor
public class RepresentativeEditor
The main editor for the pulse website-administration of the
Representative utility package.
| Nested Class Summary | |
|---|---|
static class |
RepresentativeEditor.Error
The Error-codes of the RepresentativeEditor. |
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
RepresentativeEditor()
|
|
| Method Summary | |
|---|---|
void |
deleteRepresentative(Bundle bundle, ServiceRequest request)
Deletes a Representative. |
void |
initialize(RepresentativeEditorConfiguration conf)
Initialises the Configuration with the given
Configuration. |
RepresentativeEditorResult |
initRepresentativeEditor(Bundle bundle, ServiceRequest request)
Initialises the representative-editor-window of the pulse website-administration. |
RepresentativeEditorResult |
initRepresentativesEditor(Bundle bundle, ServiceRequest request)
Initialises the representative(-overview)-editor of the pulse website-administration. |
void |
loadRepresentative(ServiceRequest request)
Loads a Representative. |
void |
loadRepresentatives(Bundle bundle, ServiceRequest request)
Loads the Representatives. |
void |
saveRepresentative(Bundle bundle, ServiceRequest request)
Saves a Representative - either during creation or during
editing. |
| Methods inherited from class org.torweg.pulse.component.util.admin.Editor |
|---|
getValueFromCommand |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepresentativeEditor()
| Method Detail |
|---|
@RequireToken @Action(value="initRepresentativesEditor", generate=true) @Permission(value="initRepresentativesEditor") @Groups(values="RepresentativeAdministrator") public final RepresentativeEditorResult initRepresentativesEditor(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest
RepresentativeEditorResult@RequireToken @Action(value="initRepresentativeEditor", generate=true) @Permission(value="initRepresentativeEditor") @Groups(values="RepresentativeAdministrator") public final RepresentativeEditorResult initRepresentativeEditor(Bundle bundle, ServiceRequest request)
bundle - the current Bundle.request - the current ServiceRequest.
RepresentativeEditorResult.@RequireToken @Action(value="loadRepresentatives", generate=true) @Permission(value="loadRepresentatives") @Groups(values="RepresentativeAdministrator") public final void loadRepresentatives(Bundle bundle, ServiceRequest request)
Representatives.
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="loadRepresentative", generate=true) @Permission(value="loadRepresentative") @Groups(values="RepresentativeAdministrator") public final void loadRepresentative(ServiceRequest request)
Representative.
request - the current ServiceRequest@RequireToken @Action(value="deleteRepresentative", generate=true) @Permission(value="deleteRepresentative") @Groups(values="RepresentativeAdministrator") public final void deleteRepresentative(Bundle bundle, ServiceRequest request)
Representative.
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="saveRepresentative", generate=true) @Permission(value="saveRepresentative") @Groups(values="RepresentativeAdministrator") public final void saveRepresentative(Bundle bundle, ServiceRequest request)
Representative - either during creation or during
editing.
bundle - the current Bundle.request - the current ServiceRequest.public final void initialize(RepresentativeEditorConfiguration conf)
Configuration with the given
Configuration.
initialize in interface Configurable<RepresentativeEditorConfiguration>conf - the Configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||