Uses of Class
de.hybris.platform.ldap.jobs.LDAPImportException
-
Packages that use LDAPImportException Package Description de.hybris.platform.ldap.jobs de.hybris.platform.ldap.jobs.impl -
-
Uses of LDAPImportException in de.hybris.platform.ldap.jobs
Methods in de.hybris.platform.ldap.jobs that throw LDAPImportException Modifier and Type Method Description voidLDIFImportStrategy. executeFileBasedImport(LDIFMediaModel ldifMediaModel)Main method for generating script and importing proper data, executing in all import modes.voidLDIFImportStrategy. executeFileSearchBasedImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)Method used for performing ldif file based on LDAP search.voidLDIFImportStrategy. executeFileSearchBasedUserImport(java.util.Map<java.lang.String,java.lang.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 LDAPImportException Modifier and Type Method Description voidDefaultLDIFImportStrategy. executeFileBasedImport(LDIFMediaModel ldifMediaModel)Main method for generating script and importing proper data, executing in all import modes.voidDefaultLDIFImportStrategy. executeFileSearchBasedImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)Method used for performing ldif file based on LDAP search.voidDefaultLDIFImportStrategy. executeFileSearchBasedUserImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)Method used for performing ldif file based on LDAP search.
-