|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractJoblet | |
|---|---|
| org.torweg.pulse.bundle | contains the basic classes which make up a Bundle in the pulse container. |
| 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. |
| org.torweg.pulse.vfs | is the included virtual file system of the pulse container. |
| Uses of AbstractJoblet in org.torweg.pulse.bundle |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.bundle | |
|---|---|
class |
AbstractConfigurableJoblet
|
| Methods in org.torweg.pulse.bundle that return types with arguments of type AbstractJoblet | |
|---|---|
java.util.Map<Bundle,java.util.Map<java.lang.Class<? extends AbstractJoblet>,java.util.List<java.lang.String>>> |
JobletScheduler.getSchedules()
Returns a Collection holding all the currently scheduled
Joblets. |
java.util.Map<java.lang.Class<? extends AbstractJoblet>,java.util.List<java.lang.String>> |
JobletScheduler.getSchedules(Bundle b)
Returns a Collection holding all the Joblets, that are
currently scheduled for the given Bundle. |
| Method parameters in org.torweg.pulse.bundle with type arguments of type AbstractJoblet | |
|---|---|
void |
JobletScheduler.executeOnceNow(Bundle b,
java.lang.Class<? extends AbstractJoblet> j)
The Joblet with the given Class is executed once, for the
given Bundle. |
java.util.Date |
JobletScheduler.getNextExecutionTime(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Returns the Date of the next scheduled execution of the
Joblet scheduled with the given Bundle, Joblet
Class and cron expression String. |
java.util.Date |
JobletScheduler.getPreviousExecutionTime(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Returns the Date of the previous scheduled execution of the
Joblet scheduled with the given Bundle, Joblet
Class and cron expression String. |
java.util.List<java.lang.String> |
JobletScheduler.getSchedules(Bundle b,
java.lang.Class<? extends AbstractJoblet> j)
Returns a Collection holding all the cron expressions of the
Joblets with the given Class, that are currently
scheduled for the given Bundle. |
boolean |
JobletScheduler.isPaused(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Checks whether the Joblet with the given Class is paused
for the given Bundle, with the given cron expression
String. |
boolean |
JobletScheduler.isScheduled(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Checks whether the Joblet with the given Class is
scheduled for the given Bundle, with the given cron expression
String. |
void |
JobletScheduler.pause(Bundle b,
java.lang.Class<? extends AbstractJoblet> j)
Pauses all the Joblets with the given Class, that are
currently scheduled for the given Bundle. |
void |
JobletScheduler.pause(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Pauses the Joblet with the given Class, that is currently
scheduled for the given Bundle, with the given cron expression
String. |
void |
JobletScheduler.resume(Bundle b,
java.lang.Class<? extends AbstractJoblet> j)
Resumes all the Joblets with the given Class, that are
currently scheduled for the given Bundle. |
void |
JobletScheduler.resume(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Resumes the Joblet with the given Class, that is
currently scheduled for the given Bundle, with the given cron
expression String. |
void |
JobletScheduler.schedule(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Schedules the Joblet with the given Class, for the given
Bundle, with the given cron expression String. |
void |
JobletScheduler.unschedule(Bundle b,
java.lang.Class<? extends AbstractJoblet> j)
Unschedules all the Joblets with the given Class, that
are currently scheduled for the given Bundle. |
void |
JobletScheduler.unschedule(Bundle b,
java.lang.Class<? extends AbstractJoblet> j,
java.lang.String ce)
Unschedules the Joblet with the given Class, that is
currently scheduled for the given Bundle, with the given cron
expression String. |
| Uses of AbstractJoblet in org.torweg.pulse.component.core.accesscontrol |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.component.core.accesscontrol | |
|---|---|
class |
CleanUpAccessControlJoblet
|
| Uses of AbstractJoblet in org.torweg.pulse.component.core.site.content |
|---|
| Subclasses of AbstractJoblet 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 AbstractJoblet in org.torweg.pulse.component.core.site.search |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.component.core.site.search | |
|---|---|
class |
SearchSiteJoblet
cleans old SearchSuggestion and SearchFailure objects from
the database. |
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 AbstractJoblet in org.torweg.pulse.component.shop |
|---|
| Subclasses of AbstractJoblet 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 AbstractJoblet in org.torweg.pulse.component.statistics |
|---|
| Subclasses of AbstractJoblet 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 AbstractJoblet in org.torweg.pulse.component.survey.export |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.component.survey.export | |
|---|---|
class |
ExcelExportJoblet
exports the results of surveys into an Excel file. |
| Uses of AbstractJoblet in org.torweg.pulse.component.util.retailer.imports |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.component.util.retailer.imports | |
|---|---|
class |
ImportRetailer
Imports Retailers from files. |
| Uses of AbstractJoblet in org.torweg.pulse.vfs |
|---|
| Subclasses of AbstractJoblet in org.torweg.pulse.vfs | |
|---|---|
class |
VFSDeferredDeleteJoblet
a Joblet to execute VFSDeferredDeletes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||