| Package | Description |
|---|---|
| de.hybris.platform.impex.distributed | |
| de.hybris.platform.impex.jalo |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistableDocumentIDRegistry.addID(java.lang.String qualifier,
java.lang.String documentID,
long pk,
DocumentIDRegistry.MODE mode) |
protected java.lang.String |
PersistableDocumentIDRegistry.getID(java.lang.String qualifier,
long pk,
DocumentIDRegistry.MODE mode) |
protected long |
PersistableDocumentIDRegistry.getPK(java.lang.String qualifier,
java.lang.String documentID,
DocumentIDRegistry.MODE mode) |
protected java.util.Map<java.lang.String,<any>> |
PersistableDocumentIDRegistry.getQualifiersMap(DocumentIDRegistry.MODE mode) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentIDRegistry.MODE |
DocumentIDRegistry.MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentIDRegistry.MODE[] |
DocumentIDRegistry.MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentIDRegistry.addID(java.lang.String qualifier,
java.lang.String documentID,
long pk,
DocumentIDRegistry.MODE mode)
Adds a new mapping ID<->PK to the registry.
|
protected java.lang.String |
DocumentIDRegistry.getID(java.lang.String qualifier,
long pk,
DocumentIDRegistry.MODE mode)
Gets the ID to which the given PK is mapped.
|
protected long |
DocumentIDRegistry.getPK(java.lang.String qualifier,
java.lang.String documentID,
DocumentIDRegistry.MODE mode)
Gets the PK to which the given ID is mapped.
|
protected java.util.Map<java.lang.String,<any>> |
DocumentIDRegistry.getQualifiersMap(DocumentIDRegistry.MODE mode)
Returns the storage related to the given mode.
|
Copyright © 2018 SAP SE. All Rights Reserved.