Uses of Class
de.hybris.platform.impex.jalo.DocumentIDRegistry.MODE
-
Packages that use DocumentIDRegistry.MODE Package Description de.hybris.platform.impex.distributed de.hybris.platform.impex.jalo -
-
Uses of DocumentIDRegistry.MODE in de.hybris.platform.impex.distributed
Methods in de.hybris.platform.impex.distributed with parameters of type DocumentIDRegistry.MODE Modifier and Type Method Description protected voidPersistableDocumentIDRegistry. addID(java.lang.String qualifier, java.lang.String documentID, long pk, DocumentIDRegistry.MODE mode)protected java.lang.StringPersistableDocumentIDRegistry. getID(java.lang.String qualifier, long pk, DocumentIDRegistry.MODE mode)protected longPersistableDocumentIDRegistry. getPK(java.lang.String qualifier, java.lang.String documentID, DocumentIDRegistry.MODE mode)protected java.util.Map<java.lang.String,org.apache.commons.collections4.bidimap.DualHashBidiMap<java.lang.String,java.lang.Long>>PersistableDocumentIDRegistry. getQualifiersMap(DocumentIDRegistry.MODE mode) -
Uses of DocumentIDRegistry.MODE in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return DocumentIDRegistry.MODE Modifier and Type Method Description static DocumentIDRegistry.MODEDocumentIDRegistry.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.Methods in de.hybris.platform.impex.jalo with parameters of type DocumentIDRegistry.MODE Modifier and Type Method Description protected voidDocumentIDRegistry. 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.StringDocumentIDRegistry. getID(java.lang.String qualifier, long pk, DocumentIDRegistry.MODE mode)Gets the ID to which the given PK is mapped.protected longDocumentIDRegistry. 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,org.apache.commons.collections4.bidimap.DualHashBidiMap<java.lang.String,java.lang.Long>>DocumentIDRegistry. getQualifiersMap(DocumentIDRegistry.MODE mode)Returns the storage related to the given mode.
-