org.wso2.solutions.identity.persistence.dao
Class RegisteredInfoCardInfoDAO

java.lang.Object
  extended by org.wso2.solutions.identity.persistence.dao.BaseDAO
      extended by org.wso2.solutions.identity.persistence.dao.RegisteredInfoCardInfoDAO

public class RegisteredInfoCardInfoDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
RegisteredInfoCardInfoDAO(HibernateConfig config)
           
 
Method Summary
 java.lang.String extractPrimaryUserName(java.lang.String ppid)
          This method extracts the primary username if there is one.
 RegisteredInfoCardInfoDO[] getAllInfoForUser(java.lang.String userId)
           
 RegisteredInfoCardInfoDO getInformationCardInfo(java.lang.String ppid)
           
 
Methods inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
create, createOrUpdate, delete, executeSingleDMLStatement, getDataObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredInfoCardInfoDAO

public RegisteredInfoCardInfoDAO(HibernateConfig config)
Method Detail

getAllInfoForUser

public RegisteredInfoCardInfoDO[] getAllInfoForUser(java.lang.String userId)

getInformationCardInfo

public RegisteredInfoCardInfoDO getInformationCardInfo(java.lang.String ppid)

extractPrimaryUserName

public java.lang.String extractPrimaryUserName(java.lang.String ppid)
This method extracts the primary username if there is one. If there is no primary username ... null will be returned.