Dynamic Cron Job / Cron job scripting

If you need basic idea of Cron job, Please go through below link Cron job overview We all know that creating cron job is time consuming as it involves multiple steps Example : We need to create java class, define spring bean,build and restart server etc. But through dynamic scripting, Cron jobs can be created […]

Share this article on

Impex – Translator

Translator can be used to change the translation logic for a value Translator can be applied on any attribute as below <!–             –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] <!– –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] The above configured translator class has to extend the AbstractValueTranslator It defines 2 methods public abstract Object importValue( final String […]

Share this article on
< Previous