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
public class CatalogPDFExportSchedulable extends CatalogPDFExportSchedulable
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 Modifier and Type Field Description protected SiteManager
_siteManager
The site manager-
Fields inherited from class org.ametys.odf.schedulable.CatalogPDFExportSchedulable
_CATALOG_FILENAME, _catalogRootDirectory, _odfRefTableHelper, _resolver, _sourceResolver, JOBDATAMAP_CATALOG_KEY, JOBDATAMAP_DEGREE_KEY, JOBDATAMAP_LANG_KEY, JOBDATAMAP_ORGUNIT_KEY
-
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
Constructors Constructor Description CatalogPDFExportSchedulable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, _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 Detail
-
_siteManager
protected SiteManager _siteManager
The site manager
-
-
Constructor Detail
-
CatalogPDFExportSchedulable
public CatalogPDFExportSchedulable()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classCatalogPDFExportSchedulable
- Throws:
ServiceException
-
execute
public void execute(JobExecutionContext context) throws Exception
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
protected String _getSiteName(JobExecutionContext context)
Get the site name from the context- Parameters:
context
- the context- Returns:
- the site name
-
-