|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.torweg.pulse.bundle | contains the basic classes which make up a Bundle in the pulse container. |
| org.torweg.pulse.component.cms | is the content management bundle. |
| org.torweg.pulse.component.cms.admin | contains the components to integrate the CMS into the website's administration. |
| org.torweg.pulse.component.core | is the core component bundle. |
| org.torweg.pulse.component.core.accesscontrol | is the user and rights administration. |
| org.torweg.pulse.component.core.accesscontrol.admin | is the user and rights administration. |
| org.torweg.pulse.component.core.accesscontrol.attributes.admin | administrative controllers for attributes. |
| org.torweg.pulse.component.core.accesscontrol.vfs.admin | administrative controllers for virtual file system's rights management. |
| org.torweg.pulse.component.core.adminui | Controllers for integral parts of the administrative
user interface. |
| org.torweg.pulse.component.core.contentregistry | Controllers for working with the ContentRegistry
and with content's which extend AbstractBasicContent. |
| org.torweg.pulse.component.core.site | is the view administration. |
| org.torweg.pulse.component.core.site.content | TODO: explain |
| org.torweg.pulse.component.core.site.content.filter | Controllers for displaying FilterContent. |
| org.torweg.pulse.component.core.site.content.filter.admin | contains the components to integrate Filters and FilterContents
into the website's administration. |
| org.torweg.pulse.component.core.site.map | is the sitemap administration. |
| org.torweg.pulse.component.core.site.search | TODO: explain |
| org.torweg.pulse.component.core.site.view | Controllers for the administration of Views. |
| org.torweg.pulse.component.core.system | system utilities. |
| org.torweg.pulse.component.shop | is dependent upon the Store bundle (org.torweg.pulse.component.store). |
| org.torweg.pulse.component.shop.admin | all editors of the pulse-website-administration for the shop can be found within this package. |
| org.torweg.pulse.component.shop.checkout | |
| org.torweg.pulse.component.shop.util | Contains utilities for the shop. |
| org.torweg.pulse.component.statistics | Contains the controller for the recording of the statistical datathe job for aggregating the recorded datathe job for sending an report email based on the aggregated data. |
| org.torweg.pulse.component.statistics.user | Contains the controller(s) required for displaying the statistical information about Users. |
| org.torweg.pulse.component.statistics.view | Contains the controllers for initialising the statistics west panel within the website administration UI displaying the statistical information within the pulse website administration UIgenerating statistical reports. |
| org.torweg.pulse.component.store | is the e-store bundle. |
| org.torweg.pulse.component.store.admin | contains the components to integrate the Store into the website's administration. |
| org.torweg.pulse.component.survey | contains the main controller including its configuration and result used by the survey bundle. |
| org.torweg.pulse.component.util.admin | Contains basic utility controllers/configurations for use within the pulse website-administration. |
| org.torweg.pulse.component.util.admin.cleanup | Contains basic utility controllers/configurations to perform clean-ups in the pulse administration. |
| org.torweg.pulse.component.util.representative | Contains the RepresentativeDisplayer. |
| org.torweg.pulse.component.util.representative.admin | Contains the main-controller for the pulse-website-administration of the utility representative-package. |
| org.torweg.pulse.component.util.retailer.admin | Contains the main-controller for the pulse-website-administration of the utility retailer-package. |
| org.torweg.pulse.component.util.vfs | TODO: explain |
| org.torweg.pulse.site.content.admin | Contains the basic controllers, configurations, and results to work with content. |
| Uses of Action in org.torweg.pulse.bundle |
|---|
| Methods in org.torweg.pulse.bundle that return Action | |
|---|---|
Action |
ControllerMethodConfiguration.getActionAnnotation()
|
| Uses of Action in org.torweg.pulse.component.cms |
|---|
| Methods in org.torweg.pulse.component.cms with annotations of type Action | |
|---|---|
CMSContentDisplayerResult |
CMSContentDisplayer.display(ServiceRequest request)
loads a given CMSContent, either by the Command 's
sitemapID (see: Command.getSitemapID()) or by the
<em>contentId</em> Parameter, while the <em>contentId</em> Parameter takes precedence over the Command's sitemapId. |
java.lang.Object |
CMSFormProcessor.processForm(Bundle bundle, ServiceRequest request)
processes the request. |
CMSContentDisplayerResult |
CMSFormMailer.sendMail(ServiceRequest request)
processes the request. |
| Uses of Action in org.torweg.pulse.component.cms.admin |
|---|
| Methods in org.torweg.pulse.component.cms.admin with annotations of type Action | |
|---|---|
void |
CMSContentEditor.copyContent(Bundle bundle, ServiceRequest request)
creates a copy of a CMSContent specified by parameter "id" in
request in a folder specified by parameter "toid" in request using the
locale of the folder. |
RegistryEditorResult |
CMSContentRegistryEditor.create(Bundle bundle, ServiceRequest request)
starts create-new-( CMSContent, ContentFolder
)-editor. |
void |
CMSContentRegistryEditor.createCMSContent(Bundle bundle, ServiceRequest request)
creates and saves a new CMSContent. |
void |
CMSPageEditor.deletePage(Bundle bundle, ServiceRequest request)
deletes a given page from the current content. |
FCKEditorResult |
CMSPageEditor.initEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the page determined by the request. |
CMSContentEditorResult |
CMSContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialized CMSContentEditor for a Content
which is determined by a given id in the request. |
CMSPageEditorResult |
CMSPageEditor.loadPage(Bundle bundle, ServiceRequest request)
loads/returns the contents of a specific page. |
Result |
CMSContentEditor.loadPages(Bundle bundle, ServiceRequest request)
returns the initialized pages-panel of the current content. |
void |
CMSContentEditor.pageToSummary(Bundle bundle, ServiceRequest request)
sets a given page as summary of the current content. |
void |
CMSContentEditor.saveContent(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the page-order. |
void |
CMSPageEditor.savePage(Bundle bundle, ServiceRequest request)
saves either existing or creates a new page for the current content. |
| Uses of Action in org.torweg.pulse.component.core |
|---|
| Methods in org.torweg.pulse.component.core with annotations of type Action | |
|---|---|
java.lang.Object |
LocalizationLocator.findLocalization(ServiceRequest request)
tries to find a matching localisation for the SitemapNode defined
in the Command. |
void |
UploadProgressCheck.getProgress(ServiceRequest request)
returns the state of the requested UploadProgressCheck as a
JSON result. |
void |
HomepageRedirector.goToHomepage(HomepageRedirector.GoToHomepageRequest bean)
redirects to the first visible SitemapNode in the current
Locale. |
| Uses of Action in org.torweg.pulse.component.core.accesscontrol |
|---|
| Methods in org.torweg.pulse.component.core.accesscontrol with annotations of type Action | |
|---|---|
UserSelfEditControllerResult |
UserSelfEditController.initEditor(Bundle bundle, ServiceRequest request)
starts the self-edit-process. |
SignUpControllerResult |
SignUpController.resetPassword(Bundle bundle, ServiceRequest request)
produces the reset-password screen. |
UserSelfEditControllerResult |
UserSelfEditController.saveEditor(Bundle bundle, ServiceRequest request)
saves changes made by the User during the self-edit-process. |
java.lang.Object |
UserSelfEditController.saveEmailChange(Bundle bundle, ServiceRequest request)
final step of the change-email-process. |
SignUpControllerResult |
SignUpController.signUp(Bundle bundle, ServiceRequest request)
starts the sign-up-process. |
SignUpControllerResult |
SignUpController.signUpActivate(Bundle bundle, ServiceRequest request)
starts the sign-up-process. |
SignUpControllerResult |
SignUpController.signUpResetPassword(Bundle bundle, ServiceRequest request)
starts the reset-password-process. |
UserSelfEditControllerResult |
UserSelfEditController.userChangeEmail(Bundle bundle, ServiceRequest request)
starts the change-email-process for a logged-in User. |
UserSelfEditControllerResult |
UserSelfEditController.userChangePassword(Bundle bundle, ServiceRequest request)
starts / saves the change-password-process for a logged-in User. |
| Uses of Action in org.torweg.pulse.component.core.accesscontrol.admin |
|---|
| Methods in org.torweg.pulse.component.core.accesscontrol.admin with annotations of type Action | |
|---|---|
void |
UserEditor.changePassword(Bundle bundle, ServiceRequest request)
sets a new password for a User within the pulse
-web-site-administration. |
void |
CommandMatcherEditor.createCommandMatcher(Bundle bundle, ServiceRequest request)
creates a new CommandMatcher for a Permission. |
void |
GroupEditor.createGroup(Bundle bundle, ServiceRequest request)
creates a new Group within the access-control of the
pulse-web-site-administration. |
void |
PermissionEditor.createPermission(Bundle bundle, ServiceRequest request)
creates a new Permission within the access-control of the
pulse-web-site-administration. |
void |
RoleEditor.createRole(Bundle bundle, ServiceRequest request)
creates a new Role within the access-control of the
pulse-web-site-administration. |
void |
UserEditor.createUser(Bundle bundle, ServiceRequest request)
creates a new User within the access-control of the
pulse-web-site-administration. |
void |
CommandMatcherEditor.deleteCommandMatcher(Bundle bundle, ServiceRequest request)
removes a CommandMatcher/CommandMatchers from a
Permission. |
void |
GroupEditor.deleteGroup(Bundle bundle, ServiceRequest request)
removes a Group from the access-control of the pulse
-web-site-administration. |
void |
PermissionEditor.deletePermission(Bundle bundle, ServiceRequest request)
removes a Permission from the access-control of the
pulse-web-site-administration. |
void |
RoleEditor.deleteRole(Bundle bundle, ServiceRequest request)
removes a Role from the access-control of the pulse
-web-site-administration. |
void |
UserEditor.deleteUser(Bundle bundle, ServiceRequest request)
saves value changes for a User of the access-control of the
pulse-web-site-administration. |
AccessControlEditorResult |
AccessControlEditor.initAccessControl(Bundle bundle, ServiceRequest request)
Initializes the WEST-Panel within the pulse -web-site-administration. |
AccessControlEditorResult |
UserEditor.initEditor(Bundle bundle, ServiceRequest request)
Initializes the editor for a User within the pulse
-web-site-administration. |
AccessControlEditorResult |
RoleEditor.initEditor(Bundle bundle, ServiceRequest request)
Initializes the editor for a Role within the pulse
-web-site-administration. |
AccessControlEditorResult |
PermissionEditor.initEditor(Bundle bundle, ServiceRequest request)
Initializes the editor for a Permission within the pulse
-web-site-administration. |
AccessControlEditorResult |
GroupEditor.initEditor(Bundle bundle, ServiceRequest request)
Initializes the editor for a Group within the pulse
-web-site-administration. |
AccessControlEditorResult |
CommandMatcherEditor.initEditor(Bundle bundle, ServiceRequest request)
loads a CommandMatcher specified by request-parameter "id" for
the initialization of the command-matcher-editor-window within
pulse-web-site-administration. |
Result |
UserEditor.initOverview(Bundle bundle, ServiceRequest request)
initializes the User-overview-grid within the pulse
-web-site-administration. |
AccessControlEditorResult |
RoleEditor.initOverview(Bundle bundle, ServiceRequest request)
initializes the Role-overview-grid within the pulse
-web-site-administration. |
AccessControlEditorResult |
PermissionEditor.initOverview(Bundle bundle, ServiceRequest request)
initializes the Permission-overview-grid within the
pulse-web-site-administration. |
AccessControlEditorResult |
GroupEditor.initOverview(Bundle bundle, ServiceRequest request)
initializes the Group-overview-grid within the pulse
-web-site-administration. |
Result |
UserEditor.loadAttribute(Bundle bundle, ServiceRequest request)
loads an attribute for the users' attribute-editor and the the attribute-values for the user. |
java.lang.Object |
CommandMatcherEditor.loadCommandMatchersOverviewGrid(Bundle bundle, ServiceRequest request)
loads the grid for the command-matcher-overview for a Permission
specified by request-parameter "id" within the permission-editor of the
pulse-web-site-administration. |
Result |
UserEditor.loadGrid(Bundle bundle, ServiceRequest request)
loads the data for the User-overview-grid within the
pulse-web-site-administration. |
void |
RoleEditor.loadGrid(Bundle bundle, ServiceRequest request)
loads the data for the Role-overview-grid within the
pulse-web-site-administration. |
java.lang.Object |
PermissionEditor.loadGrid(Bundle bundle, ServiceRequest request)
loads the data for the Permission-overview-grid within the
pulse-web-site-administration. |
java.lang.Object |
GroupEditor.loadGrid(Bundle bundle, ServiceRequest request)
loads the data for the Group-overview-grid within the
pulse-web-site-administration. |
void |
UserEditor.loadGroups(Bundle bundle, ServiceRequest request)
loads the Groups of a User specified by
request-parameter "id" for the groups-assorter of the user-editor within
the pulse-web-site-administration. |
void |
RoleEditor.loadGroups(Bundle bundle, ServiceRequest request)
loads the Groups of a Role specified by request-parameter
"id" for the groups-assorter of the role-editor within the pulse
-web-site-administration. |
java.lang.Object |
PermissionEditor.loadGroups(Bundle bundle, ServiceRequest request)
loads the Groups of a Permission specified by
request-parameter "id" for the groups-assorter of the permission-editor
within the pulse-web-site-administration. |
void |
CommandMatcherEditor.loadParameters(Bundle bundle, ServiceRequest request)
loads the Parameters of the command-matcher. |
void |
UserEditor.loadPermissions(Bundle bundle, ServiceRequest request)
loads the Permissions of a User specified by
request-parameter "id" for the permissions-assorter of the user-editor
within the pulse-web-site-administration. |
void |
RoleEditor.loadPermissions(Bundle bundle, ServiceRequest request)
loads the Users of a Role specified by request-parameter
"id" for the user-assorter of the role-editor within the pulse
-web-site-administration. |
java.lang.Object |
GroupEditor.loadPermissions(Bundle bundle, ServiceRequest request)
loads the Permissions of a Group specified by
request-parameter "id" for the permission-assorter of the group-editor
within the pulse-web-site-administration. |
void |
UserEditor.loadRoles(Bundle bundle, ServiceRequest request)
loads the Roles of a User specified by
request-parameter "id" for the roles-assorter of the user-editor within
the pulse-web-site-administration. |
java.lang.Object |
PermissionEditor.loadRoles(Bundle bundle, ServiceRequest request)
loads the Roles of a Permission specified by
request-parameter "id" for the role-assorter of the group-editor within
the pulse-web-site-administration. |
java.lang.Object |
GroupEditor.loadRoles(Bundle bundle, ServiceRequest request)
loads the Roles of a Group specified by request-parameter
"id" for the role-assorter of the group-editor within the pulse
-web-site-administration. |
void |
RoleEditor.loadUsers(Bundle bundle, ServiceRequest request)
loads the Users of a Role specified by request-parameter
"id" for the user-assorter of the role-editor within the pulse
-web-site-administration. |
java.lang.Object |
PermissionEditor.loadUsers(Bundle bundle, ServiceRequest request)
loads the Users of a Permission specified by
request-parameter "id" for the user-assorter of the permission-editor
within the pulse-web-site-administration. |
java.lang.Object |
GroupEditor.loadUsers(Bundle bundle, ServiceRequest request)
loads the Users of a Group specified by request-parameter
"id" for the user-assorter of the group-editor within the pulse
-web-site-administration. |
void |
CommandMatcherEditor.saveCommandMatcher(Bundle bundle, ServiceRequest request)
saves changes of the values of a CommandMatcher. |
void |
GroupEditor.saveGroup(Bundle bundle, ServiceRequest request)
saves value changes for a Group of the access-control of the
pulse-web-site-administration. |
void |
PermissionEditor.savePermission(Bundle bundle, ServiceRequest request)
saves value changes for a Permission of the access-control of the
pulse-web-site-administration. |
void |
RoleEditor.saveRole(Bundle bundle, ServiceRequest request)
saves value changes for a Permission of the access-control of the
pulse-web-site-administration. |
void |
UserEditor.saveUser(Bundle bundle, ServiceRequest request)
saves value changes for a User of the access-control of the
pulse-web-site-administration. |
void |
UserEditor.toggleUserState(Bundle bundle, ServiceRequest request)
toggles the active-state of a User within the pulse
-web-site-administration. |
| Uses of Action in org.torweg.pulse.component.core.accesscontrol.attributes.admin |
|---|
| Methods in org.torweg.pulse.component.core.accesscontrol.attributes.admin with annotations of type Action | |
|---|---|
Result |
AttributeRegistryEditor.browseAttributeRegistryEdit(ServiceRequest request)
TODO: add a clear description! |
Result |
AttributeRegistryEditor.browseAttributeRegistrySelect(ServiceRequest request)
TODO: add a clear description! |
Result |
AttributeRegistryEditor.create(Bundle bundle, ServiceRequest request)
starts create-new-( Attribute)-editor. |
void |
AttributeRegistryEditor.createAttribute(Bundle bundle, ServiceRequest request)
creates a new Attribute. |
void |
AttributeRegistryEditor.delete(Bundle bundle, ServiceRequest request)
deletes a Attribute. |
AttributeRegistryEditorResult |
AttributeRegistryEditor.edit(Bundle bundle, ServiceRequest request)
starts Attribute-editor. |
AttributeRegistryEditorResult |
SubEditorSelectionAttribute.initEditor(Bundle bundle, ServiceRequest request)
initializes the sub-editor (options-editor) for a SelectionAttribute. |
Result |
AttributeRegistryEditor.initEditor(Bundle bundle, ServiceRequest request)
|
void |
AttributeRegistryEditor.loadAdminEditRoles(ServiceRequest request)
loads the admin-edit- Roles of a Attribute. |
void |
AttributeRegistryEditor.loadAdminViewRoles(ServiceRequest request)
loads the admin-view- Roles of a Attribute. |
Result |
AttributeRegistryEditor.loadChecks(Bundle bundle, ServiceRequest request)
loads the checks of a Attribute. |
void |
AttributeRegistryEditor.loadSelfEditRoles(ServiceRequest request)
loads the self-edit- Roles of a Attribute. |
void |
AttributeRegistryEditor.loadSelfViewRoles(ServiceRequest request)
loads the self-view- Roles of a Attribute. |
void |
AttributeRegistryEditor.loadTriggeredRoles(ServiceRequest request)
loads the triggered- Roles of a Attribute. |
void |
AttributeRegistryEditor.move(ServiceRequest request)
moves a {@code ? |
void |
AttributeRegistryEditor.save(Bundle bundle, ServiceRequest request)
saves value changes for the Roless of the Attribute. |
void |
AttributeRegistryEditor.setCheck(Bundle bundle, ServiceRequest request)
sets a check for a Attribute. |
| Uses of Action in org.torweg.pulse.component.core.accesscontrol.vfs.admin |
|---|
| Methods in org.torweg.pulse.component.core.accesscontrol.vfs.admin with annotations of type Action | |
|---|---|
VFSPermissionEditorResult |
VFSPermissionEditor.initEditor(Bundle bundle, ServiceRequest request)
|
VFSPermissionEditorResult |
VFSPermissionEditor.initPermissionsPanel(Bundle bundle, ServiceRequest request)
|
java.lang.Object |
VFSPermissionEditor.loadReadPermissions(ServiceRequest request)
loads the read- Roles of a VirtualFile specified by
request-parameter "id" for the roles-assorter of the vfs-roles-editor
within the pulse-web-site-administration. |
java.lang.Object |
VFSPermissionEditor.loadWritePermissions(ServiceRequest request)
loads the write- Roles of a VirtualFile specified by
request-parameter "id" for the roles-assorter of the vfs-roles-editor
within the pulse-web-site-administration. |
FileBrowserResult |
VFSPermissionEditor.preview(ServiceRequest request)
preview a file. |
void |
VFSPermissionEditor.saveVFSPermissions(Bundle bundle, ServiceRequest request)
saves value changes for the read/write Roles of the
access-controls' vfs-roles-editor of the pulse
-web-site-administration. |
| Uses of Action in org.torweg.pulse.component.core.adminui |
|---|
| Methods in org.torweg.pulse.component.core.adminui with annotations of type Action | |
|---|---|
void |
FileBrowser.browse(Bundle bundle, ServiceRequest request)
browse files. |
FCKEditorBrowserResult |
FCKEditorBrowser.browse(ServiceRequest request)
returns FCKEditor-pop-ups. |
FileBrowserResult |
FileBrowser.preview(ServiceRequest request)
preview a file. |
java.lang.Object |
FileBrowser.uploadToVirtualFileSystem(Bundle bundle, ServiceRequest request)
upload files. |
| Uses of Action in org.torweg.pulse.component.core.contentregistry |
|---|
| Methods in org.torweg.pulse.component.core.contentregistry with annotations of type Action | |
|---|---|
void |
ContentGroupEditor.copy(Bundle bundle, ServiceRequest request)
Creates a copy of a ContentGroup specified by parameter "id"
in request in a folder specified by parameter "toid" in request using the
locale of the folder. |
void |
FileContentEditor.copyFileContent(Bundle bundle, ServiceRequest request)
creates a copy of a FileContent specified by parameter "id"
in request in a folder specified by parameter "toid" in request using the
locale of the folder. |
void |
URLContentEditor.copyURLContent(Bundle bundle, ServiceRequest request)
creates a copy of a URLContent specified by parameter "id"
in request in a folder specified by parameter "toid" in request using the
locale of the folder. |
RegistryEditorResult |
CoreContentRegistryEditor.create(Bundle bundle, ServiceRequest request)
starts create-new-( FilterContent,FileContent
ContentFolderNode)-editor. |
void |
CoreContentRegistryEditor.createFileContent(Bundle bundle, ServiceRequest request)
creates and saves a new FileContent. |
void |
CoreContentRegistryEditor.createFilterContent(Bundle bundle, ServiceRequest request)
creates and saves a new FilterContent. |
void |
CoreContentRegistryEditor.createURLContent(Bundle bundle, ServiceRequest request)
creates and saves a new URLContent. |
FCKEditorResult |
ContentGroupEditor.initDescriptionEditor(ServiceRequest request)
starts the FCKEditor for the description of the content determined by the request. |
AbstractBasicContentEditorResult |
URLContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialised URLContentEditor for a
URLContent which is determined by a given id in the request. |
AbstractBasicContentEditorResult |
FileContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialised FileContentEditor for a
FileContent which is determined by a given id in the
request. |
AbstractBasicContentEditorResult |
ContentGroupEditor.initEditor(ServiceRequest request)
Returns the initialised ContentGroupEditor for a
ContentGroup which is determined by a given id in the
request. |
AbstractBasicContentEditorResult |
FileContentEditor.initFileEditor(Bundle bundle, ServiceRequest request)
Returns the initialised file-editor of the FileContentEditor
for a FileContent which is determined by a given id in the
request. |
AbstractBasicContentEditorResult |
ContentGroupEditor.loadDescription(ServiceRequest request)
|
void |
ContentGroupEditor.save(Bundle bundle, ServiceRequest request)
Saves the basic properties of a content (name, suffix, keywords). |
void |
ContentGroupEditor.saveDescription(Bundle bundle, ServiceRequest request)
|
void |
URLContentEditor.saveEditor(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords). |
void |
FileContentEditor.saveEditor(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords). |
| Uses of Action in org.torweg.pulse.component.core.site |
|---|
| Methods in org.torweg.pulse.component.core.site with annotations of type Action | |
|---|---|
java.lang.Object |
SitemapManipulator.changeVisiblityOfSitemapNodes(ServiceRequest request)
Changes the visibility for SitemapNodes according to the
given request-parameters. |
java.lang.Object |
LocaleCopy.copyLocale(Bundle bundle, ServiceRequest request)
Creates a copy of the content registry and the sitemap of a given <em>sourceLocale</em> to the given
<em>targetLocale</em>. |
java.lang.Object |
LocaleCopy.copySitemap(Bundle bundle, ServiceRequest request)
Creates a copy of the sitemap (including copying the attached Contents) of a given sourceNode to the given
targetNode
The request-parameter sourceNode is the id of the
SitemapNode to be recursively copied and the
request-parameter targetNode is the id of the parent-
SitemapNode where the copy is to be created. |
java.lang.Object |
ThemesController.getThemeXML(Bundle bundle, ServiceRequest request)
delivers the theme XML as an output event. |
java.lang.Object |
SitemapManipulator.manipulateRolesOfSitemapNodes(ServiceRequest request)
Adds/removes a Role specified by given request-parameter
rid to the View/s of the
SitemapNode/s according to the given request-parameters. |
| Uses of Action in org.torweg.pulse.component.core.site.content |
|---|
| Methods in org.torweg.pulse.component.core.site.content with annotations of type Action | |
|---|---|
CoreContentDisplayerResult |
CoreContentDisplayer.display(ServiceRequest request)
Performs the display. |
void |
URLContentDisplayer.displayURLContent(ServiceRequest request)
selects the requested content and performs the redirect. |
| Uses of Action in org.torweg.pulse.component.core.site.content.filter |
|---|
| Methods in org.torweg.pulse.component.core.site.content.filter with annotations of type Action | |
|---|---|
FilterContentDisplayerResult |
FilterContentDisplayer.displayFilterContent(FilterContentRequestBean requestBean)
returns a FilterContentDisplayerResult for the given
FilterContent and the selected FilterRulePropertys. |
FilterContentDisplayerResult |
FilterContentDisplayer.displayFilterContentAJAX(FilterContentRequestBean requestBean)
uses an XSLTOutputEvent to display the results using AJAX. |
CalendarSheet |
FilterContentDisplayer.filterPageCalendarAJAX(FilterContentRequestBean requestBean)
does the paging of the calendar for filter contents having a filter assigned which is enabled for reference duration filtering. |
| Uses of Action in org.torweg.pulse.component.core.site.content.filter.admin |
|---|
| Methods in org.torweg.pulse.component.core.site.content.filter.admin with annotations of type Action | |
|---|---|
void |
FilterContentEditor.addFilter(Bundle bundle, ServiceRequest request)
TODO. |
void |
FilterContentEditor.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 |
FilterEditor.createFilter(Bundle bundle, ServiceRequest request)
creates a new Filter with the given name. |
void |
FilterEditor.createFilterCopy(Bundle bundle, ServiceRequest request)
creates a copy of a Filter specified by parameter "id" in request
with given name specified by parameter "copyName" in request. |
void |
FilterMatchesEditor.createFilterMatch(Bundle bundle, ServiceRequest request)
creates a FilterMatches for a Filter specified
by parameter id within the request. |
void |
FilterRulesEditor.createFilterRule(Bundle bundle, ServiceRequest request)
creates a FilterRule for a Filter specified by parameter
id within the request. |
void |
FilterRulesEditor.createFilterRuleProperty(Bundle bundle, ServiceRequest request)
creates a FilterRuleProperty with name specified by parameter
"name" in request for a FilterRule specified by parameter "id" in
request. |
FilterEditorResult |
FilterEditor.editFilter(Bundle bundle, ServiceRequest request)
returns the initialisation result of the content-filter-editor for a single filter. |
FilterRulesEditorResult |
FilterRulesEditor.initEditor(Bundle bundle, ServiceRequest request)
starts the editor for a FilterRule specified by parameter id
within the request. |
FilterMatchesEditorResult |
FilterMatchesEditor.initEditor(Bundle bundle, ServiceRequest request)
starts the editing of a FilterMatches specified by parameter
id within the request. |
FilterEditorResult |
FilterEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialization result of the content-filter-editor. |
FilterContentEditorResult |
FilterContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialized FilterContentEditor for a
Content which is determined by a given id in the request. |
FilterEditorResult |
FilterEditor.initOverview(Bundle bundle, ServiceRequest request)
returns the initialization result of the content-filter-editor for all filters (overview-page). |
FilterContentEditorResult |
FilterContentEditor.loadFilter(Bundle bundle, ServiceRequest request)
loads the Filter of a FilterContent specified
by parameter "id". |
void |
FilterMatchesEditor.loadFilterMatches(Bundle bundle, ServiceRequest request)
loads the requested FilterMatches of a Filter
specified by parameter id within the request. |
void |
FilterMatchesEditor.loadFilterMatchesRules(Bundle bundle, ServiceRequest request)
loads the rules of a FilterMatches. |
void |
FilterRulesEditor.loadFilterRuleLocalizations(Bundle bundle, ServiceRequest request)
returns the localizations for a FilterRule as JSONResponse. |
void |
FilterRulesEditor.loadFilterRuleProperties(Bundle bundle, ServiceRequest request)
returns the FilterRuleProperty-localizations for a FilterRule as JSONResponse. |
void |
FilterRulesEditor.loadFilterRules(Bundle bundle, ServiceRequest request)
loads the requested FilterRules of a Filter specified by
parameter id within the request. |
java.lang.Object |
FilterEditor.loadFilters(Bundle bundle, ServiceRequest request)
returns the filters for overview-page. |
FilterMatchesEditorResult |
FilterMatchesEditor.loadPropertiesForRule(Bundle bundle, ServiceRequest request)
loads the properties of a FilterRule. |
void |
FilterMatchesEditor.moveFilterMatch(Bundle bundle, ServiceRequest request)
moves a FilterMatches specified by parameter id within the
request of a Filter. |
void |
FilterRulesEditor.moveFilterRule(Bundle bundle, ServiceRequest request)
moves a FilterRule specified by parameter "id", "dir" within the
request. |
void |
FilterRulesEditor.moveFilterRuleProperty(Bundle bundle, ServiceRequest request)
moves a FilterRuleProperty specified by parameter "id", "dir",
"ruleid" within the request. |
void |
FilterEditor.removeFilter(Bundle bundle, ServiceRequest request)
removes a Filter by parameter id passed with request. |
void |
FilterContentEditor.removeFilter(Bundle bundle, ServiceRequest request)
removes the Filter from a FilterContent
specified by parameter "id". |
void |
FilterMatchesEditor.removeFilterMatch(Bundle bundle, ServiceRequest request)
removes a FilterMatches specified by parameter id within the
request from a Filter. |
void |
FilterRulesEditor.removeFilterRule(Bundle bundle, ServiceRequest request)
removes a FilterRule specified by parameter id within the
request. |
void |
FilterRulesEditor.removeFilterRuleProperty(Bundle bundle, ServiceRequest request)
removes a FilterRuleProperty specified by parameter "id" in
request from a FilterRule specified by parameter "id" in request. |
void |
FilterContentEditor.saveContent(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the filter. |
void |
FilterEditor.saveFilter(Bundle bundle, ServiceRequest request)
sets the name of a Filter specified by parameter "id" passed with
request to parameter "name" passed with request. |
void |
FilterRulesEditor.saveFilterRule(Bundle bundle, ServiceRequest request)
saves a FilterRule specified by parameter "id" in. |
void |
FilterMatchesEditor.saveRulePropertiesForMatch(Bundle bundle, ServiceRequest request)
saves the properties for a FilterMatches. |
| Uses of Action in org.torweg.pulse.component.core.site.map |
|---|
| Methods in org.torweg.pulse.component.core.site.map with annotations of type Action | |
|---|---|
void |
SitemapEditor.createNode(Bundle bundle, ServiceRequest request)
|
void |
SitemapEditor.deleteNode(Bundle bundle, ServiceRequest request)
|
java.lang.Object |
SitemapEditor.getChildren(Bundle bundle, ServiceRequest request)
|
GetFullSitemapResult |
GetFullSitemap.getSitemap(Bundle bundle, ServiceRequest request)
builds the complete Sitemap for the Locale of the
ServiceRequest. |
SitemapEditorResult |
SitemapEditor.initTree(Bundle bundle, ServiceRequest request)
|
void |
SitemapEditor.loadNode(Bundle bundle, ServiceRequest request)
|
void |
SitemapEditor.moveNode(Bundle bundle, ServiceRequest request)
|
void |
SitemapEditor.renameNode(Bundle bundle, ServiceRequest request)
renames a SitemapNode. |
void |
SitemapEditor.toggleNodeVisibility(Bundle bundle, ServiceRequest request)
|
| Uses of Action in org.torweg.pulse.component.core.site.search |
|---|
| Methods in org.torweg.pulse.component.core.site.search with annotations of type Action | |
|---|---|
AdvancedSearchResult |
SearchSite.initAdvancedSearch(Bundle bundle, ServiceRequest request)
initialises the advanced search view. |
JDOMResult |
SiteSearchRebuild.run(ServiceRequest request)
does the actual index rebuilding. |
java.lang.Object |
SearchSiteSuggestions.run(ServiceRequest request)
returns the SearchSuggestions for the query in a
JSONOutputEvent. |
SearchSiteResult |
SearchSite.searchSite(Bundle bundle, ServiceRequest request)
delegates the search request to the corresponding worker methods. |
| Uses of Action in org.torweg.pulse.component.core.site.view |
|---|
| Methods in org.torweg.pulse.component.core.site.view with annotations of type Action | |
|---|---|
void |
ThemesEditor.applyTheme(Bundle bundle, ServiceRequest request)
returns a JSONResponse. |
void |
ViewEditor.createNewView(Bundle bundle, ServiceRequest request)
|
void |
ViewEditor.createSitemapSectionTag(ServiceRequest request)
Creates a new SitemapSectionTag with the given name. |
void |
ViewEditor.deleteSitemapSectionTag(ServiceRequest request)
Deletes a SitemapSectionTag by given id. |
void |
ViewEditor.editSitemapSectionTag(ServiceRequest request)
Renames a SitemapSectionTag by given id to given
text. |
ThemesEditorResult |
ThemesEditor.initEditor(Bundle bundle, ServiceRequest request)
returns an AJAX Result (the initialized themes-editor). |
ViewEditorResult |
ViewEditor.initEditor(ServiceRequest request)
Returns a Result. |
ViewEditorResult |
ViewEditor.initSitemapDurationEditor(ServiceRequest request)
Returns a Result to initialise the duration-editor. |
ViewEditorResult |
ViewEditor.initSitemapSectionTagEditor(ServiceRequest request)
Returns a Result to initialise the SitemapSectionTag
-editor. |
void |
ViewEditor.loadRolesViewEditor(ServiceRequest request)
Loads the Roles of a View specified by request-parameter
"id" for the roles-assorter of the view-editor within the pulse
-web-site-administration. |
ThemesEditorResult |
ThemesEditor.loadTheme(Bundle bundle, ServiceRequest request)
returns an AJAX Result. |
void |
ViewEditor.removeSitemapDuration(ServiceRequest request)
Removes the Duration form a SitemapNode specified by
given id in request. |
void |
ThemesEditor.removeTheme(Bundle bundle, ServiceRequest request)
returns a JSONResponse. |
void |
ViewEditor.removeView(Bundle bundle, ServiceRequest request)
|
void |
ViewEditor.saveViewEditor(Bundle bundle, ServiceRequest request)
returns a JSONResponse. |
void |
StyleEditor.setStyle(Bundle bundle, ServiceRequest request)
returns a JSONResponse. |
| Uses of Action in org.torweg.pulse.component.core.system |
|---|
| Methods in org.torweg.pulse.component.core.system with annotations of type Action | |
|---|---|
InitWebsiteAdministrationResult |
InitWebsiteAdministration.initAdmin(Bundle bundle, ServiceRequest request)
Returns a new InitWebsiteAdministrationResult. |
void |
Status.run(ServiceRequest request)
status check for pulse. |
org.torweg.pulse.component.core.system.SecondLevelCacheStats |
HibernateStatistics.showCacheStats(ServiceRequest request)
|
org.torweg.pulse.component.core.system.CollectionStats |
HibernateStatistics.showCollectionStats(ServiceRequest request)
|
org.torweg.pulse.component.core.system.EntityStats |
HibernateStatistics.showEntityStats(ServiceRequest request)
|
org.torweg.pulse.component.core.system.GlobalStats |
HibernateStatistics.showSummary(ServiceRequest request)
|
void |
HibernateStatistics.status(ServiceRequest request)
returns the current status as a JSONOutputEvent. |
void |
HibernateStatistics.toggleStatistics(ServiceRequest request)
can be used to turn the statistics on or off. |
| Uses of Action in org.torweg.pulse.component.shop |
|---|
| Methods in org.torweg.pulse.component.shop with annotations of type Action | |
|---|---|
ShoppingCartResult |
ShoppingCartController.addCartPosition(Bundle bundle, ServiceRequest request)
adds the given ShoppingCartPosition and returns the changes
honouring the display mode. |
ShoppingCartResult |
ShoppingCartController.displayCart(Bundle bundle, ServiceRequest request)
displays the current ShoppingCart except one of the AJAX actions
of this Controller is called. |
ShopContentDisplayerResult |
ShopContentDisplayer.displayShop(Bundle bundle, ServiceRequest request)
loads a given ShopContent, either by the Command's
sitemapID (see: Command.getSitemapID()) or by the
<em>contentId</em> Parameter, while the <em>contentId</em> Parameter takes precedence over the Command's sitemapId. |
void |
ShoppingCartController.getPrice(Bundle bundle, ServiceRequest request)
returns the Price for the given ShopItem and the given
order size for the current User associated with the
ServiceRequest via JSON. |
void |
ShoppingCartController.modifyCartPosition(Bundle bundle, ServiceRequest request)
alters the given ShoppingCartPosition and returns the changes via
JSON. |
ShoppingCartResult |
ShoppingCartController.removeCartPosition(Bundle bundle, ServiceRequest request)
removes the given ShoppingCartPosition and returns the changes
honouring the display mode. |
ShoppingCartResult |
ShoppingCartController.updateCart(Bundle bundle, ServiceRequest request)
updates the complete ShoppingCart honouring the display mode. |
| Uses of Action in org.torweg.pulse.component.shop.admin |
|---|
| Methods in org.torweg.pulse.component.shop.admin with annotations of type Action | |
|---|---|
void |
ShopContentEditor.copyContent(Bundle bundle, ServiceRequest request)
creates a copy of a ShopContent specified by parameter "id" in
request in a folder specified by parameter "toid" in request using the
locale of the folder. |
RegistryEditorResult |
ShopContentRegistryEditor.create(Bundle bundle, ServiceRequest request)
starts create-new-( ShopContent, ContentFolder
)-editor. |
void |
ShopContentRegistryEditor.createShopContent(Bundle bundle, ServiceRequest request)
creates and saves a new ShopContent. |
void |
ShopSettingsEditor.createShopSettings(Bundle bundle, ServiceRequest request)
Creates new ShopSettings for the given bundle and locale with the
default Currency for the given locale and persists the settings. |
void |
ShopContentEditor.createSubVariant(Bundle bundle, ServiceRequest request)
creates and saves a new sub- ShopVariant for a
StoreContent. |
void |
ShopContentEditor.createVariant(Bundle bundle, ServiceRequest request)
creates and saves a new ShopVariant for a ShopContent. |
void |
ShopSettingsEditor.deleteTaxgroupsEditor(Bundle bundle, ServiceRequest request)
Deletes a TaxGroup, if the TaxGroup is not associated
with any Prices. |
ShopSettingsEditorResult |
ShopSettingsEditor.editShopSettings(Bundle bundle, ServiceRequest request)
Returns the JAXB-able ShopSettings to initialise the editor with. |
void |
ShopContentEditor.getPriceJSON(Bundle bundle, ServiceRequest request)
returns a price. |
AbstractBasicContentEditorResult |
ShopContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialized ShopContentEditor for a Content
which is determined by a given id in the request. |
AbstractBasicContentEditorResult |
ShopContentEditor.initPricesEditor(Bundle bundle, ServiceRequest request)
returns the prices-editor(-grid) for a ShopContent which is
determined by a given id in the request. |
AbstractBasicContentEditorResult |
ShopContentEditor.initPricesEditorVariant(Bundle bundle, ServiceRequest request)
returns the prices-editor(-grid) for a ShopVariant which is
determined by a given id in the request. |
ShopSettingsEditorResult |
ShopSettingsEditor.initShopSettingsWestPanel(Bundle bundle, ServiceRequest request)
Initialises the west-panel of the pulse website-administration for the ShopSettingsEditor. |
java.lang.Object |
ShopSettingsEditor.initShopSettingsWestTree(Bundle bundle, ServiceRequest request)
Loads the tree-nodes for the west-panel-tree/s. |
ShopSettingsEditorResult |
ShopSettingsEditor.initTaxgroupsEditor(Bundle bundle, ServiceRequest request)
Returns the TaxGroups-editor(-grid) for a ShopSettings
which is determined by a given id in the request. |
AbstractBasicContentEditorResult |
ShopContentEditor.initVariantEditor(Bundle bundle, ServiceRequest request)
starts the Editor for a Variant. |
AbstractBasicContentEditorResult |
ShopContentEditor.loadPriceRoleEditor(Bundle bundle, ServiceRequest request)
returns the price-role-editor(-grid) for a Price which is
specified by a given id in the request. |
AbstractBasicContentEditorResult |
ShopContentEditor.loadPriceRoleEditorVariant(Bundle bundle, ServiceRequest request)
returns the price-role-editor(-grid) for a Price which is
specified by a given id in the request. |
java.lang.Object |
ShopContentEditor.loadPriceRoles(Bundle bundle, ServiceRequest request)
loads the Roles of a Price specified by request-parameter
"id" for the roles-assorter of the price-role-editor within the
pulse-web-site-administration. |
void |
ShopContentEditor.loadPricesEditorGrid(Bundle bundle, ServiceRequest request)
returns the prices-editor(-grid) for a ShopContent which is
specified by a given id in the request. |
void |
ShopContentEditor.loadPricesEditorGridVariant(Bundle bundle, ServiceRequest request)
returns the prices-editor(-grid) for a ShopVariant which is
specified by a given id in the request. |
Order |
ShopOrderViewer.loadShopOrder(Bundle bundle, ServiceRequest request)
Loads a specific the Shop- Order of the current Bundle. |
void |
ShopOrderViewer.loadShopOrders(Bundle bundle, ServiceRequest request)
Loads the data for the Shop- Order-overview-grid of the current
Bundle. |
void |
ShopSettingsEditor.loadTaxgroupsEditor(Bundle bundle, ServiceRequest request)
Returns a JSON-response: the TaxGroups for a ShopSettings
-id which is determined by a given id in the request. |
void |
ShopContentEditor.saveEditor(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the page-order. |
void |
ShopContentEditor.savePriceRoles(Bundle bundle, ServiceRequest request)
saves role value changes for a Price. |
void |
ShopContentEditor.savePriceRolesVariant(Bundle bundle, ServiceRequest request)
saves role value changes for a Price. |
void |
ShopSettingsEditor.saveShopSettings(Bundle bundle, ServiceRequest request)
Saves the ShopSettings. |
java.lang.Object |
ShopOrderViewer.viewShopOrders(Bundle bundle, ServiceRequest request)
Initialises the Shop- Order-overview-grid of the current
Bundle. |
| Uses of Action in org.torweg.pulse.component.shop.checkout |
|---|
| Methods in org.torweg.pulse.component.shop.checkout with annotations of type Action | |
|---|---|
PaymentControllerResult |
WirecardEFTPaymentController.authorize(Bundle bundle, ServiceRequest request)
Authorize the Wirecard electronic funds transfer (EFT) payment. |
PaymentControllerResult |
InvoicePaymentController.authorize(Bundle bundle, ServiceRequest request)
Authorizes the payment. |
CheckoutControllerResult |
CheckoutController.authorizePayment(Bundle bundle, ServiceRequest request)
Authorize the payment. |
PaymentControllerResult |
PayPalPaymentController.cancel(Bundle bundle, ServiceRequest request)
Cancel the PayPalâ„¢ payment. |
CheckoutControllerResult |
CheckoutController.cancel(Bundle bundle, ServiceRequest request)
Cancel the checkout process. |
PaymentControllerResult |
WirecardEFTPaymentController.capture(Bundle bundle, ServiceRequest request)
Capture the Wirecard electronic funds transfer (EFT) payment. |
PaymentControllerResult |
WirecardCCPaymentController.capture(Bundle bundle, ServiceRequest request)
Capture the Wirecard credit card (CC) payment. |
PaymentControllerResult |
InvoicePaymentController.capture(Bundle bundle, ServiceRequest request)
Captures the payment. |
CheckoutControllerResult |
CheckoutController.capturePayment(Bundle bundle, ServiceRequest request)
Capture the payment. |
CheckoutControllerResult |
CheckoutController.editBillingAddress(Bundle bundle, ServiceRequest request)
Edit the billing address. |
CheckoutControllerResult |
CheckoutController.editCustomer(Bundle bundle, ServiceRequest request)
Edit the Customer. |
CheckoutControllerResult |
CheckoutController.editDeliveryAddress(Bundle bundle, ServiceRequest request)
Edit the delivery address. |
CheckoutControllerResult |
CheckoutController.editDispatchData(Bundle bundle, ServiceRequest request)
Edit the DispatchData. |
CheckoutControllerResult |
CheckoutController.editOrder(Bundle bundle, ServiceRequest request)
Edit the whole OrderBuilder. |
CheckoutControllerResult |
CheckoutController.editOrderDetails(Bundle bundle, ServiceRequest request)
Edit the OrderDetails. |
CheckoutControllerResult |
CheckoutController.editPaymentData(Bundle bundle, ServiceRequest request)
Edit the PaymentData. |
CheckoutControllerResult |
CheckoutController.finish(Bundle bundle, ServiceRequest request)
Finish the checkout process. |
PaymentControllerResult |
WirecardCCPaymentController.finishAuthorization(Bundle bundle, ServiceRequest request)
Finish the authorization of the Wirecard credit card (CC) payment. |
PaymentControllerResult |
PayPalPaymentController.finishAuthorization(Bundle bundle, ServiceRequest request)
Finish the PayPalâ„¢ payment authorization. |
PaymentControllerResult |
PayPalPaymentController.finishCaptureWithGiropay(Bundle bundle, ServiceRequest request)
Finish the PayPalâ„¢ payment capture with giropay. |
CheckoutControllerResult |
CheckoutController.getOrder(Bundle bundle, ServiceRequest request)
Just return the OrderBuilder. |
CheckoutControllerResult |
CheckoutController.start(Bundle bundle, ServiceRequest request)
Start the checkout process by creating a new OrderBuilder. |
PaymentControllerResult |
WirecardCCPaymentController.startAuthorization(Bundle bundle, ServiceRequest request)
Start the authorization of the Wirecard credit card (CC) payment. |
PaymentControllerResult |
PayPalPaymentController.startAuthorization(Bundle bundle, ServiceRequest request)
Start the PayPalâ„¢ payment authorization. |
PaymentControllerResult |
PayPalPaymentController.startCapture(Bundle bundle, ServiceRequest request)
Start the PayPalâ„¢ payment capture. |
| Uses of Action in org.torweg.pulse.component.shop.util |
|---|
| Methods in org.torweg.pulse.component.shop.util with annotations of type Action | |
|---|---|
void |
PriceUpdateController.getPriceList(ServiceRequest request)
produces an Excel workbook with all products using the bundle and locale of the current request. |
PriceUpdateResult |
PriceUpdateController.updatePrices(ServiceRequest request)
updates prices based on a given price-list. |
| Uses of Action in org.torweg.pulse.component.statistics |
|---|
| Methods in org.torweg.pulse.component.statistics with annotations of type Action | |
|---|---|
void |
PageImpressionRecorder.record(ServiceRequest request)
records the page impressions and returns either JSON ( true), if
the parameter xhr is present, or a 1x1 pixel transparent 8-bit
PNG. |
| Uses of Action in org.torweg.pulse.component.statistics.user |
|---|
| Methods in org.torweg.pulse.component.statistics.user with annotations of type Action | |
|---|---|
java.lang.Object |
UserStatisticsPDFController.createUserStatisticsPDF(ServiceRequest request)
Returns a PNG - the year chart for the users. |
UserStatisticsControllerResult |
UserStatisticsController.initUserStatistics(ServiceRequest request)
Returns a JAXB-able result-object to initialise the pulse User-
statistics-administration within the website-administration. |
java.lang.Object |
UserStatisticsGFXController.loadMonthChart(ServiceRequest request)
Returns a PNG - the month chart for the users. |
java.lang.Object |
UserStatisticsGFXController.loadYearChart(ServiceRequest request)
Returns a PNG - the year chart for the users. |
| Uses of Action in org.torweg.pulse.component.statistics.view |
|---|
| Methods in org.torweg.pulse.component.statistics.view with annotations of type Action | |
|---|---|
void |
TimeAnalysisViewController.clearSessionData(ServiceRequest request)
Removes the result data of the TimeAnalysisViewController
from the session. |
void |
OverViewController.clearSessionData(ServiceRequest request)
Removes the result data of the OverViewController from the
session. |
void |
GroupAnalysisViewDegunkController.degunkChildLeafNodesGroupAnalysisView(ServiceRequest request)
Removes all child PathTreeElements - if they are a leaf - from a
specific PathTreeElement of the group analysis tree, adding all
existing aggregated data to the aggregations of the PathTreeElement the child PathTreeElements are being removed
from. |
TimeAnalysisViewControllerResult |
TimeAnalysisViewReportController.generatePDFReport(ServiceRequest request)
Generates a PDF-report for the TimeAnalysisViewControllerResult. |
TechnicalInformationViewControllerResult |
TechnicalInformationViewReportController.generatePDFReport(ServiceRequest request)
Generates a PDF-report for the TechnicalInformationViewControllerResult. |
RefererAnalysisViewControllerResult |
RefererAnalysisViewReportController.generatePDFReport(ServiceRequest request)
Generates a PDF-report for the RefererAnalysisViewControllerResult. |
OverViewControllerResult |
OverViewReportController.generatePDFReport(ServiceRequest request)
Generates a PDF-report for the OverViewControllerResult. |
GroupAnalysisViewControllerResult |
GroupAnalysisViewReportController.generatePDFReport(ServiceRequest request)
Generates a PDF-report for the GroupAnalysisViewControllerResult. |
WestPanelControllerResult |
WestPanelController.initView(ServiceRequest request)
Basically returns the WestPanelControllerConfiguration of
this Controller and the known StatisticsServers
wrapped in a WestPanelControllerResult to be used for
initialising the west-panel for the statistics of the pulse website
administration. |
TimeAnalysisViewControllerResult |
TimeAnalysisViewController.initView(ServiceRequest request)
Initialises the time analysis view of the statistics. |
TechnicalInformationViewControllerResult |
TechnicalInformationViewController.initView(ServiceRequest request)
Initialises the technical information view of the statistics. |
RefererAnalysisViewControllerResult |
RefererAnalysisViewController.initView(ServiceRequest request)
Initialises the referer analysis view of the statistics. |
OverViewControllerResult |
OverViewController.initView(ServiceRequest request)
Initialises the overview view of the statistics. |
GroupAnalysisViewControllerResult |
GroupAnalysisViewController.initView(ServiceRequest request)
Initialises the group analysis view of the statistics. |
java.lang.Object |
OverViewGFXController.loadOverViewCountryChart(ServiceRequest request)
Returns a PNG - the overview country data pie-chart for the current server and duration. |
java.lang.Object |
OverViewGFXController.loadOverViewDataChart(ServiceRequest request)
Returns a PNG - the overview data chart for the current server and duration (page-impressions,visits,bounces). |
java.lang.Object |
TimeAnalysisViewGFXController.loadTimeAnalysisChart(ServiceRequest request)
Returns a PNG - the data chart for the current server and duration (page-impressions daily analysis). |
RefererAnalysisViewControllerResult |
RefererAnalysisViewController.loadTree(ServiceRequest request)
Loads the (data-)nodes for the group analysis tree. |
GroupAnalysisViewControllerResult |
GroupAnalysisViewController.loadTree(ServiceRequest request)
Loads the (data-)nodes for the group analysis tree. |
void |
GroupAnalysisViewDegunkController.removeNodeGroupAnalysisView(ServiceRequest request)
Removes a specific PathTreeElement from the group analysis tree,
adding all existing aggregated data to the aggregations of the parent
node. |
| Uses of Action in org.torweg.pulse.component.store |
|---|
| Methods in org.torweg.pulse.component.store with annotations of type Action | |
|---|---|
ContentResult |
StoreContentDisplayer.displayStore(ServiceRequest request)
loads a given StoreContent, either by the Command's
sitemapID (see: Command.getSitemapID()) or by the
<em>contentId</em> Parameter, while the <em>contentId</em> Parameter takes precedence over the Command's sitemapId. |
| Uses of Action in org.torweg.pulse.component.store.admin |
|---|
| Methods in org.torweg.pulse.component.store.admin with annotations of type Action | |
|---|---|
void |
StoreContentImageGroupEditor.changeImageGroupImage(Bundle bundle, ServiceRequest request)
changes an image of an imageGroup. |
void |
StoreContentImageGroupEditor.changeImageGroupImageVariant(Bundle bundle, ServiceRequest request)
changes an image of an imageGroup for a Variant. |
void |
StoreContentEditor.copyStoreContent(Bundle bundle, ServiceRequest request)
creates a copy of a StoreContent specified by parameter "id"
in request in a folder specified by parameter "toid" in request using the
locale of the folder. |
RegistryEditorResult |
StoreContentRegistryEditor.create(Bundle bundle, ServiceRequest request)
starts create-new-( StoreContent, ContentGroup,
ContentFolder)-editor. |
StoreContentImageGroupEditorResult |
StoreContentImageGroupEditor.createImageGroup(Bundle bundle, ServiceRequest request)
creates/returns a non-persistent imageGroup (used for panel-load during create new wizard). |
void |
StoreContentRegistryEditor.createStoreContent(Bundle bundle, ServiceRequest request)
creates and saves a new StoreContent. |
void |
StoreContentEditor.createSubVariant(Bundle bundle, ServiceRequest request)
creates and saves a new sub- StoreVariant for a
StoreContent. |
void |
StoreContentEditor.createVariant(Bundle bundle, ServiceRequest request)
creates and saves a new StoreVariant for a
StoreContent. |
FCKEditorResult |
StoreContentEditor.initDescriptionEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the description of the content determined by the request. |
AbstractBasicContentEditorResult |
StoreContentEditor.initEditor(Bundle bundle, ServiceRequest request)
returns the initialized StoreContentEditor for a
Content which is determined by a given id in the request. |
FCKEditorResult |
StoreContentEditor.initVariantDescriptionEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the description of a variant of the content determined by the request. |
AbstractBasicContentEditorResult |
StoreContentEditor.initVariantEditor(Bundle bundle, ServiceRequest request)
starts the Editor for a Variant. |
FCKEditorResult |
StoreContentEditor.initVariantSummaryEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the summary of the content determined by the request. |
AbstractBasicContentEditorResult |
StoreContentEditor.loadDescription(Bundle bundle, ServiceRequest request)
|
StoreContentImageGroupEditorResult |
StoreContentImageGroupEditor.loadImageGroup(Bundle bundle, ServiceRequest request)
loads a StoreContentImageGroup (used for panel-reloads). |
StoreContentImageGroupEditorResult |
StoreContentImageGroupEditor.loadImageGroupVariant(Bundle bundle, ServiceRequest request)
loads a StoreContentImageGroup (used for panel-reloads). |
AbstractBasicContentEditorResult |
StoreContentEditor.loadVariantDescription(Bundle bundle, ServiceRequest request)
|
AbstractBasicContentEditorResult |
StoreContentEditor.loadVariantOrOrderCode(Bundle bundle, ServiceRequest request)
used for reloads of the StoreContent-Editor-Part that houses the variants/order-code. |
AbstractBasicContentEditorResult |
StoreContentEditor.loadVariantOrOrderCodeSubVariant(Bundle bundle, ServiceRequest request)
used for reloads of the StoreVariant-Editor-Part that houses the variants/order-code. |
AbstractBasicContentEditorResult |
StoreContentEditor.loadVariantSummary(Bundle bundle, ServiceRequest request)
|
void |
StoreContentEditor.removeAllVariants(Bundle bundle, ServiceRequest request)
removes all variants from a StoreContent. |
void |
StoreContentImageGroupEditor.removeImageGroup(Bundle bundle, ServiceRequest request)
deletes an imageGroup. |
void |
StoreContentImageGroupEditor.removeImageGroupVariant(Bundle bundle, ServiceRequest request)
deletes an imageGroup from a variant. |
void |
StoreContentEditor.removeSubVariant(Bundle bundle, ServiceRequest request)
removes all sub- StoreVariant from a
StoreVariant. |
void |
StoreContentEditor.removeVariant(Bundle bundle, ServiceRequest request)
removes all variants from a StoreContent. |
void |
StoreContentImageGroupEditor.renameImageGroup(Bundle bundle, ServiceRequest request)
renames an imageGroup. |
void |
StoreContentImageGroupEditor.renameImageGroupVariant(Bundle bundle, ServiceRequest request)
renames an imageGroup for a Variant. |
void |
StoreContentEditor.saveDescription(Bundle bundle, ServiceRequest request)
|
void |
StoreContentEditor.saveEditor(Bundle bundle, ServiceRequest request)
saves the basic properties of a content (name, suffix, keywords), as well as the page-order. |
void |
StoreContentImageGroupEditor.saveNewImageGroup(Bundle bundle, ServiceRequest request)
saves a new imageGroup. |
void |
StoreContentImageGroupEditor.saveNewImageGroupVariant(Bundle bundle, ServiceRequest request)
saves a new imageGroup. |
void |
StoreContentEditor.saveVariantDescription(Bundle bundle, ServiceRequest request)
|
void |
StoreContentEditor.saveVariantSummary(Bundle bundle, ServiceRequest request)
|
void |
StoreContentImageGroupEditor.setMainImageGroup(Bundle bundle, ServiceRequest request)
sets an image-group as main-image-group of a content. |
void |
StoreContentImageGroupEditor.setMainImageGroupVariant(Bundle bundle, ServiceRequest request)
sets an image-group as main-image-group of a variant. |
| Uses of Action in org.torweg.pulse.component.survey |
|---|
| Methods in org.torweg.pulse.component.survey with annotations of type Action | |
|---|---|
SurveyCreatorControllerResult |
SurveyCreatorController.createSurvey(Bundle bundle, ServiceRequest request)
Creates and persists the Survey from the given config specified
by request-parameter as given by
SurveyCreatorControllerConfiguration.getSurveyParameterName(). |
SurveyControllerResult |
SurveyController.executeSurveyController(Bundle bundle, ServiceRequest request)
Processes a survey-request. |
java.lang.Object |
SurveyCreatorController.removeQuestionnaire(Bundle bundle, ServiceRequest request)
Removes the Questionnaire specified by request-parameter
idfrom database. |
java.lang.Object |
SurveyCreatorController.removeSurvey(Bundle bundle, ServiceRequest request)
Removes the Survey specified by request-parameter id
from database. |
java.lang.Object |
SurveyCreatorController.updateSurvey(Bundle bundle, ServiceRequest request)
Update and persists the Survey from the given config specified by
request-parameter as given by
SurveyCreatorControllerConfiguration.getSurveyParameterName(). |
| Uses of Action in org.torweg.pulse.component.util.admin |
|---|
| Methods in org.torweg.pulse.component.util.admin with annotations of type Action | |
|---|---|
InitWestPanelControllerResult |
InitWestPanelController.initUtilWestPanel(Bundle bundle, ServiceRequest request)
Initialises a utility west-panel for the pulse website-administration. |
| Uses of Action in org.torweg.pulse.component.util.admin.cleanup |
|---|
| Methods in org.torweg.pulse.component.util.admin.cleanup with annotations of type Action | |
|---|---|
void |
CleanSitemapAndContentRegistry.cleanUpForLocale(CleanSitemapAndContentRegistry.CleanUpBean requestBean)
cleans a given locale from the Sitemap and
ContentRegistry. |
| Uses of Action in org.torweg.pulse.component.util.representative |
|---|
| Methods in org.torweg.pulse.component.util.representative with annotations of type Action | |
|---|---|
JDOMResult |
RepresentativeDisplayer.run(ServiceRequest request)
triggers the display; the region is given by the Parameter
<em>region</em>, <em>country</em> and
<em>state</em>. |
| Uses of Action in org.torweg.pulse.component.util.representative.admin |
|---|
| Methods in org.torweg.pulse.component.util.representative.admin with annotations of type Action | |
|---|---|
void |
RepresentativeEditor.deleteRepresentative(Bundle bundle, ServiceRequest request)
Deletes a Representative. |
RepresentativeEditorResult |
RepresentativeEditor.initRepresentativeEditor(Bundle bundle, ServiceRequest request)
Initialises the representative-editor-window of the pulse website-administration. |
RepresentativeEditorResult |
RepresentativeEditor.initRepresentativesEditor(Bundle bundle, ServiceRequest request)
Initialises the representative(-overview)-editor of the pulse website-administration. |
void |
RepresentativeEditor.loadRepresentative(ServiceRequest request)
Loads a Representative. |
void |
RepresentativeEditor.loadRepresentatives(Bundle bundle, ServiceRequest request)
Loads the Representatives. |
void |
RepresentativeEditor.saveRepresentative(Bundle bundle, ServiceRequest request)
Saves a Representative - either during creation or during
editing. |
| Uses of Action in org.torweg.pulse.component.util.retailer.admin |
|---|
| Methods in org.torweg.pulse.component.util.retailer.admin with annotations of type Action | |
|---|---|
void |
RetailerEditor.deleteRetailer(ServiceRequest request)
Deletes a Retailer. |
java.lang.Object |
RetailerEditor.exportRetailersCSV(ServiceRequest request)
Exports all Retailers from a certain country to a CSV-download. |
java.lang.Object |
RetailerEditor.exportRetailersXLSX(ServiceRequest request)
Exports all Retailers from a certain country to a XLSX-download. |
java.lang.Object |
RetailerEditor.initRetailerEditor(ServiceRequest request)
Initialises the retailer-editor-window of the pulse website-administration. |
java.lang.Object |
RetailerEditor.initRetailersEditor(ServiceRequest request)
Initialises the retailer(-overview)-editor of the pulse website-administration. |
void |
RetailerEditor.loadRetailer(ServiceRequest request)
Loads a single Retailer. |
void |
RetailerEditor.loadRetailers(ServiceRequest request)
Loads the Retailers. |
void |
RetailerEditor.saveRetailer(ServiceRequest request)
Saves a Retailer - either during creation or during editing. |
| Uses of Action in org.torweg.pulse.component.util.vfs |
|---|
| Methods in org.torweg.pulse.component.util.vfs with annotations of type Action | |
|---|---|
java.lang.Object |
VFSImporter.importIntoVFS(ServiceRequest request)
performs the import (see details for required Parameters. |
java.lang.Object |
VFSImporter.updateFileSize(ServiceRequest request)
updates the file size of all VirtualFiles. |
| Uses of Action in org.torweg.pulse.site.content.admin |
|---|
| Methods in org.torweg.pulse.site.content.admin with annotations of type Action | |
|---|---|
void |
AbstractBasicContentEditor.addAttachmentToContent(Bundle bundle, ServiceRequest request)
adds an Attachmentto a AbstractBasicContent. |
void |
AbstractBasicContentEditor.addToLocalizationMap(Bundle bundle, ServiceRequest request)
starts the ContentLocalizationMap-editor for a
AbstractBasicContent. |
java.lang.Object |
AbstractContentRegistryEditor.browseContentRegistryEdit(Bundle bundle, ServiceRequest request)
TODO: add a clear description! |
java.lang.Object |
AbstractContentRegistryEditor.browseContentRegistrySelect(Bundle bundle, ServiceRequest request)
TODO: add a clear description! |
void |
AbstractContentRegistryEditor.createContentFolderNode(Bundle bundle, ServiceRequest request)
creates and saves a new ContentFolderNode. |
void |
AbstractContentRegistryEditor.createContentGroup(Bundle bundle, ServiceRequest request)
creates and saves a new ContentGroup. |
void |
AbstractContentRegistryEditor.deleteAbstractContentNode(Bundle bundle, ServiceRequest request)
deletes a ContentNode. |
void |
AbstractContentRegistryEditor.deleteRegistryLocaleNode(Bundle bundle, ServiceRequest request)
deletes a RegistryLocale (if empty). |
AbstractBasicContentEditorResult |
AbstractBasicContentEditor.editAttachmentOfContent(Bundle bundle, ServiceRequest request)
initializes the file-browser for the attachments-editor. |
void |
AbstractBasicContentEditor.findSitemapNodesForContent(Bundle bundle, ServiceRequest request)
loads the SitemapNodes a content is assigned to. |
void |
AbstractContentRegistryEditor.getContentRegistryIdPath(Bundle bundle, ServiceRequest request)
returns an array of registry-node-ids which are the ids of the registry-nodes from content-registry-root down to the content-node that holds the content the id of which has been passed with the request. |
FCKEditorResult |
AbstractBasicContentEditor.initAttachmentDescriptionEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the summary of the content determined by the request. |
RegistryEditorResult |
AbstractContentRegistryEditor.initEditor(Bundle bundle, ServiceRequest request)
Initialises the west-panel with the ContentRegistryEditor -tree. |
AbstractBasicContentEditorResult |
AbstractBasicContentEditor.initFileBrowserForAttachmentsForContent(Bundle bundle, ServiceRequest request)
initializes the file-browser for the attachments-editor. |
AbstractBasicContentEditorResult |
AbstractBasicContentEditor.initReferenceDurationEditor(ServiceRequest request)
Returns a result to initialise the reference-duration-editor. |
FCKEditorResult |
AbstractBasicContentEditor.initSummaryEditor(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the summary of the content determined by the request. |
FCKEditorResult |
AbstractBasicContentEditor.loadAttachmentDescription(Bundle bundle, ServiceRequest request)
starts the FCKEditor for the summary of the content determined by the request. |
void |
AbstractBasicContentEditor.loadAttachmentsForContent(Bundle bundle, ServiceRequest request)
loads the Attachments for a AbstractBasicContent. |
AbstractBasicContentEditorResult |
AbstractBasicContentEditor.loadContentLocalizationMap(Bundle bundle, ServiceRequest request)
starts the ContentLocalizationMap-editor for a
AbstractBasicContent. |
AbstractBasicContentEditorResult |
AbstractBasicContentEditor.loadSummary(Bundle bundle, ServiceRequest request)
|
void |
AbstractContentRegistryEditor.moveRegistryLocaleNode(Bundle bundle, ServiceRequest request)
moves a {@code ? |
void |
AbstractBasicContentEditor.removeAttachmentFromContent(Bundle bundle, ServiceRequest request)
removes an Attachment from the AbstractBasicContent. |
void |
AbstractBasicContentEditor.removeFromLocalizationMap(Bundle bundle, ServiceRequest request)
starts the ContentLocalizationMap-editor for a
AbstractBasicContent. |
void |
AbstractBasicContentEditor.removeReferenceDuration(ServiceRequest request)
Removes the reference Duration from a Content specified
by given id in request. |
void |
AbstractContentRegistryEditor.renameRegistryLocaleNode(Bundle bundle, ServiceRequest request)
renames a RegistryLocaleNode. |
void |
AbstractBasicContentEditor.saveAttachmentDescription(Bundle bundle, ServiceRequest request)
|
void |
AbstractBasicContentEditor.saveSummary(Bundle bundle, ServiceRequest request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||