当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
HibernateUserProfileModuleImpl - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.identity2.db
Class HibernateUserProfileModuleImpl
java.lang.Object
org.jboss.portal.identity2.db.HibernateUserProfileModuleImpl
- All Implemented Interfaces:
- UserProfileModule
- public class HibernateUserProfileModuleImpl
- extends java.lang.Object
- implements UserProfileModule
- Version:
- $Revision: 1.1 $
- Author:
- Boleslaw Dawidowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateUserProfileModuleImpl
public HibernateUserProfileModuleImpl()
getProperty
public java.lang.String getProperty(User user,
java.lang.String propertyName)
- Specified by:
getProperty
in interface UserProfileModule
setProperty
public void setProperty(User user,
java.lang.String propertyName,
java.lang.Object propertyValue)
- Specified by:
setProperty
in interface UserProfileModule
getProperties
public java.util.Set getProperties(User user)
- Specified by:
getProperties
in interface UserProfileModule