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
Fields inherited from class org.ametys.odf.schedulable.CatalogPDFExportSchedulable
_CATALOG_FILENAME, _catalogRootDirectory, _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_QUERY
Fields inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_currentUserProvider, _i18nUtils, _mailSender, _sysadminMail, _userHelper
Fields inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
_acceptConcurrentExecution, _context, _description, _iconGlyph, _iconLarge, _iconMedium, _iconSmall, _id, _label, _parameters, _pluginName, _private, _schedulableParameterTypeExtensionPoint, _smanager, _userManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
_getSiteName
(JobExecutionContext context) Get the site name from the contextvoid
execute
(JobExecutionContext context) The action to perform when a trigger is fired.void
service
(ServiceManager manager) Methods inherited from class org.ametys.odf.schedulable.CatalogPDFExportSchedulable
_doExecute, _getCatalogFilename, _getErrorMailBody, _getErrorMailSubject, _getSuccessMailBody, _getSuccessMailSubject, getParameters, initialize
Methods inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_getRecipient, _isMailBodyInHTML, _sendMail
Methods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
acceptConcurrentExecution, configure, contextualize, getDescription, getIconGlyph, getIconLarge, getIconMedium, getIconSmall, getId, getLabel, isPrivate, setPluginInfo
Methods 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:
service
in interfaceServiceable
- Overrides:
service
in classCatalogPDFExportSchedulable
- Throws:
ServiceException
-
execute
Description copied from interface:Schedulable
The action to perform when a trigger is fired. Do not manually call this method.- Specified by:
execute
in interfaceSchedulable
- Overrides:
execute
in classAbstractSendingMailSchedulable
- Parameters:
context
- the context- Throws:
Exception
- if an error occured
-
_getSiteName
Get the site name from the context- Parameters:
context
- the context- Returns:
- the site name
-