Class CronJobAntPerformableImpl
- java.lang.Object
-
- de.hybris.ant.taskdefs.AbstractAntPerformable
-
- de.hybris.platform.servicelayer.cronjob.impl.CronJobAntPerformableImpl
-
- All Implemented Interfaces:
AntPerformable
public class CronJobAntPerformableImpl extends AbstractAntPerformable
TODO: apidoc
-
-
Field Summary
-
Fields inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
tenantId
-
-
Constructor Summary
Constructors Constructor Description CronJobAntPerformableImpl(java.lang.String cronjobCode)CronJobAntPerformableImpl(java.lang.String cronjobCode, java.lang.String currentTennantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformImpl()TODO: apidocbooleanvalidate()TODO: apidoc-
Methods inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
afterPerform, beforePerform, doPerform, failOnError, getApplicationContext, validateTenant
-
-
-
-
Method Detail
-
validate
public boolean validate()
TODO: apidoc- Specified by:
validatein interfaceAntPerformable- Overrides:
validatein classAbstractAntPerformable
-
performImpl
protected void performImpl() throws java.lang.ExceptionTODO: apidoc- Specified by:
performImplin classAbstractAntPerformable- Throws:
java.lang.Exception
-
-