|
eXo JCR :: Ext :: Services 1.15.14-CP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.organization.JCROrgServiceHandler
org.exoplatform.services.jcr.ext.organization.UserProfileHandlerImpl
public class UserProfileHandlerImpl
Created by The eXo Platform SAS Date: 24.07.2008
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_PREFIX
The prefix for properties name which store profile attributes. |
protected List<org.exoplatform.services.organization.UserProfileEventListener> |
listeners
The list of listeners to broadcast events. |
| Fields inherited from class org.exoplatform.services.jcr.ext.organization.JCROrgServiceHandler |
|---|
cache, groupHandler, LOG, membershipHandler, service, typeHandler, userHandler, userProfileHandler, utils |
| Method Summary | |
|---|---|
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()
|
List<org.exoplatform.services.organization.UserProfileEventListener> |
getUserProfileListeners()
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ATTRIBUTE_PREFIX
protected final List<org.exoplatform.services.organization.UserProfileEventListener> listeners
| Method Detail |
|---|
public 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.UserProfileHandler
public org.exoplatform.services.organization.UserProfile findUserProfileByName(String userName)
throws Exception
findUserProfileByName in interface org.exoplatform.services.organization.UserProfileHandlerException
public Collection findUserProfiles()
throws Exception
findUserProfiles in interface org.exoplatform.services.organization.UserProfileHandlerException
public org.exoplatform.services.organization.UserProfile removeUserProfile(String userName,
boolean broadcast)
throws Exception
removeUserProfile in interface org.exoplatform.services.organization.UserProfileHandlerException
public void saveUserProfile(org.exoplatform.services.organization.UserProfile profile,
boolean broadcast)
throws Exception
saveUserProfile in interface org.exoplatform.services.organization.UserProfileHandlerExceptionpublic 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 List<org.exoplatform.services.organization.UserProfileEventListener> getUserProfileListeners()
getUserProfileListeners in interface org.exoplatform.services.organization.UserProfileEventListenerHandler
|
eXo JCR :: Ext :: Services 1.15.14-CP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||