public class LiferayPortalUserManager extends Object implements PortalUserManager
| Constructor and Description |
|---|
LiferayPortalUserManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createUser(PortalUserModel user2Add) |
static com.liferay.portal.model.Company |
getCompany()
return the companyId
|
static String |
getDefaultCompanyWebId() |
PortalUserModel |
getUserByFiscalCode(String fiscalCode) |
PortalUserModel |
getUserByUsername(String username) |
List<PortalUserModel> |
listPortalUsers() |
boolean |
updateUser(PortalUserModel user2Update) |
public boolean createUser(PortalUserModel user2Add) throws UserManagementSystemException, UserRetrievalFault
createUser in interface PortalUserManageruser2Add - PortalUserModelUserManagementSystemExceptionUserRetrievalFaultpublic boolean updateUser(PortalUserModel user2Update) throws UserManagementSystemException, UserRetrievalFault
updateUser in interface PortalUserManageruser2Update - PortalUserModelUserManagementSystemExceptionUserRetrievalFaultpublic PortalUserModel getUserByUsername(String username) throws UserManagementSystemException
getUserByUsername in interface PortalUserManagerPortalUserModelUserManagementSystemExceptionpublic PortalUserModel getUserByFiscalCode(String fiscalCode) throws UserManagementSystemException
getUserByFiscalCode in interface PortalUserManagerPortalUserModelUserManagementSystemExceptionpublic List<PortalUserModel> listPortalUsers() throws UserManagementSystemException
listPortalUsers in interface PortalUserManagerPortalUserModel istancesUserManagementSystemExceptionpublic static com.liferay.portal.model.Company getCompany()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
webId - .com.liferay.portal.kernel.exception.PortalException - .com.liferay.portal.kernel.exception.SystemException - .public static String getDefaultCompanyWebId()
Copyright © 2014. All Rights Reserved.