Uses of Class
de.hybris.platform.cronjob.jalo.ChangeDescriptor
-
Packages that use ChangeDescriptor Package Description de.hybris.platform.catalog.jalo de.hybris.platform.cronjob.jalo -
-
Uses of ChangeDescriptor in de.hybris.platform.catalog.jalo
Subclasses of ChangeDescriptor in de.hybris.platform.catalog.jalo Modifier and Type Class Description classGeneratedItemSyncDescriptorGenerated class for typeItemSyncDescriptor.classItemSyncDescriptorDeprecated.since ages - will be removed soon -
Uses of ChangeDescriptor in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return ChangeDescriptor Modifier and Type Method Description protected ChangeDescriptorStep. addChange(CronJob cronJob, java.lang.String changeType, Item changedItem, java.lang.String description)Creates a newChangeDescriptorfor the specifiedCronJobwith the specified changeType, changedItem and description.protected ChangeDescriptorCronJob. addChangeDescriptor(Step forStep, java.lang.String changeType, Item item, java.lang.String description)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, PK item, java.lang.String description, java.util.Map additionalAttributes)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, Item item, java.lang.String description)Deprecated.since ages - not supported in futureChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, Item item, java.lang.String description, java.util.Map additionalAttributes)Deprecated.since ages - not supported in futureChangeDescriptorCronJobManager. createChangeDescriptor(SessionContext ctx, java.util.Map params)Deprecated.since ages - use plainChangeDescriptorModelcreation instead, refer to wiki documentationChangeDescriptorCronJobManager. createChangeDescriptor(java.util.Map params)Deprecated.since ages - use plainChangeDescriptorModelcreation instead, refer to wiki documentationChangeDescriptorGeneratedCronJobManager. createChangeDescriptor(SessionContext ctx, java.util.Map attributeValues)ChangeDescriptorGeneratedCronJobManager. createChangeDescriptor(java.util.Map attributeValues)ChangeDescriptorCronJob. getMostRecentChange(Step step, java.lang.String changeType)Deprecated.since ages - not supported in futureprotected ChangeDescriptorStep. getMostRecentChange(CronJob cronJob, java.lang.String changeType)Returns the most recentChangeDescriptorfor thisStepand the specifiedCronJob.Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type ChangeDescriptor Modifier and Type Method Description java.util.Collection<ChangeDescriptor>CronJob. getChanges(int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(Step step, java.lang.String changeType, int start, int count, boolean ascending)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, Step step, java.lang.String changeType, int start, int count, boolean ascending)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(SessionContext ctx, java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(java.lang.String changeType)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>CronJob. getChanges(java.lang.String changeType, int start, int count)Deprecated.since ages - not supported in futurejava.util.Collection<ChangeDescriptor>GeneratedCronJob. getChanges()Generated method - Getter of theCronJob.changesattribute.abstract java.util.Collection<ChangeDescriptor>GeneratedCronJob. getChanges(SessionContext ctx)Generated method - Getter of theCronJob.changesattribute.protected java.util.Collection<ChangeDescriptor>Step. getChanges(CronJob cronJob)Returns aCollectionofChangeDescriptors, which were created by thisStep.protected java.util.Collection<ChangeDescriptor>Step. getChanges(CronJob cronJob, int start, int count)Returns aCollectionofChangeDescriptors, which were created by thisStep.protected java.util.Collection<ChangeDescriptor>Step. getChanges(CronJob cronJob, java.lang.String changeType)Returns aCollectionofChangeDescriptorsof the specified changeType, which were created by thisStep.protected java.util.Collection<ChangeDescriptor>Step. getChanges(CronJob cronJob, java.lang.String changeType, int start, int count)Returns aCollectionofChangeDescriptorsof the specified changeType, which were created by thisStep.Constructors in de.hybris.platform.cronjob.jalo with parameters of type ChangeDescriptor Constructor Description ChangeEvent(ChangeDescriptor descriptor)Creates a newChangeEventfor the specifiedChangeDescriptor.
-