Package org.ametys.odf.schedulable
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
-
- All Implemented Interfaces:
Schedulable
,LogEnabled
,PluginAware
,Initializable
,Component
,Configurable
,Contextualizable
,Serviceable
- Direct Known Subclasses:
CatalogPDFExportSchedulable
public class CatalogPDFExportSchedulable extends AbstractSendingMailSchedulable
Schedulable to export the ODF catalog as PDF
-
-
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 static String
_CATALOG_FILENAME
Map key where the generated filename is storedprotected File
_catalogRootDirectory
The catalog directory.protected OdfReferenceTableHelper
_odfRefTableHelper
The ODF reference table helper.protected AmetysObjectResolver
_resolver
The Ametys object resolver.protected SourceResolver
_sourceResolver
The avalon source resolver.static String
JOBDATAMAP_CATALOG_KEY
The key for the catalogstatic String
JOBDATAMAP_DEGREE_KEY
The key for the degreestatic String
JOBDATAMAP_LANG_KEY
The key for the langstatic String
JOBDATAMAP_ORGUNIT_KEY
The key for the orgunit-
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 void
_doExecute(JobExecutionContext context)
Executes the schedulable.protected I18nizableText
_getErrorMailBody(JobExecutionContext context, Throwable throwable)
Retrieves the body of the error mailprotected I18nizableText
_getErrorMailSubject(JobExecutionContext context)
Retrieves the subject of the error mailprotected I18nizableText
_getSuccessMailBody(JobExecutionContext context)
Retrieves the body of the success mailprotected I18nizableText
_getSuccessMailSubject(JobExecutionContext context)
Retrieves the subject of the success mailMap<String,ElementDefinition>
getParameters()
Get the parameters for job executionvoid
initialize()
void
service(ServiceManager manager)
-
Methods inherited from class org.ametys.cms.schedule.AbstractSendingMailSchedulable
_getRecipient, _isMailBodyInHTML, _sendMail, execute
-
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
-
JOBDATAMAP_CATALOG_KEY
public static final String JOBDATAMAP_CATALOG_KEY
The key for the catalog- See Also:
- Constant Field Values
-
JOBDATAMAP_LANG_KEY
public static final String JOBDATAMAP_LANG_KEY
The key for the lang- See Also:
- Constant Field Values
-
JOBDATAMAP_ORGUNIT_KEY
public static final String JOBDATAMAP_ORGUNIT_KEY
The key for the orgunit- See Also:
- Constant Field Values
-
JOBDATAMAP_DEGREE_KEY
public static final String JOBDATAMAP_DEGREE_KEY
The key for the degree- See Also:
- Constant Field Values
-
_CATALOG_FILENAME
protected static final String _CATALOG_FILENAME
Map key where the generated filename is stored- See Also:
- Constant Field Values
-
_resolver
protected AmetysObjectResolver _resolver
The Ametys object resolver.
-
_odfRefTableHelper
protected OdfReferenceTableHelper _odfRefTableHelper
The ODF reference table helper.
-
_sourceResolver
protected SourceResolver _sourceResolver
The avalon source resolver.
-
_catalogRootDirectory
protected File _catalogRootDirectory
The catalog directory.
-
-
Constructor Detail
-
CatalogPDFExportSchedulable
public CatalogPDFExportSchedulable()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractSendingMailSchedulable
- Throws:
ServiceException
-
initialize
public void initialize() throws Exception
- Specified by:
initialize
in interfaceInitializable
- Overrides:
initialize
in classAbstractSendingMailSchedulable
- Throws:
Exception
-
_doExecute
protected void _doExecute(JobExecutionContext context) throws Exception
Description copied from class:AbstractSendingMailSchedulable
Executes the schedulable.- Specified by:
_doExecute
in classAbstractSendingMailSchedulable
- Parameters:
context
- the context- Throws:
Exception
- if an error occurred
-
getParameters
public Map<String,ElementDefinition> getParameters()
Description copied from interface:Schedulable
Get the parameters for job execution- Specified by:
getParameters
in interfaceSchedulable
- Overrides:
getParameters
in classAbstractStaticSchedulable
- Returns:
- the parameters
-
_getSuccessMailSubject
protected I18nizableText _getSuccessMailSubject(JobExecutionContext context) throws Exception
Description copied from class:AbstractSendingMailSchedulable
Retrieves the subject of the success mail- Specified by:
_getSuccessMailSubject
in classAbstractSendingMailSchedulable
- Parameters:
context
- the context- Returns:
- the subject of the success mail
- Throws:
Exception
- If an error occurs while building the mail subject
-
_getSuccessMailBody
protected I18nizableText _getSuccessMailBody(JobExecutionContext context) throws Exception
Description copied from class:AbstractSendingMailSchedulable
Retrieves the body of the success mail- Specified by:
_getSuccessMailBody
in classAbstractSendingMailSchedulable
- Parameters:
context
- the context- Returns:
- the body of the success mail
- Throws:
Exception
- If an error occurs while building the mail body
-
_getErrorMailSubject
protected I18nizableText _getErrorMailSubject(JobExecutionContext context) throws Exception
Description copied from class:AbstractSendingMailSchedulable
Retrieves the subject of the error mail- Specified by:
_getErrorMailSubject
in classAbstractSendingMailSchedulable
- Parameters:
context
- the context- Returns:
- the subject of the error mail
- Throws:
Exception
- If an error occurs while building the mail subject
-
_getErrorMailBody
protected I18nizableText _getErrorMailBody(JobExecutionContext context, Throwable throwable) throws Exception
Description copied from class:AbstractSendingMailSchedulable
Retrieves the body of the error mail- Specified by:
_getErrorMailBody
in classAbstractSendingMailSchedulable
- Parameters:
context
- the contextthrowable
- the error- Returns:
- the body of the error mail
- Throws:
Exception
- If an error occurs while building the mail body
-
-