public interface PortalUserManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
createUser(String administratorUsername,
PortalUserModel user2Add)
The username of one administrator is needed to perform thi operation
|
PortalUserModel |
getUserByFiscalCode(String fiscalCode) |
PortalUserModel |
getUserByUsername(String username) |
List<PortalUserModel> |
listPortalUsers() |
boolean |
updateUser(PortalUserModel user2Update) |
boolean createUser(String administratorUsername, PortalUserModel user2Add) throws UserManagementSystemException, UserRetrievalFault
user2Add - PortalUserModelUserManagementSystemExceptionUserRetrievalFaultboolean updateUser(PortalUserModel user2Update) throws UserManagementSystemException, UserRetrievalFault
user2Update - PortalUserModelUserRetrievalFaultUserManagementSystemExceptionPortalUserModel getUserByUsername(String username) throws UserManagementSystemException
username - PortalUserModelUserManagementSystemExceptionPortalUserModel getUserByFiscalCode(String fiscalCode) throws UserManagementSystemException
fiscalCode - PortalUserModelUserManagementSystemExceptionList<PortalUserModel> listPortalUsers() throws UserManagementSystemException
PortalUserModel istancesUserManagementSystemExceptionCopyright © 2014. All Rights Reserved.