Class JdbcSetLinkOperation

java.lang.Object
de.hybris.platform.persistence.links.jdbc.JdbcLinkOperation
de.hybris.platform.persistence.links.jdbc.JdbcSetLinkOperation
All Implemented Interfaces:
LinkOperation

public class JdbcSetLinkOperation extends JdbcLinkOperation
  • Constructor Details

    • JdbcSetLinkOperation

      public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Item parent, Language language, Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
    • JdbcSetLinkOperation

      public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Item parent, Map<Language,? extends Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
    • JdbcSetLinkOperation

      public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Iterable<Item> parents, Language language, Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
    • JdbcSetLinkOperation

      protected JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, String relationCode, Iterable<Item> parents, Map<Language,? extends Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
  • Method Details

    • isPreserveOtherLanguages

      public boolean isPreserveOtherLanguages()
    • perform

      public void perform()