Class EducationalBookletSchedulable
- 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.EducationalBookletSchedulable
-
- org.ametys.plugins.odfweb.schedulable.EducationalBookletSchedulable
-
- All Implemented Interfaces:
Schedulable,LogEnabled,PluginAware,Initializable,Component,Configurable,Contextualizable,Serviceable
public class EducationalBookletSchedulable extends EducationalBookletSchedulable
Override ODF EducationalBookletSchedulable to add the site name in the request
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ametys.odf.schedulable.EducationalBookletSchedulable
EducationalBookletSchedulable.EducationalBookletReport
-
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_siteManagerThe site manager-
Fields inherited from class org.ametys.odf.schedulable.EducationalBookletSchedulable
_contentWorkflowHelper, _EDUCATIONAL_BOOKLET_REPORT, _resolver, _sourceResolver, EDUCATIONAL_BOOKLET_DIR_NAME
-
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 EducationalBookletSchedulable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String_getSiteName(JobExecutionContext context)Get the site name from the contextvoidexecute(JobExecutionContext context)The action to perform when a trigger is fired.voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.odf.schedulable.EducationalBookletSchedulable
_doExecute, _generateEducationalBookletZip, _generateFile, _generateSubProgramEducationalBookletPDF, _generateSubProgramsEducationalBooklet, _getErrorMailBody, _getErrorMailSubject, _getMailBodyBaseKey, _getMailSubjectBaseKey, _getSubProgramListAsI18nText, _getSuccessMailBody, _getSuccessMailSubject
-
Methods inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_getRecipient, _isMailBodyInHTML, _sendMail, initialize
-
Methods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
acceptConcurrentExecution, configure, contextualize, getDescription, getIconGlyph, getIconLarge, getIconMedium, getIconSmall, getId, getLabel, getParameters, 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
-
EducationalBookletSchedulable
public EducationalBookletSchedulable()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classEducationalBookletSchedulable- Throws:
ServiceException
-
execute
public void execute(JobExecutionContext context) 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 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
-
-