Uses of Enum Class
de.hybris.platform.impex.jalo.DocumentIDRegistry.MODE
Packages that use DocumentIDRegistry.MODE
-
Uses of DocumentIDRegistry.MODE in de.hybris.platform.impex.distributed
Methods in de.hybris.platform.impex.distributed with parameters of type DocumentIDRegistry.MODEModifier and TypeMethodDescriptionprotected voidPersistableDocumentIDRegistry.addID(String qualifier, String documentID, long pk, DocumentIDRegistry.MODE mode) protected StringPersistableDocumentIDRegistry.getID(String qualifier, long pk, DocumentIDRegistry.MODE mode) protected longPersistableDocumentIDRegistry.getPK(String qualifier, String documentID, DocumentIDRegistry.MODE mode) 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.MODEModifier and TypeMethodDescriptionstatic DocumentIDRegistry.MODEReturns the enum constant of this class with the specified name.static DocumentIDRegistry.MODE[]DocumentIDRegistry.MODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.impex.jalo with parameters of type DocumentIDRegistry.MODEModifier and TypeMethodDescriptionprotected voidDocumentIDRegistry.addID(String qualifier, String documentID, long pk, DocumentIDRegistry.MODE mode) Adds a new mapping ID<->PK to the registry.protected StringDocumentIDRegistry.getID(String qualifier, long pk, DocumentIDRegistry.MODE mode) Gets the ID to which the given PK is mapped.protected longDocumentIDRegistry.getPK(String qualifier, String documentID, DocumentIDRegistry.MODE mode) Gets the PK to which the given ID is mapped.DocumentIDRegistry.getQualifiersMap(DocumentIDRegistry.MODE mode) Returns the storage related to the given mode.