com.liferay.portal.security.exportimport
Class UserExporterUtil
java.lang.Object
com.liferay.portal.security.exportimport.UserExporterUtil
public class UserExporterUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserExporterUtil
public UserExporterUtil()
exportUser
public static void exportUser(Contact contact,
Map<String,Serializable> contactExpandoAttributes)
throws Exception
- Throws:
Exception
exportUser
public static void exportUser(long userId,
long userGroupId,
UserOperation userOperation)
throws Exception
- Throws:
Exception
exportUser
public static void exportUser(User user,
Map<String,Serializable> userExpandoAttributes)
throws Exception
- Throws:
Exception