Liferay 7.0-ce-m3

com.liferay.portal.security.exportimport
Interface UserImporter

All Known Subinterfaces:
LDAPUserImporter

public interface UserImporter


Method Summary
 User importUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
 User importUser(long companyId, String emailAddress, String screenName)
           
 User importUserByScreenName(long companyId, String screenName)
           
 void importUsers()
           
 void importUsers(long companyId)
           
 void importUsers(long ldapServerId, long companyId)
           
 

Method Detail

importUser

User importUser(long ldapServerId,
                long companyId,
                String emailAddress,
                String screenName)
                throws Exception
Throws:
Exception

importUser

User importUser(long companyId,
                String emailAddress,
                String screenName)
                throws Exception
Throws:
Exception

importUserByScreenName

User importUserByScreenName(long companyId,
                            String screenName)
                            throws Exception
Throws:
Exception

importUsers

void importUsers()
                 throws Exception
Throws:
Exception

importUsers

void importUsers(long companyId)
                 throws Exception
Throws:
Exception

importUsers

void importUsers(long ldapServerId,
                 long companyId)
                 throws Exception
Throws:
Exception

Liferay 7.0-ce-m3