public interface UserExporter
| Modifier and Type | Method and Description |
|---|---|
void |
exportUser(com.liferay.portal.kernel.model.Contact contact,
java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes) |
void |
exportUser(long userId,
long userGroupId,
UserOperation userOperation) |
void |
exportUser(com.liferay.portal.kernel.model.User user,
java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes) |
void exportUser(com.liferay.portal.kernel.model.Contact contact,
java.util.Map<java.lang.String,java.io.Serializable> contactExpandoAttributes)
throws java.lang.Exception
java.lang.Exceptionvoid exportUser(long userId,
long userGroupId,
UserOperation userOperation)
throws java.lang.Exception
java.lang.Exceptionvoid exportUser(com.liferay.portal.kernel.model.User user,
java.util.Map<java.lang.String,java.io.Serializable> userExpandoAttributes)
throws java.lang.Exception
java.lang.Exception