public class UserProfileDAOImpl extends AbstractDAOImpl implements org.exoplatform.services.organization.UserProfileHandler
log, orgService, service_| Constructor and Description |
|---|
UserProfileDAOImpl(PicketLinkIDMOrganizationServiceImpl orgService,
PicketLinkIDMService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUserProfileEventListener(org.exoplatform.services.organization.UserProfileEventListener listener) |
org.exoplatform.services.organization.UserProfile |
createUserProfileInstance() |
org.exoplatform.services.organization.UserProfile |
createUserProfileInstance(String userName) |
org.exoplatform.services.organization.UserProfile |
findUserProfileByName(String userName) |
Collection |
findUserProfiles() |
org.exoplatform.services.organization.UserProfile |
getProfile(String userName) |
void |
removeProfile(String userName,
org.exoplatform.services.organization.UserProfile profile) |
org.exoplatform.services.organization.UserProfile |
removeUserProfile(String userName,
boolean broadcast) |
void |
removeUserProfileEventListener(org.exoplatform.services.organization.UserProfileEventListener listener) |
void |
saveUserProfile(org.exoplatform.services.organization.UserProfile profile,
boolean broadcast) |
void |
setProfile(String userName,
org.exoplatform.services.organization.UserProfile profile) |
getIdentitySession, handleExceptionpublic UserProfileDAOImpl(PicketLinkIDMOrganizationServiceImpl orgService, PicketLinkIDMService service)
public void addUserProfileEventListener(org.exoplatform.services.organization.UserProfileEventListener listener)
addUserProfileEventListener in interface org.exoplatform.services.organization.UserProfileHandlerpublic void removeUserProfileEventListener(org.exoplatform.services.organization.UserProfileEventListener listener)
removeUserProfileEventListener in interface org.exoplatform.services.organization.UserProfileHandlerpublic final org.exoplatform.services.organization.UserProfile createUserProfileInstance()
createUserProfileInstance in interface org.exoplatform.services.organization.UserProfileHandlerpublic org.exoplatform.services.organization.UserProfile createUserProfileInstance(String userName)
createUserProfileInstance in interface org.exoplatform.services.organization.UserProfileHandlerpublic void saveUserProfile(org.exoplatform.services.organization.UserProfile profile,
boolean broadcast)
throws Exception
saveUserProfile in interface org.exoplatform.services.organization.UserProfileHandlerExceptionpublic org.exoplatform.services.organization.UserProfile removeUserProfile(String userName, boolean broadcast) throws Exception
removeUserProfile in interface org.exoplatform.services.organization.UserProfileHandlerExceptionpublic org.exoplatform.services.organization.UserProfile findUserProfileByName(String userName) throws Exception
findUserProfileByName in interface org.exoplatform.services.organization.UserProfileHandlerExceptionpublic Collection findUserProfiles() throws Exception
findUserProfiles in interface org.exoplatform.services.organization.UserProfileHandlerExceptionpublic org.exoplatform.services.organization.UserProfile getProfile(String userName)
public void setProfile(String userName, org.exoplatform.services.organization.UserProfile profile) throws Exception
ExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.