Liferay 7.0-ce-b4

com.liferay.portal.security.exportimport
Class UserImporterUtil

java.lang.Object
  extended by com.liferay.portal.security.exportimport.UserImporterUtil

public class UserImporterUtil
extends Object


Constructor Summary
UserImporterUtil()
           
 
Method Summary
static long getLastImportTime()
           
static User importUser(long ldapServerId, long companyId, String emailAddress, String screenName)
           
static User importUser(long companyId, String emailAddress, String screenName)
           
static User importUserByScreenName(long companyId, String screenName)
           
static void importUsers()
           
static void importUsers(long companyId)
           
static void importUsers(long ldapServerId, long companyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserImporterUtil

public UserImporterUtil()
Method Detail

getLastImportTime

public static long getLastImportTime()
                              throws Exception
Throws:
Exception

importUser

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

importUser

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

importUserByScreenName

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

importUsers

public static void importUsers()
                        throws Exception
Throws:
Exception

importUsers

public static void importUsers(long companyId)
                        throws Exception
Throws:
Exception

importUsers

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

Liferay 7.0-ce-b4