Class SyncSchedule
java.lang.Object
de.hybris.platform.catalog.jalo.synchronization.SyncSchedule
- Since:
- 3.1-u6
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, Collection<String> pendingAttributes, Map<PK, PK> parentMappings) protectedSyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, Collection<String> pendingAttributes, Map<PK, PK> parentMappings, boolean deadlockVictim) protectedSyncSchedule(Map<Integer, String> line) -
Method Summary
Modifier and TypeMethodDescriptionprotected intintgetSrcPK()getTgtPK()intbooleanprotected voidsetLineNumber(int linenumber) toCsv()toString()
-
Field Details
-
DELIMITER
public static final char DELIMITER- See Also:
-
ESCAPE
public static final char[] ESCAPE
-
-
Constructor Details
-
SyncSchedule
-
SyncSchedule
-
SyncSchedule
-
-
Method Details
-
toString
-
calculateWeight
protected int calculateWeight() -
getLineNumber
public int getLineNumber() -
setLineNumber
protected void setLineNumber(int linenumber) -
getSrcPK
-
getTgtPK
-
getTimestampPK
-
getPendingAttributes
-
getParentMappings
-
toCsv
-
isDeadlockVictim
public boolean isDeadlockVictim() -
getWeight
public int getWeight()
-