Class CatalogPDFExportSchedulable
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
org.ametys.cms.schedule.AbstractSendingMailSchedulable
org.ametys.odf.schedulable.CatalogPDFExportSchedulable
org.ametys.plugins.odfweb.schedulable.CatalogPDFExportSchedulable
- All Implemented Interfaces:
Schedulable,LogEnabled,PluginAware,Initializable,Component,Configurable,Contextualizable,Serviceable
Override ODF CatalogPDFExportSchedulable to add the site name in the request
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
AbstractStaticSchedulable.SchedulableParameterParser -
Field Summary
FieldsFields inherited from class org.ametys.odf.schedulable.CatalogPDFExportSchedulable
_CATALOG_FILENAME, _catalogRootDirectory, _catalogsManager, _jsonUtils, _odfRefTableHelper, _resolver, _sourceResolver, JOBDATAMAP_CATALOG_KEY, JOBDATAMAP_DEGREE_KEY, JOBDATAMAP_INCLUDE_SUBPROGRAMS, JOBDATAMAP_LANG_KEY, JOBDATAMAP_MODE_KEY, JOBDATAMAP_ORGUNIT_KEY, JOBDATAMAP_QUERY_KEY, MODE_QUERYFields inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_currentUserProvider, _i18nUtils, _mailSender, _sysadminMail, _userHelperFields inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
_acceptConcurrentExecution, _context, _description, _iconGlyph, _iconLarge, _iconMedium, _iconSmall, _id, _label, _parameters, _pluginName, _private, _schedulableParameterTypeExtensionPoint, _smanager, _startTime, _userManager, PROGRESSION_TRACKER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String_getSiteName(JobExecutionContext context) Get the site name from the contextvoidexecute(JobExecutionContext context, ContainerProgressionTracker progressionTracker) The action to perform when a trigger is fired.voidservice(ServiceManager manager) Methods inherited from class org.ametys.odf.schedulable.CatalogPDFExportSchedulable
_doExecute, _getCatalogFilename, _getErrorMailBody, _getErrorMailSubject, _getSuccessMailBody, _getSuccessMailSubject, _isMailBodyInHTML, getParameters, initializeMethods inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_getRecipient, _sendMailMethods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
acceptConcurrentExecution, configure, contextualize, getDescription, getIconGlyph, getIconLarge, getIconMedium, getIconSmall, getId, getLabel, getProgressionTracker, isPrivate, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_siteManager
The site manager
-
-
Constructor Details
-
CatalogPDFExportSchedulable
public CatalogPDFExportSchedulable()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classCatalogPDFExportSchedulable- Throws:
ServiceException
-
execute
public void execute(JobExecutionContext context, ContainerProgressionTracker progressionTracker) throws Exception Description copied from interface:SchedulableThe action to perform when a trigger is fired. Do not manually call this method.- Specified by:
executein interfaceSchedulable- Overrides:
executein classAbstractSendingMailSchedulable- Parameters:
context- the contextprogressionTracker- The progression tracker- Throws:
Exception- if an error occurred
-
_getSiteName
Get the site name from the context- Parameters:
context- the context- Returns:
- the site name
-