Uses of Class
de.hybris.platform.ldap.jobs.LDAPImportException
Packages that use LDAPImportException
-
Uses of LDAPImportException in de.hybris.platform.ldap.jobs
Methods in de.hybris.platform.ldap.jobs that throw LDAPImportExceptionModifier and TypeMethodDescriptionvoidLDIFImportStrategy.executeFileBasedImport(LDIFMediaModel ldifMediaModel) Main method for generating script and importing proper data, executing in all import modes.voidLDIFImportStrategy.executeFileSearchBasedImport(Map<String, String> searchAttributes) Method used for performing ldif file based on LDAP search.voidLDIFImportStrategy.executeFileSearchBasedUserImport(Map<String, String> searchAttributes) Method used for performing ldif file based on LDAP search.protected voidLDIFImportJobPerformable.performJob(LDIFImportCronJobModel cronJob) -
Uses of LDAPImportException in de.hybris.platform.ldap.jobs.impl
Methods in de.hybris.platform.ldap.jobs.impl that throw LDAPImportExceptionModifier and TypeMethodDescriptionvoidDefaultLDIFImportStrategy.executeFileBasedImport(LDIFMediaModel ldifMediaModel) Main method for generating script and importing proper data, executing in all import modes.voidDefaultLDIFImportStrategy.executeFileSearchBasedImport(Map<String, String> searchAttributes) Method used for performing ldif file based on LDAP search.voidDefaultLDIFImportStrategy.executeFileSearchBasedUserImport(Map<String, String> searchAttributes) Method used for performing ldif file based on LDAP search.