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 Summary
Constructors Modifier Constructor Description JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)protectedJdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPreserveOtherLanguages()voidperform()-
Methods inherited from class de.hybris.platform.persistence.links.jdbc.JdbcLinkOperation
emptyIfNull, getChildPKs, getExecutor, getLanguagePKs, getNumberOfLanguages, getParentPKs, getRelationCode, isMarkAsModified, isParentSource, isSourceToTargetOrdered, isTargetToSourceOrdered, normalize
-
-
-
-
Constructor Detail
-
JdbcSetLinkOperation
public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
-
JdbcSetLinkOperation
public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, Item parent, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
-
JdbcSetLinkOperation
public JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, Language language, java.lang.Iterable<Item> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
-
JdbcSetLinkOperation
protected JdbcSetLinkOperation(JdbcLinkOperationExecutor executor, java.lang.String relationCode, java.lang.Iterable<Item> parents, java.util.Map<Language,? extends java.lang.Iterable<Item>> children, boolean isParentSource, boolean preserveOtherLanguages, boolean isMarkAsModified, boolean targetToSourceOrdered, boolean sourceToTargetOrdered)
-
-