pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.bundle.AbstractConfigurableJoblet

Packages that use AbstractConfigurableJoblet
org.torweg.pulse.component.core.accesscontrol is the user and rights administration. 
org.torweg.pulse.component.core.site.content TODO: explain 
org.torweg.pulse.component.core.site.search TODO: explain 
org.torweg.pulse.component.shop is dependent upon the Store bundle (org.torweg.pulse.component.store). 
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.survey.export contains export Joblets for the survey component. 
org.torweg.pulse.component.util.retailer.imports Contains the utility-controllers/joblets for the pulse-website-administration of the utility retailer-package for importing. 
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.accesscontrol
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.accesscontrol
 class CleanUpAccessControlJoblet
           
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.site.content
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.site.content
 class LinkCorrectorJoblet
          a Joblet which corrects all inline links for the CMSContents and all image references for CMSContent s and StoreContents.
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.site.search
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.core.site.search
 class SearchSiteStatisticsJoblet
          generates an Excel 2007 workbook with the current SearchFailures and SearchSuggestions and sends it to the specified recipients via e-mail.
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.shop
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.shop
 class StockUpdaterJoblet
          Updates the inventory of a shop by parsing an XML-file that contains the amount of items on stock.
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.statistics
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.statistics
 class DataAggregationJoblet
          Aggregates the statistical data - the PIRecords and stores the aggregation results to AbstractAggregations.
 class SendReportEmailJoblet
          Sends report e-mails according to SendReportEmailJobletConfiguration.
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.survey.export
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.survey.export
 class ExcelExportJoblet
          exports the results of surveys into an Excel file.
 

Uses of AbstractConfigurableJoblet in org.torweg.pulse.component.util.retailer.imports
 

Subclasses of AbstractConfigurableJoblet in org.torweg.pulse.component.util.retailer.imports
 class ImportRetailer
          Imports Retailers from files.