|
|
|
|
|
||||||||||
| 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.core.site.content.filter.admin.FilterContentEditor
public class FilterContentEditor
the edtior for a FilterContent.
FilterContent| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
FilterContentEditor()
|
|
| Method Summary | |
|---|---|
void |
addFilter(Bundle bundle, ServiceRequest request)
TODO. |
void |
copyContent(Bundle bundle, ServiceRequest request)
creates a copy of a FilterContent specified by parameter
"id" in request in a folder specified by parameter "toid" in request
using the locale of the folder. |
void |
init(ConfigBean c)
initializes the FilterContentEditor. |
FilterContentEditorResult |
initEditor(Bundle bundle, ServiceRequest request)
returns the initialized FilterContentEditor for a
Content which is determined by a given id in the request. |
FilterContentEditorResult |
loadFilter(Bundle bundle, ServiceRequest request)
loads the Filter of a FilterContent specified
by parameter "id". |
void |
removeFilter(Bundle bundle, ServiceRequest request)
removes the Filter from a FilterContent
specified by parameter "id". |
void |
saveContent(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the filter. |
| 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 FilterContentEditor()
| Method Detail |
|---|
@RequireToken @Action(value="initEditor", generate=true) @Permission(value="viewFilterContent") @Groups(values="FilterContentEditor") public final FilterContentEditorResult initEditor(Bundle bundle, ServiceRequest request)
FilterContentEditor for a
Content which is determined by a given id in the request.
bundle - the current Bundlerequest - the current ServiceRequest
FilterContentEditor@RequireToken @Action(value="saveContent", generate=true) @Permission(value="editFilterContent") @Groups(values="FilterContentEditor") public final void saveContent(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="copyContent", generate=true) @Permission(value="editFilterContent") @Groups(values="FilterContentEditor") public final void copyContent(Bundle bundle, ServiceRequest request)
FilterContent specified by parameter
"id" in request in a folder specified by parameter "toid" in request
using the locale of the folder.
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="filterContentAddFilter", generate=true) @Permission(value="editFilterContent") @Groups(values="FilterContentEditor") public final void addFilter(Bundle bundle, ServiceRequest request)
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="filterContentRemoveFilter", generate=true) @Permission(value="editFilterContent") @Groups(values="FilterContentEditor") public final void removeFilter(Bundle bundle, ServiceRequest request)
Filter from a FilterContent
specified by parameter "id".
bundle - the current Bundlerequest - the current ServiceRequest@RequireToken @Action(value="filterContentLoadFilter", generate=true) @Permission(value="viewFilterContent") @Groups(values="FilterContentEditor") public final FilterContentEditorResult loadFilter(Bundle bundle, ServiceRequest request)
Filter of a FilterContent specified
by parameter "id".
Used for reloads of the Filter-part of the
FilterContentEditor within the pulse-web-site-administration.
bundle - the current Bundlerequest - the current ServiceRequest
public void init(ConfigBean c)
FilterContentEditor.
init in interface DeprecatedConfigurablec - the ConfigBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||