|
|
|
|
|
||||||||||
| 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.FilterMatchesEditor
public class FilterMatchesEditor
FilterMatches| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
FilterMatchesEditor()
|
|
| Method Summary | |
|---|---|
void |
createFilterMatch(Bundle bundle, ServiceRequest request)
creates a FilterMatches for a Filter specified
by parameter id within the request. |
void |
init(ConfigBean c)
initializes this controller. |
FilterMatchesEditorResult |
initEditor(Bundle bundle, ServiceRequest request)
starts the editing of a FilterMatches specified by parameter
id within the request. |
void |
loadFilterMatches(Bundle bundle, ServiceRequest request)
loads the requested FilterMatches of a Filter
specified by parameter id within the request. |
void |
loadFilterMatchesRules(Bundle bundle, ServiceRequest request)
loads the rules of a FilterMatches. |
FilterMatchesEditorResult |
loadPropertiesForRule(Bundle bundle, ServiceRequest request)
loads the properties of a FilterRule. |
void |
moveFilterMatch(Bundle bundle, ServiceRequest request)
moves a FilterMatches specified by parameter id within the
request of a Filter. |
void |
removeFilterMatch(Bundle bundle, ServiceRequest request)
removes a FilterMatches specified by parameter id within the
request from a Filter. |
void |
saveRulePropertiesForMatch(Bundle bundle, ServiceRequest request)
saves the properties for a FilterMatches. |
| 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 FilterMatchesEditor()
| Method Detail |
|---|
@RequireToken
@Action(value="loadFilterMatches", generate=true)
@Permission(value="viewFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void loadFilterMatches(Bundle bundle, ServiceRequest request)
FilterMatches of a Filter
specified by parameter id within the request.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="createFilterMatch", generate=true)
@Permission(value="editFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void createFilterMatch(Bundle bundle, ServiceRequest request)
FilterMatches for a Filter specified
by parameter id within the request.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="removeFilterMatch", generate=true)
@Permission(value="editFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void removeFilterMatch(Bundle bundle, ServiceRequest request)
FilterMatches specified by parameter id within the
request from a Filter.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="moveFilterMatch", generate=true)
@Permission(value="editFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void moveFilterMatch(Bundle bundle, ServiceRequest request)
FilterMatches specified by parameter id within the
request of a Filter.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="initFilterMatchEditor", generate=true)
@Permission(value="viewFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final FilterMatchesEditorResult initEditor(Bundle bundle, ServiceRequest request)
FilterMatches specified by parameter
id within the request.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="loadFilterMatchesRules", generate=true)
@Permission(value="viewFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void loadFilterMatchesRules(Bundle bundle, ServiceRequest request)
FilterMatches.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="loadPropertiesForRule", generate=true)
@Permission(value="viewFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final FilterMatchesEditorResult loadPropertiesForRule(Bundle bundle, ServiceRequest request)
FilterRule.
bundle - the current Bundlerequest - the current ServiceRequest
@RequireToken
@Action(value="saveRulePropertiesForMatch", generate=true)
@Permission(value="editFilterMatches")
@Groups(values={"FilterMatchesEditor","FilterEditor"})
public final void saveRulePropertiesForMatch(Bundle bundle, ServiceRequest request)
FilterMatches.
bundle - the current Bundlerequest - the current ServiceRequestpublic void init(ConfigBean c)
init in interface DeprecatedConfigurablec - the configuration-bean of this controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||